Versions Compared

Key

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

Use this method to shorten the page size. Please see HTML page size adjustment  for more information.

...

Applies To: XFRX#INIT, XFRX#LISTENER, oXFRX

XFRX version: 2324.0 for oXFRX

Examples

Code Block
LOCAL m.lnErr
m.loXFRX=EVALUATE([xfrx("XFRX#INIT")])

m.lnErr=m.loXFRX.SetParams(,,,,.T.,,"XFF")

IF m.lnErr<>0
   ?m.loXFRX.ErrorMessage(m.lnErr)
ELSE
   m.loXFRX.ShrinkHeight(20000)
ENDIF

...