Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help with a program Im creating.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00134899
Message ID:
00134901
Views:
13
Charles,
I gather that you have found the data, but that the form is not showing it until you click on a field? You need to do either a THISFORM.REFRESH() or refresh each textbox separately:
thisform.txtAddress.refresh()
thisform.txtCity.refresh()
...
The REFRESH will show the latest data on the form.

HTH
Barbara

>Hello,
>
>I am creating a program and need some help.
>
>Alright , what I have is a ComboBox , using a field called name.
>When you enter a name or select one off the list , I want it to change the fields ( address , state , zip code ) to whatever they are in the database.
>
>The problem Im having is when you enter a name it wont change the (address , state , or zip code ) until I click on one of those fields.
>
>How would I refresh these fields and where would I put that code.
>
>Im using Visual Foxpro 5.0a .
>
>Any help would be great.
>
>Thank you
>
>Charles Simmons
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform