display autosearch field on report
Hi
We have created a end user reporting system that appears to work quite well.
I would like to know if it is possible to display the value that has been
entered in the edit field of a autosearch dialog on the report? We would
like to display the from and to dates that the user has entered on the
report itself.
Regards,
Jacques
We have created a end user reporting system that appears to work quite well.
I would like to know if it is possible to display the value that has been
entered in the edit field of a autosearch dialog on the report? We would
like to display the from and to dates that the user has entered on the
report itself.
Regards,
Jacques
This discussion has been closed.
Comments
You can get access to the autosearch fields using the
TppReport.AutoSearchFields property. If you are using multiple autosearch
fields in the same report you can use the TppReport.AutoSearchFieldByName
routine. Then once you have the field, you can use the Band.BeforePrint or
OnGetText event to assign the AutoSearchField.Value to the text value.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com