Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
End User
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Displaying autosearch values
rbuser
August 2003
edited August 2003
in
End User
I need to know what code to use to check each autosearch field for a value
and then display that value in a standard label component.
Comments
nardmoseley
August 2003
edited August 2003
Options:
1. Check AutoSearchFields[].Description
2. Use Report.AutoSearchDescription property to access a string that
includes all of the descriptions.
3. Use the Report.GetAutoSearchDescriptionLines method. Pass the method a
TStringList object (or Memo.Lines).
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
This discussion has been closed.
Comments
Options:
1. Check AutoSearchFields[].Description
2. Use Report.AutoSearchDescription property to access a string that
includes all of the descriptions.
3. Use the Report.GetAutoSearchDescriptionLines method. Pass the method a
TStringList object (or Memo.Lines).
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com