XE - Batch Versions row exit for Print Options (set printer)

Frosty the Coder

Legendary Poster
I was asked to find where/why various UBE|Versions go to a specific printer.
I also need to find if there are any other UBEs that go to that printer.

From BV (P98305), I find the UBE, and take the row exit for "Print Options".
This brings up P986162|W986162B and shows the printer name.

When I look at the event rule for P98305|W98305A|"Print Options", I see that it launches R98306 (ube).

When I run P98305 in debug, the row exit is processed,
the UBE is NOT launched, and form W986162B is brought up.

WHY?

When I run XREF, it states that P98305 doesn't call P986162.

I'm assuming that the printer ID is stored in a BLOB, making it difficult to find.

I'm hoping to find out why design/debug seem to a UBE,
but BV actually calls an APPL.

Any thoughts as to what I am overlooking?

Please AND Thanks
 
Frosty,

The busines function used to launch the ube (launchUBE or something similar) calls the P986162. The printer ID is stored in a blob column in the F986110.

Larry Jones posted an Oracle database function procedure and view some years ago that decoded a blob field (or part of it). That may be able to be adapted to extract the printer id.
 
Back
Top