I'm using ASPRunner 6.0 build 587。
In the function of "Lookup table" ,there have three option:
1.Dropdown box
2.Edit box with AJAX popup
3.List page with search
"1. Dropdown box"
---- The only one works ok
"2.Edit box with AJAX popup"
---- Does not work, after word input no AJAX popup. ( In search function, AJAX popup works ok)
"3.List page with search"
----The search window does display, and search func is good. But I cannot select record ID and return to ADD/Edit page.
Does anyone works in Func 2 &3 ? and how did you du that?
I find "Demo1" in the website, has function 2 work ok, but not work in my website.
And demo1's AJAX have default search option "begin with..." , how to change to "Contain..."?