Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffered table versus not buffered table
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01315862
Message ID:
01316017
Views:
14
Change your REPLACE ALL command as Borislav suggested. Alternatively you can use UPDATE command, e.g.

UPDATE Specs SET Choose = .F.

>Only the first record was changed back to .F. in the now CHOOSE field (not SELECT). The other records I had previously made .T. (or selected) did not cahnge; they remained as .T.
>
>Here's the code in the UN-CHECK ALL button:
>
>
>WITH ThisForm
>	REPLACE ALL SPECS.Choose WITH .F.
>	GO TOP
>	.SaveCancelStatus()
>	.Refresh()
>ENDWITH
>
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