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

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

Recommended Posts

Posted

Firstly, checkboxes SHOULD allow multiple selections: that's their job. If you want to limit one selection then use radio buttons: that's their job. Please use the right interface tool.

What complicates the issue is that FMP's implementation of radio buttons *does* allow multiple selections (using shift-click). However it's easy to restrict the field to a single value using the auto-enter calculation:

GetValue( RightValues( self ; 1 ) ; 1 )

No need for a custom function.

Posted

Vaughan, thanks for the notes, however i like to whole idea of having a function for use anytime so i dont have to

write the code over & over again. Just works better for me . I know you have your own style & i am just developing my own

as well, but thank you for the info it is greatly appreciated.

×
×
  • Create New...

Important Information

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