Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record pointer moves after pop-up
Message
From
08/11/1997 03:19:45
Shihchau Tai
Apic Systems Pte Ltd
Singapore, Singapore
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Record pointer moves after pop-up
Miscellaneous
Thread ID:
00059056
Message ID:
00059056
Views:
73
I have a master-detail one to many form. One of my detail grid gives a pop-up window for the users to select item. Once the pop-up is released, the grid record pointer moves to the top.

I understand that I need to save the record pointer in this case because VFP will reselect the master table, am I right? However my saving doesn't seem to work. I do my saving by What's wrong? Where should I do the restoring?

nWorkArea = SELECT()
nRecno = RECNO()
xxx = CREATEOBJECT('Select_Record')
xxx.SHOW(1)
...
...
SELECT (nWorkArea)
GO (nRecno)
Next
Reply
Map
View

Click here to load this message in the networking platform