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
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