Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
This is not a Object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00288712
Message ID:
00288717
Vues:
12
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform