Application Development and Automation 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: 
Read only

Smartform-Print issue

kiran_k8
Active Contributor
0 Likes
730

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
Read only

Former Member
0 Likes
706

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
Read only

kiran_k8
Active Contributor
0 Likes
706

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.

Read only

kiran_k8
Active Contributor
0 Likes
706

Hi,

Waiting for experts advice.

K.Kiran.

Read only

Former Member
0 Likes
707

Hi,

Under Form Attribut -


> Output Option

Page Fomat = "DINA4"

and make Output format = "Standard Output"

If it doesnt works than reply...

regards,

Usman Malik

Read only

0 Likes
706

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.

Read only

0 Likes
706

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.