Any value
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
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
This discussion has been closed.
Comments
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