Code: Select all | Expand
Error BASE/1004 Class: 'NIL' has no exported method: OBAR
running the following sample:
Code: Select all | Expand
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oPrn
PRINT oPrn PREVIEW
PAGE
ENDPAGE
ENDPRINT
RETURN NIL
EMG