Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record pointer again
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00272774
Message ID:
00272832
Views:
26
>>Hi again:
>>
>>How will my second form where it goes to first record know
>>the position of recno() if property is set up on first form?
>
>You're launching the form? You can pass it in the WITH clause
>
>DO FORM etc WITH thisform.currentrec
>
>and then pick up the value as a parameter in the new form's Init()

Or,

DO myFirstForm NAME myFormWithGrid

and then address it from mySecondForm like

myFormWithGrid.currentrec
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform