Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating source table
Message
De
24/09/1999 13:27:39
 
 
À
24/09/1999 13:19:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00268486
Message ID:
00268608
Vues:
23
You should not buffer your view, since it allready buffer your table. Second, you should do a TableUpdate() on the view and not the table. Also, check the result of TableUpdate() to see if it have successed or not.

HTH
>I'm doing that, but I guess not correctly:
>
>SELE COMPONENTS
>lSuccess=CURSORSETPROP("Buffering", 5, "CO")
>IF lSuccess = .T.
> =MESSAGEBOX("Operation successful!",0,"Operation Status")
>ELSE
> =MESSAGEBOX("Operation NOT successful!",0,"Operation Status")
>ENDIF
>= TABLEUPDATE(.T.)
>RELEASE THISFORM
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform