Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I've made a check box for yes or no on my report layout. The people using this particular layout currently have just a guest account because I only wanted them to view the reports. Now I want them to be able to click a yes or no box. Is there a way to just give them access to one item?

Hi

place squares over that check box set and set them to work like buttons ( they'll fire script with full access account )

  • Author

I placed the square over the check box and made it a button. Do I also have to make it perform a script. If so I do I make a script select the button for yes or no.

1) Set your checkbox to be a number with values 1 or 0

2) format that number field to show boolean data with Yes ( for not zero values ) and No ( for zero or empty values )

3) Yes, those squares must fire a script, something like:

Set Field [ YourTable::YourCheckBoxField ; Abs ( YourTable::YourCheckBoxField - 1 ) ]

Commit Record/Request

( it is better to show ONLY a checkbox )

  • Author

I'm having trouble with a few parts. You said: Set your checkbox to be a number with values 1 or 0

I went to manage database on my field I chose in range 0 to 1.

Then for your: format that number field to show boolean data with Yes ( for not zero values ) and No ( for zero or empty values )

I made a box and put it as boolean. The boxes has yes and no. Should I change them to something else.

Last: On the script. I chose the set field with my rackedyn but I did not see the ABS in the list to choose from.

  • Author

I figured it out. Thanks for all the help.

  • Author

I figured it out but now i do not know how to erase a check box if someone mistakenly hits the button to run the script.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.