PRINTSCREEN function
PRINTSCREEN() PRINTSCREEN()
Returns
Nothing
This function does not return a value.
Offers to print the current screen.
This function can only be used from an action formula. It is typically invoked from a formula associated with the OnPress property of a formula button.
Typically, the user is given the opportunity to convert the screen to a PDF document, with all formatting and images preserved. Functions like OPENREPORT can also convert fields and their values to a PDF document, but does not preserve formatted text or include images.
Example
PRINTSCREEN()PRINTSCREEN()
Offers to print the current screen.