Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table buffering 101
Message
De
10/11/1999 12:43:52
 
 
À
10/11/1999 12:34:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00289663
Message ID:
00289684
Vues:
28
>You mean in the dataenvironment of the form I have to include the table as well as the view?

Actually, that is just one reason that the information might not be saved. Another possibility is that the tableupdate is generating an error and returning false.

You probably want to check for this.

IF TABLEUPDATE( 1, .T., "MyView" )
ELSE
ENDIF

If you put a suspend in the else portion, you can check out AERROR. This will give you the reason the view update is failing.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform