
I am trying to create a customization by using a trigger in RptRunTime that keeps certain reports from printing. I am setting the value to "D" so they go to display, but I am being asked by user for not even that to happen. What are some values that ri_printer uses? I can't find anything out there on it.
*This post is locked for comments
I have the same question (0)Usually RI_Printer is a single character field. Hope it may holds the value "D" as default. In that case we could get the default printer setting from PES table from application point of view. Else we could use the RSPrinter table to get the printer name
Hope it helps