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:
00135264
Views:
10
>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.
>

I think also that if you put the data straight into the "value" of the textbox and not into its controlsource that it will show up without being refreshed.

-Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform