Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The search function of list box does not work when there is a '/' (forward slash) in the field. I am using the SubField to parse out the string but that is not helping. Attached is an example. I appreciate any help with this.
Thanks
Hi Amir,
Set the Defaut Search Mode in the list box properties to wildward search. Then when using the search , you will get automatically the * at the begining and the end of the search string and it works !
Michael.
Hi Amir,
Set the Defaut Search Mode in the list box properties to wildward search. Then when using the search , you will get automatically the * at the begining and the end of the search string and it works !
Michael.
Thank you so much. All good.
Hey Amir,
Michael's suggestion works.
Also you can just use subfield in the backend and store the result in a separate field and use that on the front end. Its good to do as many backend calculations as possible rather than on the Front end.
Thanks
AJ