- Code: Select all Expand view
- #include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oPrn
LOCAL i
PRINT oPrn NAME "Print test" PREVIEW
FOR i = 1 TO 100
PAGE
oPrn:SayBitmap( 0, 0, "averybigbitmap.bmp", oPrn:nHorzRes(), oPrn:nVertRes() )
ENDPAGE
NEXT
ENDPRINT
RETURN NIL
Thank you in advance.
EMG