Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GRID - DynamicCurrentControl - Is there a limit?
Message
From
02/10/2001 03:04:07
Walter Meester
HoogkarspelNetherlands
 
 
To
01/10/2001 14:29:30
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00562699
Message ID:
00562884
Views:
17
Hi mauro,

Just a thought...

Could you not just place a function in it like THISFORM.getControlSource(nome_Object) in which you return the required textbox.

Walter,

>I have to attribute the value below:
>
> IIF(nome_object = 'TEXTBOX1','TEXTBOX1',IIF(nome_object = 'TEXTBOX2','TEXTBOX2',IIF(nome_object = 'TEXTBOX3','TEXTBOX3',IIF(nome_object = 'TEXTBOX4','TEXTBOX4',IIF(nome_object = 'TEXTBOX5','TEXTBOX5',IIF(nome_object = 'TEXTBOX7','TEXTBOX7',IIF(nome_object = 'TEXTBOX8','TEXTBOX8',IIF(nome_object = 'TEXTBOX9','TEXTBOX9',IIF(nome_object = 'TEXTBOX11','TEXTBOX11',IIF(nome_object = 'TEXTBOX12','TEXTBOX12',IIF(nome_object = 'TEXTBOX13','TEXTBOX13',IIF(nome_object = 'TEXTBOX14','TEXTBOX14',IIF(nome_object = 'TEXTBOX15','TEXTBOX15',IIF(nome_object = 'TEXTBOX16','TEXTBOX16','barra'))))))))))))))
>
>The worst is that this expression can be larger. Does some other way exist of having several dynamic objects?
>
>This expression is created through a table. Sorry for bad english
Previous
Reply
Map
View

Click here to load this message in the networking platform