Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This is not a Object
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00288712
Message ID:
00288717
Views:
11
>Hi everyone,
>
>I have this problem in add/click event.
>
>I have a form with 3 TextBox when i click to save record i want to do this,
>
>tableclient.cNumero=thisform.text1.value
>tableclient.cName=thisform.text2.value,........ and i get this
>
>error,
>
>Object tableclient is not found.
>
>I have in data environment the table, what could be happen here?
>
>Thank's in advance
>
>Joao Batista

You could either just bind the controls directly to those fields by specifying the field in the ControlSource of the text boxes.

Or, you need to use REPLACE tableclient.cnumero WITH ThisForm.text1.Value, tableclient.cname WITH ThisForm.text2.Value

Doug Stalter

"According to the proverb, the best things are the most difficult." -Plutarch
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform