Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Force a refresh
Message
 
To
24/07/2007 07:59:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01243109
Message ID:
01243110
Views:
24
This message has been marked as the solution to the initial question of the thread.
Hi,

Thisform.Refresh evaluates all ControlSources and updates the values. If you changed data that is displayed in a listbox or combobox, you need to call their Requery method. If you changed data in a table that is used in a view, you need to call either the REQUERY() or the REFRESH() functions to update data in the view. Then call Thisform.Refresh to load this data into the form.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform