Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I create a VIEW from a free table?
Message
De
19/04/1999 14:35:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00209037
Message ID:
00209801
Vues:
29
>It sounds like what you are doing is fine for network apps, but you don't need views if you are just buffering the changes for updates.
>
>For Example:
>9999
>#DEFINE TableBuffer 5
>USE FREE.DBF
>=CursorSetProp('Buffering',TableBuffer,'FREE')
>
>* Code to make changes
>
>IF MessageBox("Commit Changes?",36) = 6
> =TableUpdate(.T.,.T.,'FREE')
>ELSE
> =TableRevert(.T.,'FREE')
>ENDIF
----
Hi Ed and thanksfor the code...What is the purpose of views then?
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform