Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Refresh() method
Message
From
07/09/2000 09:17:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Problem with Refresh() method
Miscellaneous
Thread ID:
00413421
Message ID:
00413421
Views:
51
I have a method called RefreshForm() (i think everyone have it too :))

*********************************
ThisForm.LockScreen = .T.
ThisForm.Refresh()
ThisForm.LockScreen = .F.
*********************************

If i call the method from an InteractiveChange method of a Combobox it doesn't show anything at the
combobox, but all works fine, the pointer point to the correct record, the value property have
the correct value. I don't know if the DisplayValue Property it's ok (didn't checked it out).
If i call the InteractiveChange method Tracing the code the combobox show the results ok.

Afterall everything works ok, i just refresh the objects i need to, and there's no error, but i'd like
to do in the other way to use less code lines.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform