Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate() on remote views
Message
From
23/05/2002 10:59:21
 
 
To
22/05/2002 02:09:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00659740
Message ID:
00660494
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform