Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i hide the text in a textbox object ?
Message
From
09/04/2002 06:59:11
 
 
To
09/04/2002 06:28:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00642542
Message ID:
00642548
Views:
11
you could manipulate the text by using the value property

for example

if TRUE
this.value = "show this"
else
this.value = "something else"
endif



Nelly
Previous
Reply
Map
View

Click here to load this message in the networking platform