NetTalk Central

Author Topic: Changing options in Option box in a form  (Read 6173 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 357
    • View Profile
    • Email
Changing options in Option box in a form
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Changing options in Option box in a form
« Reply #1 on: July 28, 2010, 05:05:09 PM »
If a radio button you should be able to set the Options Text via SSV

rjolda

  • Sr. Member
  • ****
  • Posts: 357
    • View Profile
    • Email
Re: Changing options in Option box in a form
« Reply #2 on: July 29, 2010, 06:13:50 AM »
Yes, it will be radio buttons -  what is SSV?
THanks,
Ron

Alberto

  • Hero Member
  • *****
  • Posts: 1885
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Changing options in Option box in a form
« Reply #3 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
-----------
Regards
Alberto

rjolda

  • Sr. Member
  • ****
  • Posts: 357
    • View Profile
    • Email
Re: Changing options in Option box in a form
« Reply #4 on: July 29, 2010, 04:34:51 PM »
THanks Alberto,
I was hoping that I could set variables!
Ron

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Changing options in Option box in a form
« Reply #5 on: July 29, 2010, 08:54:59 PM »
Using SSV and GSV is the same as setting variables