Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

Hi to all,

We have a multi-user web application that uses FX PHP to update and grab data from FileMaker 11 Advanced Server. We're also using a robot script in FileMaker 11 Pro Advanced that pulls data from related tables for processing. The problem is that whenever there are several users or user requests to update a field on a table record the Filemaker Pro robot gets suspended with a popup message saying that a certain user is currently modifying a record. The robot script can't continue with its job while this popup is not closed so work also stops. Is there some way to prevent this popup from happening?

Please help.

Thanks for reading. :)

Posted

Regardless of the methods that update data, you must deal with record lock via robust scripting. Use the Open Record script step in your robot script. If the Open Record isn't successful, then loop until it is (limit to a counter) or retry after a delay. Look into Transactional Scripting (see Todd Geist's blog).

btw: why a robot and not a server script?

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