Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Thisform.grid1.column1.dynamicfontItalic not work
Message
 
À
24/04/2000 10:31:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00362478
Message ID:
00363662
Vues:
16
Thank you, Mike and Andrew. But I got another problem.

Why I can't use 'iif(this.text1.value='A',.T.,.F.)'
instead of 'iif(myfield='A',.T.,.F.)'?
I got an illegal expression error message when used 'this.text1.value' instead.

Sunny

>>Did you use dynamicfontItalic property?
>>I tried this command:
>>thisform.grid1.column1.dynamicfontItalic=iif(myfield='A',.T.,.F.)
>>I got an error.
>
>What error? This should work, but it will only evaluate for one record and use that on every field. Use this instead:
>
>thisform.grid1.column1.dynamicfontItalic = "iif(myfield='A',.T.,.F.)"
Can you live without the earth?
Please remind that :
"Yung Hung" is my first name;
"Yeung" is my last/family name.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform