Group band condition more fields

edited September 2021 in FastReport VCL

I use FR6 with Delphi 10.4.2. One of my reports contains a group band with the condition:

<tbCgMovM."DataReg">+<tbCgMovM."TP">+<tbCgMovM."NProt">+<tbCgMovM."Causale">

DataReg is a date field, the others are text, numeric, text

when I run the report I receive the following message

Any suggestion will be appreciated.

Thanks

Oronzo Conte

Comments

  • Try VarToStr(<tbCgMovM."DataReg">) + VarToStr(<tbCgMovM."TP">) + VarToStr(<tbCgMovM."NProt">) + VarToStr(<tbCgMovM."Causale">)

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.