Application Development 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: 

getting empty page in smartforms when using command node

Former Member
0 Kudos

Hi ALL,

i am printing labels using smartforms.

my requirement is 1 label per 1 page. for that i am using command node and labels are printing as per the requirement

but i am getting one blank page (either first page or last page). if the command node under loop getting first page as blank, if the command node is after the loop getting last page as blank.

note: in my smartform page protection is desable(i can't use page protection)

my node sequence is

1) page window

2) main window

3) loop node

4) template node and crrespondaing text nodes

5) last node as command node

gurus suggest me how to remove blank page. if any code is required send me,

ADVANCED THANKS &

KUSUMA.

Edited by: dcpkusuma on Jun 24, 2011 6:40 AM

3 REPLIES 3

Former Member
0 Kudos

Hi,

Could you pls. tell me why are u using command node. Also chek General attributes Tab of command node Tick checkbox for Go to new page and select your Page from the drop down.

Please tell me if your prob. is resolved.

0 Kudos

HI All,

thanks my issue got solved,

i am using command node to trigger next page. in command node we have option as check box to print form/label in next page, for this i had to write some code to remove last blank page......

thanks all....

Former Member
0 Kudos

hi,

Use F.M. 'SSFCOMP_CLOSE' to exit from smartform without triggring empty page.

Regards,