Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh() on native tables
Message
 
To
19/11/1998 15:17:42
Kent Vignale
Wolfbyte Software Inc.
Mississauga, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00159463
Message ID:
00159502
Views:
17
>>>The following excerpt is take from the help for CURVAL. If you are using native tables what is the equivalent to Refresh()? Is there one?
>>>
>>>"Note If you are working with a view in a multi-user environment, the values returned by CURVAL( ) might not be up to date unless you call the REFRESH( ) function first. Data returned by a view is buffered, and the CURVAL( ) function reads values from the buffer. However, if other users have changed data in the underlying tables for the view, the buffered data is not updated until the REFRESH( ) function is called."
>>>
>>>Thanks,
>>>
>>>Kent.
>>
>>Kent, you can try to use GO RECNO()
>
>I have tried GO RecNo(). Thanks Nick.
>
>Kent.

Will it help if you try
RLOCK()
UNLOCK
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