Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox
Message
From
01/06/2005 08:15:52
 
 
To
01/06/2005 08:04:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018907
Message ID:
01018926
Views:
11
To get this to work, the textboxes must be databound, meaning that controlsource must be filled in. IF coontrolsource is empty, you must use this code
DODEFAULT()
this.Visible=this.Value>0
NODEFAULT
>hi,
>i get error message missing expression
>
>>My fault, in the Refresh you must use
>>this.visible=eval(this.controlsource)>0
>>I think this is a better solution, because you put the code where it belongs!
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform