NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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
-
what version of Clarion?
-
Clarion 7.2 7283
-
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