Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamicbackcolor problem
Message
 
À
10/06/2003 16:32:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00798603
Message ID:
00798626
Vues:
17
Thanks again, I've found the error, it was the field name inside the empty() function. I was using the wrong field.



>>Can somebody tell me why this code doesn't work on VFP7? I have the same code on VFP6 and it works.
>>
>>
>>ThisForm.Fpage1.Page2.Fgrid1.Setall("DynamicBackColor","iif(Empty;
>>(Curopc.Objeto),RGB(0,255,0),RGB(255,255,255))","column")
>>
>>
>>It genates and DynamicBackColor evaluates to an invalid expression error.
>>
>>TIA,
>>
>>Enmanuel
>
>
>Enmanuel,
>
>Try this:
>
>>
>>ThisForm.Fpage1.Page2.Fgrid1.Setall("DynamicBackColor","iif(Empty" + ;
>>"(Curopc.Objeto),RGB(0,255,0),RGB(255,255,255))","column")
>>
>
>
>Hope this helps.
>
>Don
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform