NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on May 15, 2010, 05:39:43 AM

Title: Template Support - Auto Set Additional Session Variables
Post by: David on May 15, 2010, 05:39:43 AM
Bruce,

Right now, as I move around on a browse, the code sets a session variable with my unique key value.  And so when I go from a browse to a form, I can get the parents unique identifier, example. p_web.GSV('PRO:SysID').

Could you add support in the templates to also auto update an additional session variable.  This would mostly be used for a Description.  Example, every time the PRO:SysID is updated, the PRO:Description is also written to the session queue.  Actually, you could add this as an additional option on the NetWebBrowse Fields dialog.  Then I could have 1 or all of my fields auto updated to session variables.

The reason for this is that once you are on a form, the user doesn't see what the parent record is.  If an additional session variable was auto updated, then I could simple add it to the Form Heading or SubHeading.  I am doing this now, but it is a manual process.

Thank you for your consideration.