Rajesh Karunakaran
Programmer
Hi Friends,
How do we check if FoxyPreviewer is active or not?
I.e., if I have already issued the command 'DO FoxyPreviewer.app' somewhere earlier in the code. My requirement is that I activate it before my call to REPORT FORM... and after the print I need to turn it off. I know I can do that by 'DO FoxyPreviewer.app WITH "Release".
However, I want to check in my code whether FoxyPreviewer is already active and if yes, I will not disturb that enviro when I return from my code. How do we achieve that ?
Thanks in advance,
Rajesh
How do we check if FoxyPreviewer is active or not?
I.e., if I have already issued the command 'DO FoxyPreviewer.app' somewhere earlier in the code. My requirement is that I activate it before my call to REPORT FORM... and after the print I need to turn it off. I know I can do that by 'DO FoxyPreviewer.app WITH "Release".
However, I want to check in my code whether FoxyPreviewer is already active and if yes, I will not disturb that enviro when I return from my code. How do we achieve that ?
Thanks in advance,
Rajesh