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.

checkbox to define what layout results are displayed in

Featured Replies

i currently have a script that opens a new window to allow the user to search for records. currently, upon the perform find script running, the user is taken to a layout in List mode that displays the returned results. I'm attempting to add a checkbox to my find window that the user must check to be taken to the other layout in List Mode, but if it isn't checked then the results are displayed on the original layout (in form mode) after the find window closes. 

 

the (global) field that contains the "show results in directory" check box is in a _globals table, however the checkbox isn't editable in find mode. when the text field isn't made a global field then it becomes available to the user, but still doesn't function correctly in my script.

 

when the script runs i have this script (which is generalized to give the gist of what i'm trying to do):

 

if (_globals::search results criteria="show results in directory")

close window

go to layout ... 

perform find

else

close window

perform find

 

what am i doing wrong?

When you are in find mode you can not read data or let the user set data to read from.

So you need to let the user check the checkbox *before* you enter find mode.

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.