J
|
Jane 10/20/2008 |
Hi, global $control_FieldName; $control_FieldName["params"]["value"]="value"; |
E
|
ematica author 10/20/2008 |
Hi, use following code in the Search Page: Before display event on the Events tab:
|
J
|
Jane 10/20/2008 |
This code works on my test box. |
E
|
ematica author 10/20/2008 |
Thanks for the reply Jane!
|
L
|
laonian 10/20/2008 |
Sorry, but i need more help. for example if i have lookup wizard "fruit" and in advance search i want to show coconut as default. Fuit ====> banana coconut cherry global $control_Fruit; $control_Fruit["params"]["coconut"]="coconut" It´s ok? don´t work for me. Best Regards.
|
E
|
ematica author 10/20/2008 |
ematica, you should use Jane's code like this: global $control_Fruit; $control_Fruit["params"]["value"]="coconut" Good luck.
|
L
|
laonian 10/20/2008 |
Thanks alshine I use this code, but still don´t work..
|
E
|
ematica author 10/21/2008 |
Thanks Again, i try many diferents ways, but i can´t do it. |
J
|
Jane 10/22/2008 |
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error. |