Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor invalid expr if the grid has focus else
Message
 
 
To
22/05/2008 16:31:53
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01318705
Message ID:
01319204
Views:
14
>In a dynamic* expression this always refer to the grid itself.
>Cetin
>

Yes, I know that, but it didn't look like it was used in this way in the original expression.

>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform