Page 2 of 2

Re: SQL WHERE statement optional

Posted: Fri Oct 03, 2025 9:36 am
by kev1n
All fields / objects on a form can also be referenced directly in SQL and PHP.
For example, if the field ID is dogov_blok, you can retrieve its value with '#dogov_blok#'.

This means you don’t need to create separate hash cookies — every form field is already accessible as a hash variable.

Re: SQL WHERE statement optional

Posted: Fri Oct 03, 2025 7:14 pm
by Uzlander
and it means no need to nuRefreshDispayObject | nuRefreshSelectObject on changes ? I'm amazed, many thanx!))

Re: SQL WHERE statement optional

Posted: Fri Oct 03, 2025 7:20 pm
by kev1n
nuRefreshDispayObject | nuRefreshSelectObject is still necessary