Can i change field's property in script

Can i reference field as an object in the script ? For example: can i change field's visible, width, displaylabel property in the script of Band's beforePrint event ?
Any help is appreciated. ;)

Comments

  • edited 2:35AM
    You can do this for fields of internal data sets (e.g. placed on a TfrxDialogForm).
    BDETable1.Fields.DisplayLabel := ...
  • edited 2:35AM
    I tried it in version2.5, and it showed syntax error. Is this only supported in 3.0 ?
  • edited 2:35AM
    Sure. This is FR3 section ;)

Leave a Comment