Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reverting modified status of a view
Message
De
04/04/2006 21:01:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01109827
Message ID:
01110470
Vues:
12
Thanks a lot, Borislav. I have not had the time to test in different environments and net configurations, but it could do the job.

>>Hi all,
>>
>>Is there a way to revert the modified status of a view to NOT modified? I have tried with setFldState() for all fields, but with no success, as getNextModified() still returns a record.
>>
>>I do not want to use tableRevert() for performance reasons.
>>
>>Thanks,
>>Javier.
>
>try this:
>
>SELECT MyView
>CURSORSETPROP("SendUpdates", .f., [MyView])
>TABLEUPDATE(1,.t.,[MyView])
>CURSORSETPROP("SendUpdates", .t., [MyView])
>
>
>but test it well :-)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform