Hello,
I'm doing a vb6 project in which i've a flexgrid and when the user clicks on the 3rd column 1st row a new form (frm.edit) will open and this form displays some data now when i want click the next row i will have to close the frm.edit.
But i want to check whether the form is loaded and if it's loaded then i should be able to click on flexgrid's next row without closing the frm.edit but the values inside the frm.edit should change accordingly.
How to get this?
Please help.
Thanks in anticipation,
I'm doing a vb6 project in which i've a flexgrid and when the user clicks on the 3rd column 1st row a new form (frm.edit) will open and this form displays some data now when i want click the next row i will have to close the frm.edit.
But i want to check whether the form is loaded and if it's loaded then i should be able to click on flexgrid's next row without closing the frm.edit but the values inside the frm.edit should change accordingly.
How to get this?
Please help.
Thanks in anticipation,
Comment