NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on July 28, 2010, 04:58:20 PM

Title: Changing options in Option box in a form
Post by: rjolda on July 28, 2010, 04:58:20 PM
Hi
I want to change the options ( usually 3 choices) in a box on a form when a record is selected for update -depending on the desired allowed choices for that record.
Option Items Text can change :
e.g.  for option choices 1, 2 and 3
First Variation:     1. Comment, 2. Yes , 3. No
Another variation:  1. Comment, 2. Positive, 3. Negative
Another Variation: 1. Comment, 2. Negative, 3. Positive


Thanks,
Ron Jolda
Title: Re: Changing options in Option box in a form
Post by: kevin plummer on July 28, 2010, 05:05:09 PM
If a radio button you should be able to set the Options Text via SSV
Title: Re: Changing options in Option box in a form
Post by: rjolda on July 29, 2010, 06:13:50 AM
Yes, it will be radio buttons -  what is SSV?
THanks,
Ron
Title: Re: Changing options in Option box in a form
Post by: Alberto on July 29, 2010, 06:41:56 AM
Ron,
SSV is SetSessionValue.

Instead, you can use a variable as text and value of the options and set the variables depending on the situation.

Alberto
Title: Re: Changing options in Option box in a form
Post by: rjolda on July 29, 2010, 04:34:51 PM
THanks Alberto,
I was hoping that I could set variables!
Ron
Title: Re: Changing options in Option box in a form
Post by: kevin plummer on July 29, 2010, 08:54:59 PM
Using SSV and GSV is the same as setting variables