Blind Submission From A Row Exit

maxgrinder

Member
Has anyone discovered a way to execute a blind-submission of a UBE from a row-exit button? I would like to avoid the 'Version Prompting' and 'Printer Selection' screens.

Any help is greatly appreciated...

Ed Moore

OneWorld XE SP16.1, AS/400<P ID="edit"><FONT SIZE=-1>Edited by Sef on 3/18/02 06:50 PM.</FONT></P>
 
Yes Ed, our Honourable Lister Wannes did.
Use the B91300C Launch Batch Application. I used, successfully, these parameters:
Launch Batch Application
"R55BCRPTMS" -> szReport
"XMFP01" -> szVersionJDE
"1" -> cSynch
"1" -> cPrintPreview
UNDEFINED -> szDataSourceOverride
UNDEFINED <- mnServerJobNumber
UNDEFINED <- cReturn
"<Zero>" -> cJDELogging
"<Zero>" -> cTracing
"<Zero>" -> cUBELoggingLevel
"<Blank>" -> szJobQueue
a) Use your szReport & szVersionJDE;
b) The cPrintPreview enabled (1) takes your Report output to Acrobat. <Zero> will skip it (to the printer directly).
c) The Logging flags are helpful in troubleshooting, if needed :)
Warm regards,
Adrian Chimirel

Xe U3 SP17, Oracle 806, Citrix, HTML, FormScape 2.1 Ent RS/6000, AIX 4.2, Dep NT4
 
This would work well on TIPS/TRAPS.....

Gene Piekarski, Jr

AS/400, B733, SP11.2, NT client
AS/400, B733, SP14, W2000 client
XE, SP15.1
 
Back
Top