Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

SQL WHERE statement optional Topic is solved

Questions related to using nuBuilder Forte.
kev1n
nuBuilder Team
Posts: 4568
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 532 times
Contact:

Re: SQL WHERE statement optional

Unread post 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.
Uzlander
Posts: 62
Joined: Sat Jul 08, 2023 10:21 am
Has thanked: 11 times
Been thanked: 3 times

Re: SQL WHERE statement optional

Unread post by Uzlander »

and it means no need to nuRefreshDispayObject | nuRefreshSelectObject on changes ? I'm amazed, many thanx!))
kev1n
nuBuilder Team
Posts: 4568
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 532 times
Contact:

Re: SQL WHERE statement optional

Unread post by kev1n »

nuRefreshDispayObject | nuRefreshSelectObject is still necessary
Post Reply