2007 Oct 29 6:12 AM
Hi,
I have designed a smartform, in which some data is being passed to main window.
In main window I am looping a table to display the data.(Item details in PO)
The layout of smartform is like:
Some windows an logo above main window.
Main window.
And some windows having terms and conditions below main window.
what is happening is : my main window is with height 5cm in smartform layout. So if the height of the data to be displayed in it, is 15cm, its print preview come as,
page 1:
Some windows an logo above main window.
Main window data.(5cm)
windows having terms and conditions below main window.
page 2:
Some windows an logo above main window.
Main window data.( next 5 cm)
windows having terms and conditions below main window.
page 3.
Some windows an logo above main window.
Main window data.(next 5 cm)
windows having terms and conditions below main window.
What I want :
Data should come as:
windows an logo above main window.
Main window data.(Entire data of 15 cm)
windows having terms and conditions below main window.
what to do?? why is this happening even if i am displaying data in main window which supposed to adjust the height depending upon data in it ??
Pls help.
2007 Oct 29 6:18 AM
Hi.
Change the main window size.
Main window is not supposed to adjust, it's supposed to role into the next page and keep doing that irresepective of what you have defined as next page until the data is finished.
Regards
Nishant
2007 Oct 29 6:43 AM
Hi Nishant,
Thanx,
But Along with the main window.....the windows above it an below it are also getiing displayed on all the pages....
I want windows above main window on first page only....
Then all the data in main window continuously and then
the contents of the Windows below main windw.at the end.
How to achieve this??
2007 Oct 29 6:55 AM
Hi Dhan,
1) click on the window which should be displayed on first page
2) Go to conditions TAB of the window
3) U can see Options:-
Only on first page
Not on first page
Only at end of main window
Only B4 end of main window
Only on Page
Choose the option that U want for that window
Regards
Avi....
2007 Oct 29 7:18 AM
Hi,
For the windows above main window like logo an other detail I checked "Only on first page" checkbox.
The windows to be displayed below main windows I checked the checkbox "Display only after main window".
But now what is happening...
Page 1:
Logo and other details (1/3 of page)
main window data (1/3) of page
Blank (As we have checked above mentioned checkboxes )
( 1/3 of page ).....shud not come
Page 2:
blank ( 1/3 of page ) as we have checked only on first page checkbox...shud not come
main window data (1/3) of page
Blank (As we have checked above mentioned checkboxes )
( 1/3 of page )....shud not come
Page 3:
same as page 2...
What i want is....this inbetween blanks shudnt come an data in main window to be get displayed continuously...
Message was edited by:
Dhananjay Patil
2007 Oct 29 8:05 AM
hi,
I think u have to delete all the header part and footer part from the smart form,
and add those data of the header and footer into the main window itself.
thanks
Dharmishta
2007 Oct 29 8:48 AM
Hi,
Thanx for ur reply...
But if i put all the header, logo and footer data into main window as a text ....How will I position the text elements on desired position..??
Message was edited by:
Dhananjay Patil