‎2007 Nov 15 12:31 AM
Hi,
I have been assigned to take over a Smartform project from another team member.
In regards to making changes, it is difficult when windows overlap in the output (print preview).
How do you hide a window from output, without deleting it (for safety purposes)?
Thanks,
John
‎2007 Nov 15 12:50 AM
Take one global FLAG in GLOBAL Data...
Like:
FLAG TYPE C
This FLAG must be initial always...
Now, go to your window.. open the conditions.. and put the condition like:
FLAG = 'X'.FLAG's value will never be set to "X" so, your window will not be called by SMARTform.
Regards,
Naimesh Patel