Hi all,
I wonder why it seems like most of you prefer using MSHFlex grid than datagrid? I learn that MSHFlex Grid uses more memory than datagrid - when it starts it copies ALL data from the target recordset; while datagrid only copies some records that are currently required (thus datagrid also runs faster than MSHFlex Grid - the books said so).
Further more, once MSHFlex Grid has copied the data, its relationship with the recordset is over - any changes to the recordset will no longer be reflected on MSHFlex Grid, also you cannot do any changes to the data in MSHFlex; but there is no such problems for datagrid.
I wonder why it seems like most of you prefer using MSHFlex grid than datagrid? I learn that MSHFlex Grid uses more memory than datagrid - when it starts it copies ALL data from the target recordset; while datagrid only copies some records that are currently required (thus datagrid also runs faster than MSHFlex Grid - the books said so).
Further more, once MSHFlex Grid has copied the data, its relationship with the recordset is over - any changes to the recordset will no longer be reflected on MSHFlex Grid, also you cannot do any changes to the data in MSHFlex; but there is no such problems for datagrid.