Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicBackColor invalid expr if the grid has focus else
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01318705
Message ID:
01319019
Vues:
19
As someone said, the problem may lie in the fact you're using this in your expression. What this is referring to?

Try to provide the whole reference to the grid including the form, e.g.

if (myAlias.myID <> 0 and thisform.myGrid.... , onecolor, anothercolor)

Or better have it as a separate form's method.

>Hi Cetin
>
>>What is your expression? I don't use GH but expression might ring bells.
>
>Does not look pretty to me :)
>
IIF((NOT EMPTY(iID)) AND (THIS.coldemaildt.ENABLED AND (NOT THIS.coldemaildt.READONLY)), goApp.nBackColorFld, goApp.nBackColorForm)
>
>iID = 11
>Enabled = .T.
>Readonly = .T.
>nBackColorFld = 13165780
>nBackColorForm = 13160660
>
>Thanks for responding.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform