Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Button persist to be shown
Message
 
To
03/11/2005 13:37:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01065091
Message ID:
01065103
Views:
14
>hi all. i have this form with pageframe 2 pages, a button called find in page 1 that set active page 2 when match find. active page become 2 but the button find continue, just like page 2 refresh but button appear in. If i put mouse over it, disappear. (the find button is only in page1 page2 contains data of item finded). any ideas?
>thank you all

That is because the button still has the focus. You must set the focus in some control on Page2, then the Button will disaper. Something like that
*** Button Click Event

....
thisform.PageFrame1.ActivePage = 2
thisform.PageFrame1.Page2.Text1.SetFocus()
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform