Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problema em UPDATE
Message
From
08/04/2002 21:51:47
 
 
To
08/04/2002 21:32:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00642438
Message ID:
00642447
Views:
12
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform