Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling grid cell
Message
From
23/09/1999 16:49:15
 
 
To
23/09/1999 16:42:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00267849
Message ID:
00268243
Views:
25
I figured you might be talking about a different property but since I haven't worked with DynamicCurrentControl property before I couldn't tell. Have you ever worked with this property? I still can't get it to work right. For example, I have 2 textbox control, Text1 and Text2, in a grid column. If this is in column1:

THISFORM.Grid1.Column1.DynamicCurrentControl = "Text2"

generates an error "Express is invalid...". What gives?

>Hi John,
>
>>In the help for DynamicCurrentControl it says:
>>Are you sure the result should be colors?
>
>DOHHHHHHH, I thought you were talking about a DynamicBack or Fore COlor! Either way, the whole IIF() should be in quotesTry:
>
>
THISFORM.Grid1.Column1.DynamicCurrentControl = "IIF(RECNO('cTable')=2,'Text1','Text2')"
.Signature
{
   margin-top:  12px;
   color: #666666;
}
.Signature a
{
   color: #666666;
}

It's "my" world. You're just living in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform