Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No records in Requery() after tableupdate
Message
 
To
13/11/1998 10:29:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00157379
Message ID:
00157408
Views:
23
Terry,

Try this in a program and see if it makes a difference;
SELECT Thisview && parameterized view w/several records (buffering =5)
DELETE
IF TableUpdate(1,.f.,'thisview')
   REQUERY('thisview')
ENDIF
*requery('thisview') &&returns records
This may be a timing problem in that the TableUpdate has not finished yet when the requery is issued. Using the IF will force VFP to wait for a return from TableUpdate before continuing on with the subsequent code.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform