print

beasscript-logo-small

prints the current DataWindow

 

also possible syntax:

 

print

standard

sofortdruck

like print, but prints immediately without messagebox.

 

Print shows a messagebox first: "Do you want to print the view?"

(not with "sofortdruck"). Afterwards the window gets printed.

 

There are 3 different print formats you can use with arguments:

without arguments

prints directly without any changes

dw

A printing channel opens, the title of the window is printed, then the Datawindow is printed. This mode does not allow formfeed!

ub

The title of the window is determined from the DataWindow (Print - Document name). A header is added showing the title. Then the DataWindow is sent to the printer. Form feed works. Datawindows with HEADER (i.E. reports) do not work within this mode.