Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid does not refresh after adding empty row
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00743140
Message ID:
00743892
Views:
16
>>If recno() < 0 , go rec would fail...
>
>Not true. A buffered table can have a negative RECNO() and you can position to it with GO rec and it would work just fine.

I have a habit of using:
if between(m.lnRec, 1, reccount('myTable'))
   goto m.lnRec
endif
To avoid record out of range problem...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform