Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problema em UPDATE
Message
De
08/04/2002 21:51:47
 
 
À
08/04/2002 21:32:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00642438
Message ID:
00642447
Vues:
13
>estou dando o comando:
>
Update Varas Set c_vara = this.parent.txtVara.value where c_codigo = "  1"
>e o VFP7 está me retornando: "Alias TXTVARA is not Found()."


Geraldo, não é muito recomendado fazer desta forma (tentar igualar diretamente a um controle do form)... faça desta forma:
lcVar = this.parent.txtVara.value
Update Varas Set c_vara = lcVar where c_codigo = "  1"
Claudio Lassala
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform