Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox and PageFrame
Message
From
26/10/1997 03:01:59
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00056672
Message ID:
00056716
Views:
30
>>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()

Hello.
In THISFORM.PAGEFRAME1.PAGE1.Activate method i have a following code.
THIS.Text1.SetFocus
THIS.REFRESH...
But.. it is do't work :( Control is visible
(Control is contained in Page2... I checked up it :) )
Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform