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