Home RAP

How to Retrieve Auto Search Values

edited September 2003 in RAP
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

Comments

  • edited October 2003
    This is a multi-part message in MIME format.
  • edited October 2003

    To select the different values, you could also use:

    Label1.Caption:=Report.AutosearchCriteriaByName('MYTABLE','MYFIELD').Values[
    index];


    Best regards,
    Jeroen



  • edited October 2003
    This is a multi-part message in MIME format.
This discussion has been closed.