NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: sukhendu on April 25, 2013, 07:22:12 AM

Title: Embed point on WebForm
Post by: sukhendu on April 25, 2013, 07:22:12 AM
1) On a memory webform I have a local variable loc:RptFlag (radio button option) on the form.  I also have several buttons with procedure that would need the value of loc:RptFlag user selects.
2) Which embed point should I use on the webform to immediately save the value of loc:RptFlag user has selected using p_web.SSV('myRptFlag',loc:RptFlag)?

Thanks - Sukhendu
Title: Re: Embed point on WebForm
Post by: Bruce on April 25, 2013, 08:11:06 AM
as long as immediate validation is turned on for the form, the session value is automatically set when the user makes a choice. You don't need to do anything.

But I'm sensing your question goes deeper than that...