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

Printing PRT documents with work order

Former Member
0 Likes
589

Hi Experts ,

We are printing DMS attachment when a work order is printed there is a z program which getting the contents

from table 'drao' . Then using SCMS_BINARY_TO_XSTRING and SSFC_BASE64_ENCODE for coversion , then Using

INIT_TEXT' to save as text objetc and then using 'PRINT_TEXT' to print . The prblem is that it is printing one

extra page with text "number 1" , Does anybody had this kind of problem , looks like its putting while converting texts .

Any input will great .

Thanks

Vinay

Hi Experts ,

We are printing DMS attachment when a work order is printed there is a z program which getting the contents

from table 'drao' . Then using SCMS_BINARY_TO_XSTRING and SSFC_BASE64_ENCODE for coversion , then Using

INIT_TEXT' to save as text objetc and then using 'PRINT_TEXT' to print . The prblem is that it is printing one

extra page with text "number 1" , Does anybody had this kind of problem , looks like its putting while converting texts .

Any input will great .

Thanks

Vinay

1 REPLY 1
Read only

Former Member
0 Likes
410

HI Experts ,

it is hex data which i am trying to print with print_text,

The data has formt '/=' on all the lnes .

Thanks

Vinay

Edited by: vinay kolla on Oct 1, 2009 11:03 AM