Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartforms - How do you hide a window?

Former Member
0 Likes
531

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

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
328

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