Previous - dlgFolder Section Home - System Standard Dialogs Next - Zip Compression


dlgPrint ( )

Displays a standard windows print dialog box.

Usage:

dlgPrint (object me)

Parameters:

None

Returns:

(Property List)
The following property names are in the property list:

Example:

xtRose = xtra("Rosetta").new( )
plPrinterSettings = xtRose.dlgPrint( )
If ( plPrinterSettings[#Printer] <> EMPTY ) Then
  -- user confirmed printing, call print function
End If

Notes:

When the user cancels on the print dialog box, the #Driver, #Printer and #Port properties have EMPTY values.

 


Previous - dlgFolder Section Home - System Standard Dialogs Next - Zip Compression