Sir,
I have created a grid based on cursor say grid1.
There can be records based on certain text field say mslipno (mem variable
for slipno field in dbf).
On the basis of slipno i get the data to be displayed in the grid1.
Upto this if i find the data based on mslipno i get the data displayed in
the grid1.
Upto this everthing is fine.
But i want to display the data in the grid on the updation being done in the
table by appending the records in the same form & at the same time.
Also on double clicking the first column of the grid1 i should get the data
appering in the same form with memory variable .
I have many textbox, combobox, checkbox already created on the form for
appending as well as editing the data.
In short appended record should be displayed in the grid immediately i
update the record. As well as editing can also be done by selecting the
record from the grid.
I do not know how to read the cursor values from grid1 as i can read the
record no of the grid data say 1st record of the grid or 2nd record of the
grid.