
This version allows you to enter your own pizzas types easily as new records in the Pizzas table and displays up to 8 on the screen at a time. The original version only allowed for 6 kinds of pizza and all were hard coded into the solution. (1) We now have more types of pizza available. Several things changed that made it time for a new version.


Several years ago we created a Pizza Party Count app for the iPad to solve this problem. It’s also amazing how much pizza gets converted into code with our talented developers. With about 30 people in attendance on a regular basis, it’s a challenge to order the right amount of pizza and the kinds people want the most. Our local Claris Platform User Group in the Twin Cities (CPUG-MN) has monthly meetings and orders pizza for the group for our lunch. That’s why FileMaker is the #1 rapid application development software in the world. In the active window, goes to the Summary field on the Invoice Details layout.One of the great things about FileMaker is it’s ability to create useful solutions quickly. You can't use animations for switching layouts using the Go to Layout menu item or the status toolbar buttons. When a file has two or more tables, FileMaker Pro appends the name of the source table to the layout name for clarity.


If you have multiple layouts with the same name, either select the specific layout you want from the layout list or use Layout Number by calculation.ĭefine an unstored calculation field with the Get(LayoutNumber) function and place it on your layouts to verify the layout numbers of your layouts. Layout Name by calculation recognizes layouts with the same names in the order in which they were created. To go to layouts in an external file, define a script in that file using the Go to Layout script step, and call that script from the first file using the Perform Script script step. The Go to Layout script step can only take you to layouts defined in the same file as the script itself. This script step is useful when you begin a script to make sure the user starts with the correct layout displayed.
