alinhar valores a direita ao imprimir
Enviado: 29 Mai 2015 12:49
Quando mando imprimir uma nota os valores ficam centralizados e gostaria de deixar alinhados a direita, abaixo esta o modo que escrevi, e segue em anexo a imagem da nota, pois nao sei inserir imagem nas mensagem, mas gostaria de aprender tambem.
START PRINTDOC
START PRINTPAGE
@ Lin,09 PRINT strzero(TCD->codprom) FONT "Arial" SIZE 09
@ Lin,21 PRINT ALLTRIM(unid) FONT "Arial" SIZE 09
@ Lin,29 PRINT Alltrim(TCD->nomeprm) FONT "Arial" SIZE 09
@ Lin,138 PRINT transform(TCD->quantim,"@E 999,999.99") FONT "Arial" SIZE 09
@ Lin,160 PRINT transform(TCD->precunm,"@E 999,999.99") FONT "Arial" SIZE 09
@ Lin,184 PRINT transform(TCD->prectom,"@E 999,999.99") FONT "Arial" SIZE 09
END PRINTPAGE
END PRINTDOC
obrigado, Nilson Vilela
START PRINTDOC
START PRINTPAGE
@ Lin,09 PRINT strzero(TCD->codprom) FONT "Arial" SIZE 09
@ Lin,21 PRINT ALLTRIM(unid) FONT "Arial" SIZE 09
@ Lin,29 PRINT Alltrim(TCD->nomeprm) FONT "Arial" SIZE 09
@ Lin,138 PRINT transform(TCD->quantim,"@E 999,999.99") FONT "Arial" SIZE 09
@ Lin,160 PRINT transform(TCD->precunm,"@E 999,999.99") FONT "Arial" SIZE 09
@ Lin,184 PRINT transform(TCD->prectom,"@E 999,999.99") FONT "Arial" SIZE 09
END PRINTPAGE
END PRINTDOC
obrigado, Nilson Vilela