cancel
Showing results for 
Search instead for 
Did you mean: 

smartform

Former Member
0 Kudos

Dear friends,

im getting a problem during creation of smartforms

im able to create a smartform but problem is that during output im getting one extra page in the output suppose if i want to print data of 10 pages then the smartform is printing 10 pages data is printing accurately but after printing 10 pages data one extra blank page is coming out no any print on that neither i require but why it is giving one extra page and how can i modify it so that printer will extract only the required printed pages and dont extract one extra blank page.

hoping urs kind rly asap.

thanks

regards,

manoj

9248158131

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Manoj,

In global defintions:

Declare these variables.

w_count,

w_num.

In program lines of your smartform write these lines.

Describe table t_tab lines w_num.
w_count  = w_count + 1 .

In Command node Condition :

w_count <  w_num.

Regards,

sravanthi

Former Member
0 Kudos

Hi,

Check with Windows heights.

regards

Jana

Former Member
0 Kudos

Hi,

Just increase your main window size by 5MM.

OR

Put a condition on each page whether the page contains any data or not.If it is not initial print it or Don;t print it.

If it

Regards,

Rama.

Former Member
0 Kudos

dear rama,

thnaks for your quick rly

but as im going in tcode smartform n rt clicking on page name there is only option to create windows and not text and not command option is there .

so plz guide me agn.

thanks,

regards,

manoj

Former Member
0 Kudos
former_member181995
Active Contributor
0 Kudos

Check your main window hight.is it comes nicely according to page?

Former Member
0 Kudos

yes

everthing is all right ie required output as i desired but problem is that printer extracting one extra page suppose i need to take out 10 page print than i need 11 pages for that 11th page printer is extracted but it's not having any data as i dont want 11th page but eve i want it dont extract 11th page but it extracting one extra blank page .

thanks,

regards,

manoj

Former Member
0 Kudos

Hi,

are you using any ' COMMAND ' Node.

Regards

Jana

Former Member
0 Kudos

yes im using command node

Former Member
0 Kudos

Hi,

In the Command Node , r u given Go to Page equla to some page.

Regards

jana

Former Member
0 Kudos

Hi,

Place your command node before display of the data in main window and in the conditions tab check the checkbox

" Not in first page".

This should solve your problem

regards

padma