Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Color print and metacode

Dave SandersOct 30 2023 — edited Oct 30 2023

Hey all,

We are exploring producing color output and are having a bit of trouble. We are running ODEE 12.6.4. In Documaker Administrator, when I set the batch's Print Type to PDF the color works just fine, but when I toggle it to XER, the output is all black and white. So I'm sure that my form, section, and graphic configurations are correct since it works when publishing PDF. I'm assuming that the issue is with my PrtType:XER configs, but I can't see what I have incorrect. Any help would be greatly appreciated.

Thanks!

Dave

< PrtType:XER >
;   AdditionalDJDE    = JDE=DFLT,;
   CacheFAPFiles     = 100
   CacheFiles        = 100
   ChartResolution   = 300
   CodeDef           = DCASCII9
   COMPILEINSTREAM   = Yes
   CompressMode      = LIN
   Device            = .\data\xerout.met
   DJDEIden          = E'DJDE'
   DJDEOffset        = 0
   DJDESkip          = 6
   DocuSaveScript    = WRITE_MOBIUS_TAGS.DAL
   DownLoadFonts     = No,Disabled
   Environment       = MVS
   ImageOpt          = Yes
   InitFunc          = XERInit
   JDEName           = 68Q
   JDLCode           = EBCDIC
   JDLData           = 0,210
   JDLHost           = IBMONL
   JDLName           = DOCMKR
   JDLRStack         = 0,10,EQ,E'REPORT END'
   KeepBlankPages    = No
   MaxFonts          = 99
   Module            = XERW32
   Optimize          = Yes
   OutMetFunc        = XEROutMet
   OutMode           = BARR
   OutputFunc        = XEROutput
   PageNumbers       = Yes
   PrinterInk        =
   PrintFunc         = XERPrint
   SendColor         = Yes,Enabled
   SendOverlays      = Yes,Enabled
   TermFunc          = XERTerm
   TrayUsePaperStockID = Yes
   DocFactoryDiskPrint = TRUE
Comments
Post Details
Added on Oct 30 2023
2 comments
242 views