Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide form
Message
From
10/01/2011 04:14:10
 
 
To
09/01/2011 23:01:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01495233
Message ID:
01495387
Views:
39
hi,

i have main form (menu1) i run another form form menu1 inside thisform i run report1
i can see the report but menu1 front of the report

i need to hide thisform.menu1....

>I suppose I should have asked the first time
>thisform.menu1.hide()&&not work
>thisform.menu1.show()&&notwork
>
>
>what do you mean by "not work"?
>
>Does the menu simply stay visible?
>
>Do you get an error? (If so, don't you think it would have been useful to provide the error message?)
>
>
>
>>thank you for reply,
>>error message Unknown member menu1
>>
>>>>hi all,
>>>>
>>>>i need to hide main form and sub form as below
>>>>
>>>>thisform.hide()&&work
>>>>
>>>>thisform.menu1.hide()&&not work
>>>>
>>>>report form report1 preview
>>>>
>>>>thisform.show()&&work
>>>>
>>>>thisform.menu1.show()&&notwork
>>>>
>>>>thanks
>>>
>>>Have you tried working with the visible property instead?
>>>thisform.visible = .F.
>>>thisform.menu1.visible = .F.
>>>report form report1 preview
>>>thisform.visible = .T.
>>>thisform.menu1.visible = .T.
>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform