Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local View Trouble
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01366468
Message ID:
01366687
Vues:
12
>I changed it in there, but it doesn't appear to simply save even when I select save after closing view designer. Also, all of the other ones are set to false as well. Any thoughts?

Are you sure other fields are updatable?

For updatable views you have to have

DBSetProp(ThisView,"View","SendUpdates",.T.)

and for the fields the property should be set to true, e.g.
DBSetProp(ThisView+".fieldname","Field","Updatable",.T.)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform