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

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

Recommended Posts

  • Newbies
Posted

Hi I am using the scriptmaker in FileMaker 5.5 and I've run into a little bit of a problem. I have several fields within my layout which consist of numerous checkboxes. I want to set my script to be able to select multiple values within each of these fields but for some reason it will only let me select one. If anyone has some advice I would greatly appreciate it.

Thanks smile.gif

Posted

Checkboxes don't really have a different kind of data from other fields' data. Suppose you have a text field which uses day-of-week check-boxes, and you check off three values. It ends up with data that looks like this if you change the field behavior to normal:

Monday

Tuesday

Thursday

If you want your script to enter data that works seamlessly with checkbox entry fields, you need it to set the field by concatenating the chosen values with a paragraph-mark between them, like this:

"Monday"&"

Posted

Howdy. And if you want to see E's explanation for yourself, make a new layout or drag the field out to the existing layout without the checkbox formatting... you'll see... just make sure it's tall enough to see the contents.

--ST

This topic is 7432 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.