Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfldstate
Message
From
31/08/2000 16:51:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Getfldstate
Miscellaneous
Thread ID:
00411511
Message ID:
00411511
Views:
44
Hi all.

I'm changing multiple rows in a buffered(5) table.

My code is:

SELECT myAlias
DO WHILE myfield = lcVariable and !eof()
replace myfield2 with myVariable
skip
ENDDO

now, after it exits the DO WHILE loop, the record pointer is pointing to a record that has not been changed, so GETFLDSTATE(-1) returns "11111111...".

Must I move the pointer back one (SKIP-1) record after going through the loop. This doesn't seem right.

Any thoughts? thanks
HI-YO SILVER AWAY!!
The Lone Ranger, The late Clayton Moore R.I.P.
I am a fool!
Next
Reply
Map
View

Click here to load this message in the networking platform