DFGetCurrentDevice - cWinReport2
Returns the name of the current print device
Type: Function
Return Data Type: String
Syntax
Function DFGetCurrentDevice Returns String
Call Example
Get DFGetCurrentDevice to StringVariable
Description
DFGetCurrentDevice returns the location and name of the current print device.
The DFGet and DFSet messages and the WinPrint2 global object.
All of the cWinReport2 DFGet... and DFSet... messages set the state of the global WinPrint2 report object (the WinPrint2 report engine). It is not setting the state of the report object (i.e., these methods are not setting report object properties). Since many reports in an application will use the global WinPrint2 object, you must set and get the state of this object when your report object has control of it. The best place to do this is inside of the Starting_main_report event.
Return Value
Returns the full location/name of the current print device