Versions Compared

Key

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

This method is called before the Export Options dialog is opened.

Code Block
Object.BeforeExportOptions (toXFF, toParameters)

Parameters

toXFF

 The handler of the XFF file that is being emailedbeing exported.

toParameters

 The object containing the export options.

Remarks

XFRX version: 16.1

To prevent a export, return false (.F.) from the this event.


Applies To: Extension Handler

...