-
Hi,
I have the doubt in saving rows in mshflexGrid.
I have two mshflexGrid. I entered data in mshflexgrid1.
After entering the first row in the first grid, i enter the data in the Second Grid. Then i come to the
second row in first Grid,i enter the fresh data
in relation with the firstGrid in the second grid and
so on. I want to save the data after completly entered in
the grid. I want to save the data with single Update or
save only. I want to save only in the final. Any body
having the idea , please help me!
thanking you,
sathesh
-
Hi,
you could bind the grid to an ADO recordset. THen use the updatebatch method this will then save all new/changed records in one go.