VICH Posted July 29, 2005 Posted July 29, 2005 i have a field defined with a radio buttons for Y and N those are made ot tell yes or no for someting to be included in a script and at the start of my script it should say "IF(field 1 = Y, perform scripts, go to next script) but it won't accept Y and an answer... it works if i change the Y and N to 1 and 2...but it needs to be a Yes or No visually not 1 for yes and 2 for no....why won't it work?
VICH Posted July 29, 2005 Author Posted July 29, 2005 nevermind i have solved my own problems...i just needed t o put " " around the answer
gabo Posted August 26, 2005 Posted August 26, 2005 HI, I have a problema just like yours, how did you do to trigger the script when the value of the radio button was selected, colud you explain me o better give a sample file tnxs
VICH Posted August 26, 2005 Author Posted August 26, 2005 well first off... that would require an event script..and my thing involves checking off different options then making a record for each option triggered off of a button..hate to say but our problems are different and i don't really know event script so you would have to ask someone else...sorry bud
Slobey Posted August 26, 2005 Posted August 26, 2005 gabo, you can make the radio button a button itself and use the script to click the button and run the rest of the script.
gabo Posted August 26, 2005 Posted August 26, 2005 TNxs slovey and vich for yor fast response, sorry but I'm very newbie, so with your suggestion I have to make two buttons that past the value to my field?? because right now I have the radio buttons in to a value list
VICH Posted August 26, 2005 Author Posted August 26, 2005 just keep replying in the topic you made i will try to help you there
IdealData Posted August 27, 2005 Posted August 27, 2005 Incidentally, you're best off using "0" for NO and "1" for YES, just like false and true.
Recommended Posts
This topic is 7030 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now