Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form
Message
 
To
24/06/1999 10:06:55
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Form
Miscellaneous
Thread ID:
00233484
Message ID:
00233501
Views:
31
>Hi all,
>
>I have a form with the text box. Controlsource of text box is set
>to table.fieldname. When I run the form I want the text box empty. But it shows the value of 1st record from the table. Is there a way for me to say use/notuse control source without changing Controlsource.

You know you can bind & unbind the control pretty much anywhere you want?

textbox.controlsource = '' && some place
textbox.value = '' && clear it out

textbox.controlsource = 'table.field' && some place else
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform