Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSERT INTO Statement
Message
From
30/10/1996 22:12:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
INSERT INTO Statement
Miscellaneous
Thread ID:
00011186
Message ID:
00011186
Views:
76
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?
Next
Reply
Map
View

Click here to load this message in the networking platform