How to Retrieve Auto Search Values
All,
I am using Report Builder Enterprise 7.03 and I have a report where the user
is allowed to enter a date range for the report via the auto-search feature
(I am using the between operator) and I would like to print the Date range
entered on that report.
How do I do this?
Any help would be greatly appreciated
Thanks in advance
Doug Hawkins
I am using Report Builder Enterprise 7.03 and I have a report where the user
is allowed to enter a date range for the report via the auto-search feature
(I am using the between operator) and I would like to print the Date range
entered on that report.
How do I do this?
Any help would be greatly appreciated
Thanks in advance
Doug Hawkins
This discussion has been closed.
Comments
To select the different values, you could also use:
Label1.Caption:=Report.AutosearchCriteriaByName('MYTABLE','MYFIELD').Values[
index];
Best regards,
Jeroen