Modify record in OnBeforeExportRecord

zac
zac Member Posts: 29
Hi folks
I would like to change a record before it's exported in a file. I would like to instead a regular field from table, replace filed with a value from variable.
Pls post some suggestions.
Tnx

Answers

  • MBerger
    MBerger Member Posts: 413
    Use the OnAfterFormatField trigger for that dataport field. There you can return a different value to the "text" variable, which is the value that will be exported.
  • zac
    zac Member Posts: 29
    Tnx MBerger