Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How I can get a value direct from a table not from buffe
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00208583
Message ID:
00208721
Views:
24
Jose --

Let me give this some more attention. The reason why it works is that you are committing the changes to the row/record you're working on if row buffered, by moving off the record and then back on. You are not viewing the source value, you are CREATING a new source table value by this means.

This is not good. You should use CURVAL() to check for contention (changed value) before moving off the record with SKIP.



>
>I forgot to say the table has only one record
>
>I did this:
>
>Select Table
>SKIP && Go EOF
>SKIP -1 && Return to the record
>
>An it works great
>
>Thanks to everybody
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Reply
Map
View

Click here to load this message in the networking platform