Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visualização no Grid Hlelp ????
Message
From
07/02/2002 11:05:38
 
 
To
07/02/2002 10:37:42
Fabiano J Araujo Silva
Simples Ass. Ger. Em Informática Ltda
Marília, Brazil
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00616611
Message ID:
00616667
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
>> Correto, mas esse comando só funciona com tipo de grid Alias, com Sql não
>> funciona.
>> Entendeu .

Entendi, mas o comando funciona sim... Só que quando você utiliza o tipo SQL o VFP cria um cursor com o nome query (se você não especificar INTO CURSOR nome), então se não especificar o nome:
ThisForm.grid1.SetAll("dynamicforecolor", [IIF(QUERY.cod_cola=3, RGB(0, 0, 255), RGB(0,0,0))], "Column")
Se especificar o nome:
ThisForm.grid1.SetAll("dynamicforecolor", [IIF(NOME.cod_cola=3, RGB(0, 0, 255), RGB(0,0,0))], "Column")
Edson Gabriel Meireles
egmsoftware@bol.com.br
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform