[SOLVED] Wildcard search in "Edit box with AJAX popup" in Lookup Wizard |
11/13/2024 2:46:40 PM |
PHPRunner General questions | |
A
asawyer13 authorDevClub member
I need to be able to do "contains" search in the Lookup Wizard using Edit Box with AJAX Popup. There was a forum for 13 years ago. Here but I don't think it's applicable any longer. Can someone tell me how I can set this up? Thanks |
|
C
|
copper21 11/13/2024 |
Not sure if this will help: put: $ajaxSearchStartsWith = false; in the "After application initialized" part in the events area. |
A
|
asawyer13 authorDevClub member 11/13/2024 |
You are my hero. I think that worked. Perfect Thanks |