davieboy_xr
04-20-2004, 12:31 PM
i have a msflexgrid that i want to be able to edit and update records, so when a user clicks a cell in a particular column another form will pop up and they will be able to edit from there, using a textbox.
Upon confirmation of the edit i need to be able to refresh the datagrid, so that the new data shows
i dont have any real probelms as of yet with this so far but...
My question is --- that i need to retrieve the data inside of the cell that has been clicked and display it in another form, so that the user will know what meeds to be edited.
so far my code is:
Private Sub Form_Load()
lblCellvalue.Caption = form1.MSFlexGrid1. 'not sure here
End Sub
any Help appriciated.
Also if anyone can point me to an example of something similar i would be very gratefull. Thanks Dave
Upon confirmation of the edit i need to be able to refresh the datagrid, so that the new data shows
i dont have any real probelms as of yet with this so far but...
My question is --- that i need to retrieve the data inside of the cell that has been clicked and display it in another form, so that the user will know what meeds to be edited.
so far my code is:
Private Sub Form_Load()
lblCellvalue.Caption = form1.MSFlexGrid1. 'not sure here
End Sub
any Help appriciated.
Also if anyone can point me to an example of something similar i would be very gratefull. Thanks Dave