Versions Compared

Key

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

...

Code Block
languagevb
titleInvoking XFRX diagnostic mode
linenumberstrue
LOCAL m.lcPath
m.lcPath=JUSTPATH(SYS(16))+"\"
DO XFRX WITH "XFRX#DIAGNOSIS", m.lcPath+"DIAGNOSIS.TXT"
MODIFY FILE (m.lcPath+"DIAGNOSIS.TXT") NOWAIT 

To echo Options dialog box settings to the Debug Output window
https://msdn.microsoft.com/en-us/library/b9f4fsyc(v=vs.80).aspx

 

E-mail

If you have problems with a particular report, please attach it to your email as well (if possible). Also, if your report is not too entangled with your environment and you'd be able to provide us with sample data that we could use to run your report, it would help us a lot in finding out what the problem is. Do not forget to code snippet of calls XFRX (XFRX#INIT is not XFRX#LISTENER).

...