Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
linenumberstrue
Oxfrx = XFRX("XFRX#LISTENER")
*Oxfrx.initLog()
Oxfrx.setLogFile("xfrx.log")
lnRetVal = Oxfrx.SetParams("test.pdf",,,,,,"PDF",,,,.T.)
IF lnRetVal = 0
   REPORT FORM test object oxfrx
ELSE 
  ?Oxfrx.ErrorMessage(lnRetVal)
ENDIF

...