mask not visible

N

Natan

Ciao
sorry for my language-horror
I have a problem:
my program ( A2000 and A2003) have two forms , Mask1 and Mask2 (both
popup and dialog edge) .When start Mask1 and click the button that to
start Mask2 . In Mask2 there are any button for as many reports.
When click one show the report and hide forms . When I close or print
the report i would have to the Mask2 over Mask1 like then start the
sequence .

Sequence:
Start Mask1 , click button , start Mask2 ,when click button
--------------------------------
forms!Mask1.visible=false
forms!Mask2.visible=false

I control the report and close it

On report-close :
forms!Mask1.visible=true
forms!Mask2.visible=true
------------------------------

It will be strange but Mask1 is visible and Mask2 not ....
I have controlled the code in debug but even if the line
forms!Mask2.visible=true is processed (no error) the state
visible=true it does not come executed .... the Mask2 is hide , i see
only Mask1 ... mistery because some days before it worked normally
Ideas in purpose?
Thanks
Natan- Italy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top