NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonRidley on July 06, 2010, 07:37:16 AM

Title: Please help with filter problem
Post by: DonRidley on July 06, 2010, 07:37:16 AM
I am trying to filter a browse. 

I have a global variable named CurrentUser (STRING)

When the user logs in I did this in the validate update (end) embed:

p_web.SetSessionValue('CurrentUser',Users:UserName)

In the browse procedure default filter I did this:

'Users:UserName=<39>'& p_web.GSV('CurrentUser') & '<39>'

I've tried it without the <39> and with it.  I simply cannot get the filter to work.  I'm about 95% sure the session variable is getting set. 

I have no idea what is wrong.

Any help appreciated.

Don
Title: Re: Please help with filter problem
Post by: DonRidley on July 06, 2010, 08:21:39 AM
Okay, I got it to work.  But I have to delete the app's CLW and INC files after every build to see the changes.  What setting can I change to completely rebuild the CLW and INC files on every build?

Don
Title: Re: Please help with filter problem
Post by: Bruce on July 07, 2010, 12:25:08 AM
what version of Clarion?
Title: Re: Please help with filter problem
Post by: DonRidley on July 07, 2010, 08:00:53 AM
Clarion 7.2 7283
Title: Re: Please help with filter problem
Post by: Bruce on July 07, 2010, 11:16:25 PM
Sorry I'm being dense - there it is in your tag line.
I've noticed issues generally with C7 and generating - so I don't think this is a NetTalk specific problem. I'll follow up with SV to see if they know anything about it.

cheers
Bruce