How to feed values in a Autosearch between ?
How would i feed values in a WebTier to a AutosearchField that has a between
selection ?
aWebRequest.AutoSearchParameters[iGroups].Fields[iFields].SearchExpression
:= aWebRequest.ContentParameters['FROM_DATE'].Value;
aWebRequest.AutoSearchParameters[iGroups].Fields[iFields].SearchExpression
:= aWebRequest.ContentParameters['TO_DATE'].Value;
Honestly, even in dade i don't know how to enter the syntax
selection ?
aWebRequest.AutoSearchParameters[iGroups].Fields[iFields].SearchExpression
:= aWebRequest.ContentParameters['FROM_DATE'].Value;
aWebRequest.AutoSearchParameters[iGroups].Fields[iFields].SearchExpression
:= aWebRequest.ContentParameters['TO_DATE'].Value;
Honestly, even in dade i don't know how to enter the syntax
This discussion has been closed.
Comments
Separete the values by a comma.
Example:
SearchExpression := '12/31/1990, 12/31/1999';
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com