Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table.field question
Message
 
 
À
17/07/2001 21:09:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00531816
Message ID:
00531819
Vues:
12
This message has been marked as a message which has helped to the initial question of the thread.
< SNIP >
>Test.SomeField1 = .T.
>
>I get an error "Object TEST is not found".
>
>Why is that?
>
>TIA
>
>Mal

You cannot assign value to the table field like that. You have to use REPLACE or UPDATE - SQL to modify the table field. Therefore expression
Test.SomeField1 = .T.
is interpreted as assigment of .T. value to the property SomeField1 of the Test object wich doesn't exist.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform