Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tableupdate() on remote views
Message
De
23/05/2002 10:59:21
 
 
À
22/05/2002 02:09:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00659740
Message ID:
00660494
Vues:
17
If you want to insert a NULL value to this filed you don't have to include the field on the insert list. However, in the values list you sent there is an error. You sent:

&& Save event
>> INSERT INTO rv_EMPFILE(field1, field2, field3);
VALUES(alltrim(thisform.txtbox1),;
alltrim(thisform.txtbox2),;
alltrim(thisform.txtbox3))

You must include .value in the the text objects in the values list. For example: instead of "thisform.txtbox1", write "thisform.txtbox1.value".

I hope I've helped...

Silvio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform