Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Refresh moves record pointer to End Of File
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00198887
Message ID:
00199037
Views:
18
Eric,
In addition to removing the temporary relations watch the SELECTed table - you may be in the wrong one. And failing that, add some code to the refresh method:
NRec = recno("MyMainTable")
dodefault()    && call the 'built in' refresh
select MyMainTable
Go nRec
this may help track it down. However, when I've had these problems it's almost always been a temporary relationship contributing to the problemm.

>No dice with removing the temp relations.
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform