Hello,
I just try to use DeviceCapabilities() with FWH and Harbour,
but failed. Who know how use it please ?
The manual not help me.
Regards,
#include "FiveWin.ch"
function Main()
local oPrn
PRINT oPrn NAME "Continuing testing..."
oPrn:SetLandscape()
PAGE
oPrn:Say( 20, 20, "This is a test in Landscape" )
ENDPAGE
ENDPRINT
PRINT oPrn NAME "Continuing testing..."
oPrn:SetPortrait()
PAGE
oPrn:Say( 20, 20, "This is a test in Portrait" )
ENDPAGE
ENDPRINT
return nil
D:\PROGS\OBJ32\SOURCE.P(9) Error E0030 Syntax error: "syntax error at 'OPRN'"
D:\PROGS\OBJ32\SOURCE.P(11) Error E0020 Incomplete statement or unbalanced delimiters
D:\PROGS\OBJ32\SOURCE.P(13) Error E0020 Incomplete statement or unbalanced delimiters
D:\PROGS\OBJ32\SOURCE.P(14) Error E0020 Incomplete statement or unbalanced delimiters
D:\PROGS\OBJ32\SOURCE.P(16) Error E0030 Syntax error: "syntax error at 'OPRN'"
D:\PROGS\OBJ32\SOURCE.P(18) Error E0020 Incomplete statement or unbalanced delimiters
D:\PROGS\OBJ32\SOURCE.P(20) Error E0020 Incomplete statement or unbalanced delimiters
D:\PROGS\OBJ32\SOURCE.P(21) Error E0020 Incomplete statement or unbalanced delimiters
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 70 guests