Print Immediate Problem

lschlitt1

Member
We are running in E1 8.10

Our goal is to use a scanner to start an NER (via API) in JDE. The NER will call a specific UBE, which will create a report (or label in this case). We want the label to print immediate to a specific printer. This is being done via a scanner, so it isn't from a specific machine so we can't use the parameter in JDE.INI.

Has anyone implemented something similar to this?
Thank you for your help in advance.
Laurie
 
Laurie,

Search the JDE BSFNs looking for jdeLaunchUBEEx. This API launches UBEs. By setting zReportFlags |= eDRRPTPrintImmediate the UBE will print immediate, assuming the default printers are configured correctly.

Barry
 
Back
Top