Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Subform lookup filter

admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Subform lookup filter

Unread post by admin »

Rui,

Hopefully this answers your question..

http://wiki.nubuilder.com/tiki-index.ph ... structure=
*** The way nuBuilder uses hash variables is by replacing all valid hash variables with their values before the cusom code or SQL statement is run.
This means that these values end up being hard coded and won't change throughout the code.
Which means that in the case of refering to fields in subform rows the only way to loop through changing row numbers is with $_POST variables.
Steven
Post Reply