Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffered table versus not buffered table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01315862
Message ID:
01316017
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform