Demo 107 (dm107.pas) in RBuilder\Demos\Reports\Demo.dpr is a good example. However, I just spent some time examining it and modifying it to include a memo and discovered the following: The report components are using Courier New size 8, but need to be using Courier New size 9. Notice that the report.Units is set to PrinterPixels. This Full Article…
Search the Wiki
Viewing 133 to 135 of 409 items
Windows Service
TECH TIP: Executing Reports in a Windows Service Environment Configure that report to suppress all dialogs Report.ShowPrintDialog := False; Report.ShowCancelDialog := False; Report.ShowAutoSearchDialog := False; Provide a thread-safe environment/container in which the report can execute. See the RBuilder.hlp on the Background printing feature fpr details. Typically a Windows service application executes under a special user Full Article…
Windows Terminal Server
TECH TIP: RB and Windows Terminal Server RB currently requires that a default printer be configured for the Windows account under which the RB application is executing.