Multiple fields on a text object

edited 10:09PM in FastReport 4.0
Hello

I want to put on one Text object 2 or more Fields data. Like on one text include the AddressField + CityField separated by space or coma.

How can I do it?

Thanks
Sorin

Comments

  • gpigpi
    edited 10:09PM
    Just write in memo
    [YourDatasetName."AddressField"] [YourDatasetName."CityField"]

Leave a Comment