Hi,
Does option exist in the fwh to choose the printer that wants to print?
Clemerson
EnricoMaria wrote:PRINT oPrn ... FROM USER
REPORT oRpt ... TO DEVICE oPrn
EMG
#include "Fivewin.ch"
#include "Report.ch"
FUNCTION MAIN()
LOCAL oPrn, oRpt
USE TEST
PRINT oPrn FROM USER PREVIEW
REPORT oRpt TO DEVICE oPrn
COLUMN TITLE "LAST";
DATA FIELD -> last
COLUMN TITLE "FIRST";
DATA FIELD -> first
END REPORT
ACTIVATE REPORT oRpt
CLOSE
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 63 guests