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: 

problem form printing

NAeda
Contributor
0 Kudos

Hello friends,

I customized one standard form excise invoice,

i am getting the proper out put in print preview, but if i print, i am unable to get same alignment as in print preview(EPSON 1150) , here i used paragraph formats also.. please help me out

thanks

Regards

Narsimhulu

3 REPLIES 3

Former Member
0 Kudos

Hi,

use TABS push button in paragraph format

This will solve ur problem.

Please come back if u have problem

regards,

raam

0 Kudos

Hello Raam,

I made the tabs also for that..the problem is

&TOTQAN(16.2R)& &TOTBAS(16.2R)&

Duty Payable 14% &J_1IEXCHDR-EXBED(16.2R)&

Edu.Cess 2% &J_1IEXCHDR-ECS(16.2R)&

H.Edu.Cess 1% &J_1IEXCHDR-EXADDTAX1(16.2R)&

IF &OCTROI& GT &VAL&

Octroi &OCTROI(16.2R)&

ENDIF

IF &FRIEGHT& GT &VAL&

Frieght &FRIEGHT(16.2R)&

ENDIF

IF &INSUR& GT &VAL&

Insurance &INSUR(16.2R)&

ENDIF

IF &VAT& GT &VAL&

VAT &VAT(16.2R)&

ENDIF

IF &CST& GT &VAL&

CST &CST(16.2R)&

ENDIF

IF &FRE& GT &VAL&

Frieght &FRE(16.2R)&

ENDIF

IF &INR& GT &VAL&

Insurance &INR(16.2R)&

ENDIF

here the fields which are not in if conditon are printing correctly,

and the fields which are in if condition are not printing properly...

help me out please its urgent

Thanks

regards

Narsim

Former Member
0 Kudos

hi ,

this is because of the printer......please check the data with the client printer ..

regards,

venkat.