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
which method used to move a recordset pointer in nth position in DAG?
How can I create a VBX?
Types of LockEdits in DAO?
How would you add column headers in listview control?
How can you filter out specific type of file using file system controls?
What is the use of ActiveX Documents?
How do I implement an accelerator key for a text box?
What is the difference between c++ and visual basic?
Explain about manipulating the recordset object
What is ODBC Direct and Microsoft Jet Database Engine ?
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 would you use ActiveX Dll and ActiveX Exe in your application?
How do I add a form in visual basic?
What is the difference between Msgbox Statement and MsgboxQ function?
Is visual basic still used?