Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Jim Booth's What's the current work area?
Message
From
17/05/1999 13:58:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00219686
Message ID:
00219696
Views:
22
>>My typical code looks like: if seek(lcMyVar, "MyTable", "MyTableIndex"), or, if eof("MyTable"), or, REPLACE MyTable.MyVar WITH ..., that is to say ... fully qualified so I don't care if some other routine has changed the select area or the controlling index. If I am rigorous about fully qualifying what I do, am I safe, or is there some case where this approach is not enough.
>>
>
>The main gotcha would be to do a REPLACE MyTable.SomeField with somevalue which will not work if you are in a different workarea with the pointer at eof(). BOF() does not fail the replace. You also get no error message if at eof().

If you use the REPLACE MyTable.SomeField WITH somevalue IN MyTable, you can avoid the EOF() problem for none current areas.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform