Hi ,
As i know many ways to retain position on form but now the case is different. In my case , I am transferring lines from Form1 to Form 2. So i wrote code on Form1 (Button Clicked method) . At the end of the code , i have written like this :
Line1 : Form2_ds.research(true); // to view the records on form2 those are transferred. Line2: form1_ds.next() ; // to get the cursor on next record on current form
but when lines get transferred , cursor goes to first record of Form1 instead of next record.
Note: when i comment "Line1" the cursor comes on next record but i am not able to see transferred record on form2.
looking for your suggestion.
Thanks
Visvash Walia
*This post is locked for comments
I have the same question (0)