Can i change field's property in script

edited 12:30PM in FastReport 3.0
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 12:30PM
    You can do this for fields of internal data sets (e.g. placed on a TfrxDialogForm).
    BDETable1.Fields.DisplayLabel := ...
  • edited 12:30PM
    I tried it in version2.5, and it showed syntax error. Is this only supported in 3.0 ?
  • edited 12:30PM
    Sure. This is FR3 section ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.