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.

Actions after a Find

Featured Replies

In a script, I am calling the EnterFind function. After the user executes the find, I want to continue and perform some other functions. Problem is that the Find is not stoping to allow me to enter the find button, instead it is simply going ahead and continuing with the script. The Puase doesn't work because once I hit the continue, it still goes through to the rest of the scrpit. I simply want it to stop to allow me to enter search criteria and then press the find button to execute it followed by the continuation of the script.

A

I think you just missed one script step:

Enter Find Mode

Pause/Resume Script

---Type in your find request---

---Click on Continue---

Perform Find should be the next script step

Then the rest will run through.

Hope that helps.

  • Author

Let me reiterate to see if I have it.

I put the user into the Find Mode, I them pause the script. The user will then enter the criteria. Once the user enters the Continue, I will take over again, and I have to initiate the Execute Find command. File Maker will not execute the Find for me. I can then continue the process of doing whatever I need to, after the find has completed.

Thanx

Correct, the script step is called "Perform Find".

Otherwise, depending on what you are doing, it will probably switch to browse mode before performing the find.

Airborne,

Yes - BUT make sure that in the Enter Find Mode AND Perform Find steps, the Restore Find Requests box is NOT checked - otherwise you will get the find that was used when the script was created.

BTW, you can use the check box for pause in the Enter Find Mode script step, instead of a separate Pause/Resume script step. You will also be able to enter multiple find requests while paused. So the guts of your script is just...

Enter Find Mode [Pause]

Perform Find [ ]

and, as explained in previous posts, you click on Continue to execute the find.

Russ Baker

Canberra, Australia

Airborne,

Yes - BUT make sure that in the Enter Find Mode AND Perform Find steps, the Restore Find Requests box is NOT checked - otherwise you will get the find that was used when the script was created.

BTW, you can use the check box for pause in the Enter Find Mode script step, instead of a separate Pause/Resume script step. You will also be able to enter multiple find requests while paused. So the guts of your script is just...

Enter Find Mode [Pause]

Perform Find [ ]

and, as explained in previous posts, you click on Continue to execute the find.

Russ Baker

Canberra, Australia

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.