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: 

Smartform-Print issue

kiran_k8
Active Contributor
0 Kudos

Hi Folks,

I have a smartform which is getting printed correctly for the first page,but when coming to second page it is skipping some spaces and printing the data at the wrong places.This problem was not there earlier but once the user got a new CPU this problem arised.

What could be the reason?

Note:- It is a Cash receipts and have only one page.Every new page is a new cash receipt.

I have the following program lines in smartform

describe table it_final lines v_maxlines.

*******

v_lines = v_lines + 1.

*******

In the conditions tab there is a condition like this

v_lines < v_maxlines.

Thanks,

K.Kiran.

Message was edited by:

Kiran K

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Under Form Attribut -


> Output Option

Page Fomat = "DINA4"

and make Output format = "Standard Output"

If it doesnt works than reply...

regards,

Usman Malik

5 REPLIES 5

kiran_k8
Active Contributor
0 Kudos

Hi,

In the smartform under the general attributes of CONDITION node we have OUTPUT OPTIONS having an option like INCLUDE PRINTER CONTROL.

Do we have to set this?

K.Kiran.

kiran_k8
Active Contributor
0 Kudos

Hi,

Waiting for experts advice.

K.Kiran.

Former Member
0 Kudos

Hi,

Under Form Attribut -


> Output Option

Page Fomat = "DINA4"

and make Output format = "Standard Output"

If it doesnt works than reply...

regards,

Usman Malik

0 Kudos

Usman,

It is not DINA4 as we are taking printout of the receipts.It was working earlier but once the user got a new pc this problem arised.

Waiting for SDN experts opinion.

K.Kiran.

0 Kudos

Hi Folks,

The above discussed problem arised only after the user migrated to Windows Xp.Do anyone here have an idea about the kind of configruations we have to do for the printer or any?

Thanks,

K.Kiran.