Learning Claris FileMaker
317.3K views | +11 today
Follow
Learning Claris FileMaker
Give life to your data with an easy to use database ... I'll share cool FileMaker stuff for you, avoiding the programming part of it as much as I can.                        #WorkplaceInnovationPlatform #Claris
Your new post is loading...
Your new post is loading...
Scooped by Didier Daglinckx
Scoop.it!

Modular Programming with FileMaker Card Windows

Modular Programming with FileMaker Card Windows | Learning Claris FileMaker | Scoop.it

We learned some pretty cool modular programming with FileMaker Card Windows development tips at DevCon this year (2018).

 

Learn how you can leverage Cards to manage transactions, various user experiences and advanced functionality to expand your FileMaker databases and layouts.

 

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

Modular Programming with FileMaker Card Windows

Modular Programming with FileMaker Card Windows | Learning Claris FileMaker | Scoop.it

LET’S PLAY CARDS!

The Card Window was introduced in FileMaker 16. We learned some pretty cool development techniques and use cases for Card Windows during one of the breakout sessions we attended during DevCon 2018.

TRANSACTIONS

Card Windows can be a great tool for transactional programming. You can easily arrange for transactional events to either pass or fail, meaning all edits/adds/deletes that happen during the transaction are either committed or not. Cards can be leveraged to guide the user through a process, storing the data via global fields, variables or JSON arrays along the way. Ultimately, the data will only be committed if the user completes all of the steps. Incidentally, you can also use slide panels to create this user experience.

No comment yet.