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

Former Member
0 Likes
597

hi experts small problem in smart form

iam doing a smart form in which there are 4 windows as below

1- header

2- main

3- export

4- import

now on certan condition only the export window should get printed

and when this export window is not printed the import window should shift up at a place of export.

how to shift this window up .

regards

farukh .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
560

Hi Farukh -

You cannot actually SHIFT up the window.

Instead wat u can do is create another window in the position where u want the import window to shift, and print teh window only when the conditions are satisfyed.

-Aarthi.

5 REPLIES 5
Read only

Former Member
0 Likes
561

Hi Farukh -

You cannot actually SHIFT up the window.

Instead wat u can do is create another window in the position where u want the import window to shift, and print teh window only when the conditions are satisfyed.

-Aarthi.

Read only

0 Likes
560

hi

thanks for reply .

its fine that we have to define both the window on same size but what when i have to print both the window .dont u think it will overwrite when i have to print both export and import window.

regards

Read only

0 Likes
560

Hi Farukh,

For the import window that you are placing at the position of Export write the condition that it will be displayed only when your export window will not be displayed.

Regards,

mukesh kumar

Read only

Former Member
0 Likes
560

There is not any way to shift the import window.

Follow these steps.

Step 1.

Create two windows one for import and one for export at the same place where currenly your export window is there.

Step 2.

Put the condition in the first import window that when your export window will not be printed then this import window will be printed and the last import window will not be printed.

It will solve your problem

Read only

naimesh_patel
Active Contributor
0 Likes
560

Hello,

Shifting of windows may not be possible.

But you can do in this way :

In your EXPORT window, put the contents of EXPORT and IMPORT both based on your condition. and in Import window, check wheater the EXPORT data is printed then you have to print the IMPORT data.

Regards,

Naimesh