Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie Textbox question
Message
From
09/03/2014 05:09:29
 
 
To
08/03/2014 17:45:29
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01595968
Message ID:
01595977
Views:
49
>>>On the InteractiveChange() and ProgrammaticChange() events, use something like
>>>thisForm.textbox.Refresh(), or thisForm.Refresh().
>>
>>Thx - that did the trick. One other question, if I may : The Combobox is initially
>>empty - how should I set it to the first record when the form opens ?
>
>
>Set thisForm.Combo1.rowSourceType = 2 (alias), thisForm.Combo1.rowSource = "myAlias", and thisForm.Combo1.ListIndex = 1.

Thx, again. Can't believe that I used to know all this stuff :-}. Also surprised, looking at it now, how bad the VFP documentation actually was !
Previous
Reply
Map
View

Click here to load this message in the networking platform