This topic is locked

searching field with display by lookup wizard

11/19/2012 5:34:05 AM
PHPRunner General questions
C
chanpeter88 author

I am using phprunner 6.1
I use lookup wizard to display other value matching from other table
my lookup db is
two field name (value, display) and their values shown belows :

value display

b Boy

boy Boy

g Girl

girl Girl
In the list page , two possible values will be displayed one is Boy and other is Girl . In the searching page , drop down menu show "Boy" and "Girl" options. after I select either one , no any record is output (no record found).
I hope the output is two records either "Boy" or "Girl".

Sergey Kornilov admin 11/20/2012

It should work the way you describe it.
If you need more help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

W
wpl 11/20/2012



I am using phprunner 6.1
I use lookup wizard to display other value matching from other table
my lookup db is
two field name (value, display) and their values shown belows :

value display

b Boy

boy Boy

g Girl

girl Girl
In the list page , two possible values will be displayed one is Boy and other is Girl . In the searching page , drop down menu show "Boy" and "Girl" options. after I select either one , no any record is output (no record found).
I hope the output is two records either "Boy" or "Girl".


Hi,
maybe, this article can help you:
http://xlinesoft.com/articles/search_sort_lookup_values.htm
Regards