What is difference between datagrid and flexgrid?
Answer Posted / priya
For the datagrid you need an ADODC or ADODB to get the
recordset and populate the Datagrid
Msflexgrid can have data from a recordset and also separate
data not coming from a table. eg. if you want to compute
some values and dispaly you can use msflexgrid or
mshflexgrid. In both of these it is not necessary that the
values to be displayed should be from the recordset.
As far as DATA GRID is concerned it should be connected to
the recordset. You cannot do manipulations like that of
EXCEL which can be done in the other two.
One important advantage of Data grid is it is very simple
BUT less flexible. Also if you have large amount of datas to
be displayed in a grid, data grid takes very less time
compared two other two grids.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is a toolbox in visual basic?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
How would you use ActiveX Dll and ActiveX Exe in your application?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
How do I make my applications screen-resolution independent?
how a multiple routing works ?
What is the use of parameters collection?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do you change the system menu (on the Control-Menu Box)?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Why does everybody say I should save in TEXT not BINARY?
Is it posible to Create Tables Through Querydef?
what is the Difference between Linked Object and Embedded Object?
What is instantiating?
How to find size of the file. Which method or function is used to occomplish this?