Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6528 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello everyone!

I am trying to use a custom dialog to set a radio button. The dialog says would you like to do something: default button is no and button 2 is yes.

if the user hits no this will end the dialog, but if the user hits yes then this will set a radio button and then insert text into a portal and set a global price in the next field. I have looked at the radio script file that was posted, but that was not working. Any help would be greatly welcomed.

Thanks

Posted

If you follow the Show Custom Dialog[ ] command with:

If [Get(LastMessageChoice] = 1]

Set Field [YourTable:RadioButtonField; "YourButtonValue"]

End If

(where the set field command places the exact text value associated with the radio button you want set), the associated radio button will be selected.

NB, I'm assuming that the Yes button on your custom dialog is the first button, which is why I've suggested Get(LastMessageChoice] = 1. If it's the second button then you'd need Get(LastMessageChoice] = 2 instead. :wink2:

This topic is 6528 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.