‎2006 Jul 25 8:04 AM
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 .
‎2006 Jul 25 8:07 AM
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.
‎2006 Jul 25 8:07 AM
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.
‎2006 Jul 25 9:58 AM
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
‎2006 Jul 25 10:03 AM
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
‎2006 Jul 25 8:09 AM
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
‎2006 Jul 25 8:11 AM
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