Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question about WORK AREAS.
Message
From
08/09/1997 19:24:37
 
 
To
08/09/1997 14:22:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00049003
Message ID:
00049080
Views:
45
>>>What is the best way to save the record pointer position in many work areas?
>>>Example:
>>>select 1
>>>cur_rec = recno
>>>select 2
>>>cur_rec = recno
>>
>>Select 1
>>Thisform.Currec1 = recno()
>>Select 2
>>Thisform.Currec2 = recno()
>
>OK - thanks Edward... I need to do this because I call a prg file
>that moves the record pointer in many work areas.
>When is the best time to save my record pointers? When I call this prg file, it changes the record pointer positions. I need to change back to the original record position.

Inside of the called prg, of course. And restore also in the prg. The rule: The one that changes something must be the one who restores what he changes.

Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform