Newbies fousthvk 0 Posted March 29 Newbies Share Posted March 29 I am having a hard to getting my head around how to make this work. The ad on works great and I can get it to regenerate a code in the client via one record at a time. However if we decide to change the settings of the barcode and want to "regenerate" them all? I thought ok cool I Will just run a loop through all the records and call the script. however because it sets the web viewer those are called as scripts to be ran after the main and just "pile up" waiting to be ran once the script with the loop is done. any ideas on how to get around this? Link to post Share on other sites
comment 1,817 Posted March 29 Share Posted March 29 What happens if you insert a short pause into the loop before going to the next record? Link to post Share on other sites
Newbies fousthvk 0 Posted March 29 Author Newbies Share Posted March 29 The script gets fired to run after the script that contains the loop is finished….. Link to post Share on other sites
comment 1,817 Posted March 30 Share Posted March 30 Then I don't know. I am still on v.18 so I cannot use add-ons, but I managed to reproduce the issue using a script run via the FMP URL protocol. Inserting a pause in the looping script solved the problem. What exactly does your looping script do to trigger the other script? Link to post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now