NetTalk Central

Author Topic: Embed point on WebForm  (Read 3529 times)

sukhendu

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • Email
Embed point on WebForm
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11304
    • View Profile
Re: Embed point on WebForm
« Reply #1 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...