November 5, 200322 yr A search and replace task on a specific field can only be performed when the current field is selected. When doing a search and replace on a radio button where I want yes replaced by no, I can't seem to select this field and a error is shown and the task stops. How can I work around this? Thanks John
November 5, 200322 yr You actually don't need a search and replace here Just a toogle script attached everywhere, may be a transparent circle behind the menu buttons, If you're using a "boolean" calculation instead of standard text fields. SetField(YesNo, Abs(YesNo)-1] This will even help to diplay a container image of a "fake radio buttons". If not SetField(YesNo, Case(YesNo = "Yes", "No", "Yes"] Assuming this field is always populated with either one or the other value, which is how a Yes/No field is like usually.
November 20, 200322 yr On another layout, you can show the Radio Button as a "normal" field, where the word Yes or No would be visible and permit focus. Should be easy to go to this layout, do your magic and return to original layout.
Create an account or sign in to comment