S
|
sickacid author 11/30/2013 |
Is possible to do an array of Goods table maybe in Beforedisplay? |
![]() |
Sergey Kornilov admin 11/30/2013 |
I guess you can add your code to BeforeDisplay event, run your SQL queries there and then display or hide fields based on results. |
S
|
sickacid author 12/2/2013 |
I think is not right, I need to get de vaule when I click on dropdown. Maybe can I do an mysql array in beforedisplay? and in JS get the value of field with on click event and set enable or disable some field by the value in array? I guess you can add your code to BeforeDisplay event, run your SQL queries there and then display or hide fields based on results. Here are some examples: http://xlinesoft.com/phprunner/docs/hide_controls_on_add_edit_pages.htm |