Welcome to the nuBuilder forums!

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

#browse_filter# not being passed

Locked
fester
Posts: 23
Joined: Tue Nov 27, 2012 7:31 am

#browse_filter# not being passed

Unread post by fester »

Hi,

I have had a previous forum post on this (closed but unresolved), and it has got me again. ( http://forums.nubuilder.cloud/viewtopic.php?f=4&t=8289 )
I cannot get a browse/search query to pass to a subform's lookup.

I am getting the following in the sys_variables
zzsys_variable_id | sva_id | sva_session_id | sva_expiry_date | sva_name | sva_value | sva_table | sys_added
52d612fb636905.01914384 152d612fb5dbbe 152d604fa614d1 2014-01-17 SOxRequiredForCert | #browse_filter# NULL 20 14-01-15 15:17:55

In the Lookup's Default Value SQL field I have select '#browse_filter#';

Is this a formatting issue, or do I have an ancient version, or what have I missed?
fester
Posts: 23
Joined: Tue Nov 27, 2012 7:31 am

Re: #browse_filter# not being passed

Unread post by fester »

The other solution I have is to pass a variable between forms via a button press - when I have the destination Table as (its a many:many relationship table):
ID (-1 for new)
FK1
FK2
and I want to pre-set the value of FK2 to the launching form's #recordID#.
fester
Posts: 23
Joined: Tue Nov 27, 2012 7:31 am

Re: #browse_filter# not being passed

Unread post by fester »

Question on this, is php register_globals required for nuBuilder to work?
zazzium
Posts: 84
Joined: Mon Jul 04, 2011 12:52 am

Re: #browse_filter# not being passed

Unread post by zazzium »

fester wrote:Question on this, is php register_globals required for nuBuilder to work?
a quote from the forum
Steven wrote:From version 11.11.03 you don't need globals on.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: #browse_filter# not being passed

Unread post by massiws »

fester, I'm sorry, but I can't reproduce your error.
If you want, try to explore my test envinonment: bfd.simonini-informatica.it (user and pass test).
If you want globeadmin access send me a PM.
fester
Posts: 23
Joined: Tue Nov 27, 2012 7:31 am

Re: #browse_filter# not being passed

Unread post by fester »

I found out the issue. I wasn't running a new enough version of the code.
Did a code and SQL update and things now work.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: #browse_filter# not being passed

Unread post by massiws »

.
Locked