Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visualização no Grid Hlelp ????
Message
De
07/02/2002 11:05:38
 
 
À
07/02/2002 10:37:42
Fabiano J Araujo Silva
Simples Ass. Ger. Em Informática Ltda
Marília, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00616611
Message ID:
00616667
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform