***ANDY*** Posted January 19, 2012 Posted January 19, 2012 Hi All, How can I or one of my users deselect a radio button set without using the shift/click action? I intend to publish a list of two hotel categories via custom web publishing. Each category will have a radio button and if hotel category 1 gets selected then category 2 gets deselected. I have this option for 8 nights at 16 different hotels; now if a customer clicks through the hotel categories, makes his selections and then decides that he doesn't want to book the hotel on a certain day, it will still show his earlier initial selection. Thus the need for a deselect of single radio buttons or refresh of all the selections made. Thank you guys! Andy
LaRetta Posted January 19, 2012 Posted January 19, 2012 Hi Andy, are you really still on version 10? With script trigger, it is easy to use OnObjectModify with single script step of: Set Field [ yourTable::RadioButton ; Case ( yourTable::RadioButton = Get ( ScriptParameter ) ; "" ; yourTable::RadioButton ) and script parameter would be simply yourTable::RadioButton
***ANDY*** Posted January 21, 2012 Author Posted January 21, 2012 Hi LaRetta, I've just ordered FM Server 11, thus the custom web publishing intend :-) Thank you for the fast help, always appreciated much. Andy
LaRetta Posted January 21, 2012 Posted January 21, 2012 I was so focused on your version that I missed it ... I am not sure if script triggers will work with custom web publishing. Can someone verify please?
Recommended Posts
This topic is 4691 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