Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox and PageFrame
Message
 
To
25/10/1997 05:27:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00056672
Message ID:
00056674
Views:
34
>Hello.
>I have a PageFrame with two pages. On the second page is placed ComboBox. When
>I choose a new value to be execute the InteractiveChange method. For an example:
> - Combo1.InteractiveChane Event -
>...Calculations....
>IF ControlVariable
>THISFORM.PAGEFRAME1. ActivePage = 1
>ENDIF
>But... ComboBox is remain visible on the first page...
>(Certainly I can use Combo1. Visible = .F., but there are other ideas)
>In than problem?
>Denis.
Denis,

You also must move focus to some control on page1 with a THIS.Parent.parent.page1..Setfocus()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform