I love loop scripts also and I think you did a great job explaining it - however in the example you chose, I'd have done a simple replace command . First, find all IPX record, then in the new code field insert IP10 and replace [command = ]
Hello Sunny, You are very good in what you' re doing. I have a question? How to post periodic data in a database. I mean let's say I want to post the payroll each month. How to proceed? Thanks in advance
Thank you very much. Q. I want a script that creates a set number of new records in a table. For example I want the script to generate 100 new records. I know how to make a script and copy it to repeat and I understand the basics of Looping thanks to you but I don't know what to script in the 'Exit loop if' to get it to repeat the script exactly 100 times and then exit the loop or if this is even the best option. Any help is much appreciated. Thank you.
Hi David, here is a hint, you can use set variable to help you with that. $count -> 1, $max -> 100, increment the count within the loop with $count -> $count + 1
Hi, Sunny. I'm beginner in filemaker and still figuring out how to use filemaker for my work. I have a question for you. Is it possibly for me to make an integrate multiple file on filemaker? Thank you for your answer
Thank you so much for this tutorial! I have a question : in the case that you explained, what is the difference between a loop script and a simple calculation field? Thank you
The context of this tutorial is to calculate text result. Both calculation and loop script can do that, so in this example theres no difference. But loop script is much more versatile in use and potential for many other stuff. For example, I can use a loop to check each customer to see if it is his birthday, and if yes, send an birthday email to them... etc. This is something that can't be done with just calculation field.
Hello Sir new subscriber here, and also new FM user, How to get total and subtract from other table for ex. From table1- total subtract To Table2 total. please help.
Thank you Sunny, excellent tutorial, brilliant and simplistic as always.
thank you very much for everything you do
You know What. This tutorial Saves me
That was great shoot thanks a lot once again, nice and clean explanation.
Best tutorial on loop script!
Awesome lube script tutorial!
Great explainion
I love loop scripts also and I think you did a great job explaining it - however in the example you chose, I'd have done a simple replace command . First, find all IPX record, then in the new code field insert IP10 and replace [command = ]
You are right! For a single field calculation, replace is definitely a better solution for this example.
Great, as usual Sunny
Great tutorial. Keep it up!
Hello Sunny,
You are very good in what you' re doing. I have a question?
How to post periodic data in a database. I mean let's say I want to post the payroll each month. How to proceed?
Thanks in advance
Great explanation, thanks.
You are wonderful man
Thank you very much. Q. I want a script that creates a set number of new records in a table.
For example I want the script to generate 100 new records. I know how to make a script and copy it to repeat and I understand the basics of Looping thanks to you but I don't know what to script in the 'Exit loop if' to get it to repeat the script exactly 100 times and then exit the loop or if this is even the best option. Any help is much appreciated. Thank you.
Hi David, here is a hint, you can use set variable to help you with that. $count -> 1, $max -> 100, increment the count within the loop with $count -> $count + 1
Hi, Sunny. I'm beginner in filemaker and still figuring out how to use filemaker for my work. I have a question for you. Is it possibly for me to make an integrate multiple file on filemaker? Thank you for your answer
Thank you so much for this tutorial! I have a question : in the case that you explained, what is the difference between a loop script and a simple calculation field? Thank you
The context of this tutorial is to calculate text result. Both calculation and loop script can do that, so in this example theres no difference.
But loop script is much more versatile in use and potential for many other stuff. For example, I can use a loop to check each customer to see if it is his birthday, and if yes, send an birthday email to them... etc. This is something that can't be done with just calculation field.
Hope you can create a tutorial about Graph or Chart Related Records.
Hello Friend How we can copy records from one portal table to another table by loop script method .
Hey Santosh, you can loop thorough portal by a script called "Go to portal row [next]"
Hello Sir new subscriber here, and also new FM user, How to get total and subtract from other table for ex. From table1- total subtract To Table2 total. please help.
I Like it,thank