Inline Add With Values On The Fly |
1/10/2013 9:02:39 AM |
PHPRunner General questions | |
S
sickacid author
Hi! I've supplier_table with some paramters example weight (flag 0/1) and another table (orders_table) with inline add |
|
C
|
cgphp 1/10/2013 |
You can use two dependent dropdowns, one for TipoMerce and one for anagraficafornitori (more info here http://xlinesoft.com/phprunner/docs/lookup_wizard.htm#depend_drop_box), or, anytime IdTipoMerce field changes, you can make an AJAX call that returns 0 or 1 (this solution requires some custom code. More info here: http://api.jquery.com/jQuery.ajax/). |
S
|
sickacid author 1/11/2013 |
You can use two dependent dropdowns, one for TipoMerce and one for anagraficafornitori (more info here http://xlinesoft.com/phprunner/docs/lookup_wizard.htm#depend_drop_box), or, anytime IdTipoMerce field changes, you can make an AJAX call that returns 0 or 1 (this solution requires some custom code. More info here: http://api.jquery.com/jQuery.ajax/).
|