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:
01315886
Views:
16
>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 change; 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
>
This should be:
REPLACE ALL Choose WITH .F. IN SPECS
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform