Home DADE

Any value

edited July 2004 in DADE
Hello,

I use AutoSearchFields to change search criteria without display search
dialog. I use my own screen to select criteria.
But I would like to know if it is possible to select "any value" by
code without using "SearchDialog". Something like:

"ppreport.AutoSearchFields.AnyValue"?

Thanks a lot

olivier

--
Ceci est une signature automatique de MesNews.
Site : http://mesnews.no-ip.com

Comments

  • edited July 2004

    You can use the TppAutoSearchField.ShowAllValues boolean property to select
    this option. The TppAutoSearchField.SearchExpression string property is used
    to programmatically specify a search value.

    example:

    myReport.AutoSearchFields[0].ShowAllValues := True;


    --
    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.