Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INSERT INTO Statement
Message
 
À
30/10/1996 22:12:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00011186
Message ID:
00011452
Vues:
35
>thisform.page1 is the data entry page with textboxes and combo boxes and a save button that contains the following statement :
>
>INSERT INTO course (cid, c_title, semester, year)
>VALUES (thisform.page1.cid, thisform.page1.c_title, thisform.page1.semester, thisform.page1.year)
>
>Everytime I run it, it will tell me "Property CID not found". cid is the primary key for my course table and there is a textbox on the form named "cid". I just want to insert that value on the textbox to the table.
>
>Why is CID not found? Any idea?


thisform.page1.cid.VALUE

is this in the FAQ section? i've run over this a few times myself...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform