Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Yes/No as ControlSource
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00675429
Message ID:
00675481
Views:
10
>>>>Hi everybody,
>>>>
>>>>How can I set controlsource for the textbox with the logical field to show Yes/No instead of T/F ?
>>>>
>>>>I tried to put iif(myField,'Yes','No'), but it doesn't allow me..
>>>>
>>>>How can I do it?
>>>
>>>Clear Controlsource and put in the textbox refresh
This.value = iif(myField,'Yes','No')
>>
>>That's another workaround, thanks.
>
>Yes, but it's a simple one. :)
>
>>
>>Anyway, I'm designing another container now. Are there scrollable containers available in Download section? I placed all info in one container, but it looks clattered...
>
>See file #10072.

I finally make it work. The trick was to set SBC.height to something in run-time
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform