Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate() on remote views
Message
 
 
To
22/05/2002 02:07:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00659739
Message ID:
00659830
Views:
23
What's your question?

>Hi, I have a remote view that has 4 fields. All fields accepts .NULL. values.
>3 of the fields are bound to the 3 textboxes in my form as control source.
>
>I do the following command when adding a new record
>
>&& Add event
>>>THISFORM.ENABLECONTROLS()
>
>
>&& Save event
>>> INSERT INTO rv_EMPFILE(field1, field2, field3);
> VALUES(alltrim(thisform.txtbox1),;
>alltrim(thisform.txtbox2),alltrim(thisform.txtbox3)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform