[NPL] Intermediate/Advanced FileMaker Script Training
TweetFollow Us on Twitter

[NPL] Intermediate/Advanced FileMaker Script Training

The SCRIPTOLOGY FileMaker Hands-On Training Classes

Intermediate and Advanced scripting courses for serious FileMaker Pro
3.0/4.0 users, based on the popular Scriptology book and CD ROM from ISO
Productions.

Course Content: FileMaker Pro Scripting

Locations:
- Phoenix, Arizona
- Santa Clara, California *
- Toronto, CANADA *
- Santa Monica, California *

* Due to the popularity of this course, it has been expanded to
include three new locations. The Santa Monica course doesn't have a
new date at this time. If you are interested in this class, contact
Jerry Robin using the contact information below.

Upcoming INTERMEDIATE classes (see curriculum details below)

- January 20-22, 1999 (Phoenix, AZ)
- February 3-5, 1999 (Toronto, CANADA)
- February 24-26, 1999 (Santa Clara, CA at FileMaker, Inc. headquarters)
- March 22-24, 1999 (Phoenix, AZ)

Upcoming ADVANCED classes (see curriculum details below)

- January 25-26, 1999 (Phoenix, AZ)
- February 8-9, 1999 (Toronto, CANADA)
- March 1-2, 1999 (Santa Clara, CA at FileMaker, Inc. headquarters)
- March 25-26, 1999 (Phoenix, AZ)

To sign-up for these courses, please visit:

http://www.filemakerpros.com/training.html

Or, email:

scriptology@filemakerpros.com

Or, call:

650-856-1983

NOTE: It is possible to take both the intermediate and advanced
scripting class with one trip. In fact, we encourage it with a
$240.00 discount for anyone who takes both the intermediate and
advanced scripting class. You will get a weekend break between the
two courses to relax and enjoy yourself. (Exception: no break between
the March classes in Phoenix.)

The fee for each class is $995.00. Each attendee receives a copy of
the Scriptology book and CD at no additional charge (an $80 value).
Both classes together are only $1,750.

Due to the exchange rate differences between the U.S. and the
Canadian dollar, the Toronto class is $1,299.00 Canadian for the
intermediate or advanced course or $2350.00 Canadian for both
classes. Thanks for your understanding.

Each class will be taught by two instructors. This allows for maximum
knowledge, since each instructor has a variety of experiences.
The Phoenix courses will be taught by:
- John Mark Osborne, co-author of the Scriptology book and CD, and
- Jerry Robin, nationally renowned FileMaker trainer

The Santa Clara courses will be taught by:
- John Mark Osborne, co-author of the Scriptology book and CD, and
- Eric Culver, nationally renowned FileMaker trainer

The Toronto CANADA courses will be taught by:
- John Mark Osborne, co-author of the Scriptology book and CD, and
- Vince Menanno, president of Waves in Motion

---------------------------------------------------------------------

About the INTERMEDIATE class - Scriptology 101 - (see below for more
details):

Day 1: Fundamentals of Scripting

Day 2: Intermediate Scripting

Day 3: Intermediate/Advanced Scripting

---------------------------------------------------------------------

About the ADVANCED class - Scriptology 201 - (see below for more details):

Day 1 & 2: Intermediate/Advanced Scripting

---------------------------------------------------------------------
** Please read this if you are planning to take the Advanced class
only: **
It is recommended that you attend both the intermediate and advanced
courses even if you believe you are an advanced user. The
intermediate course covers material that is essential groundwork for
the advanced course. (See the curriculum details below in order to
ascertain whether you qualify for the advanced course.) Even if you
know some or most of the material mentioned below, it is likely the
intermediate course will enhance your knowledge or even correct
erroneous assumptions. We have found that most people will benefit
greatly by taking both the intermediate and advanced courses.
---------------------------------------------------------------------

The wildly-popular Scriptology book and CD from ISO Productions will
be referred to throughout both courses. However, Scriptology is
provided to help you continue learning after you graduate. The
primary material for the course is specially designed exercises that
will help you learn everything you ever wanted to know about
scripting. (Well, whatever we can squeeze into a couple of days,
anyway...)

Every student will have a computer. You will have plenty of
opportunity to follow along with the instructors and practice the
scripting techniques as they are presented. There will also be a
2-hour lab the second night of the Intermediate class, so you can
practice what you've learned.

Although each class will cover techniques and solutions for real-life
scripting scenarios, the emphasis for the class will be on thinking
creatively. Students will be challenged to discover multiple
approaches to the same problem and asked to analyze the advantages
and disadvantages of each. Our goal is to teach you how to solve the
problems specific to your work.

Course curriculum includes:
--------------------------------------
- Comprehensive overview of Script Steps
- Selected topics from the Scriptology book and CD
- Deeper coverage of the most important script steps
- Complex Scripting problems
- Insightful answers to your most challenging personal scripting problems

Curriculum Details:
--------------------------
Fundamentals of Scripting (Day 1 - Intermediate class)
-----------------------------------------------------------------------
+ Comprehensive overview of ScriptMaker dialog including keyboard
shortcuts, helpful hints to make scripting easier and what script steps
you don't need to learn
+ An exercise titled "Introduction to Scripting" designed to teach
navigational script steps such as Go to Record, Go to Layout, Sort, Find
All, attaching scripts to buttons and other straightforward script steps
that introduce you to scripting.
+ Organizing, Commenting and Modularizing Scripts
+ An exercise titled "Find" which takes you from a basic 2 line
user-definable find script to a 44 line script that covers just about
every conceivable feature. Students will help the instructor build this
script so that the purpose of each script step can be discovered.
Included in the exercise is Set Error Capture, Allow User Abort, If,
Status functions and Show Message.
+ Additional find subjects will be covered including how to locate
records related to the currently selected one. Four approaches will be
covered to demonstrate the advantages and disadvantages of each. Also, a
file from Scriptology will be used to demonstrate how to isolate a record.
+ An exercise titled "Restoring" will be used to teach this fundamental
scripting concept. Included in the discussion will be cross-platform
considerations, advanced uses of restore and the various parameters that
can be restored with find, import, export, sort and Page/Print Setup.
+ Question and Answer session regarding the fundamentals

Intermediate Scripting (Day 2 of Intermediate class)
---------------------------------------------------------------------
+ An exercise titled "Replace" will show how the Replace function works
and why it is better than a looping script in many situations. In the
process of the exercise, calculation functions like Case, Left, Right,
Middle, LeftWords, MiddleWords and RightWords will be discussed in order
to perform a calculated replace.
+ An exercise named "Set Field" will show you how this script step
differs from all other ScriptMaker steps. Powerful techniques such as
appending, subtracting, pushing and pulling will be discussed.
+ An exercise titled "Show Message" will explore how this script step can
be used for much more than just displaying a message on the screen.
Topics include determining which button was selected, troubleshooting
with Show Message, balloon help and bypassing messages for savvy users.
+ An exercise named "If/Else" was designed to show how the If script step
can change a static script into a dynamic script. Without this script
step, your scripts would always perform the same task.
+ Question and Answer session for intermediate issues

Intermediate/Advanced Scripting (Day 3 of Intermediate class)
------------------------------------------------------------------------

+ An exercise called "Go to Related Record" shows how this powerful
script step can perform finds.
+ An exercise titled "Perform Script" will demonstrate how to use this
script step for than just modularization. It is the most basic method for
communicating between files.
+ A file called "Exit/Halt" will demonstrate the differences between
these two script steps. In addition, the options on the Button dialog
that appear when selecting Perform Script will be discussed.
+ A file from Scriptology will be covered to demonstrate when to use
Paste Result rather than Set Field.
+ Startup and close scripts will be covered using examples from
Scriptology.
+ Any script steps that haven't been covered sufficiently will be
explored in more detail with the remaining time. Since each class varies,
this period can be longer or shorter depending on the number of related
questions that are discussed.
+ Question and Answer session

Intermediate/Advanced Scripting (Day 1 and 2 of Advanced Class)
------------------------------------------------------------------------
+ Dynamic scripting and calculations using loops and status functions.
+ Conditional layouts and when not to use scripting.
+ Hierarchical or Conditional menus in single-user and multi-user
scenarios.
+ Multi-key relationships and the Go to Related Record script step.
+ Restoring and saving a found set of records.
+ Irregular button highlighting.
+ Conditional scripting based on a user-entered password.
+ How to determine which version of FileMaker is being used.
+ Preventing users from accessing the Windows menu.
+ Custom dialogs.
+ Progress bars and charting.
+ Marking records in single-user and multi-user scenarios.
+ Referential Integrity.
+ Clairvoyance or type ahead.
+ Multi-state buttons.
+ Topics suggested by students. (Students are encouraged to bring their
own scripting challenges. This is often the most exciting part of the
class, as the instructors solve the most difficult problems before your
very eyes!)

---------------------------------------------------------------------
About the instructors:

John Mark Osborne is the co-author of "Scriptology" and the
"Everything CD for FileMaker Pro" (both published by ISO
Productions). For 2 years, John was the Technical Lead for FileMaker
Pro at FileMaker, Inc., serving as an escalation path for other
technical support representatives and writing a large portion of
TechInfo, their technical information reference. He is also the
author of the popular FileMaker Pro web site Database Pros
(www.filemakerpros.com).

Jerry Robin, owner of Robin Consulting Services, is an experienced
consultant, trainer and developer of custom FileMaker Pro databases.
He is one of only five consultants in the U.S. who has been
authorized by FileMaker, Inc. to teach their "Relational Database
Design 1" Seminar. Since 1992, he has provided custom database design
services and training to dozens of companies in the U.S. and Canada,
including Motorola, NASA, Holiday Inn, Citibank and Apple Computer.
Jerry also offers courses in relational design and custom web
publishing with FileMaker Pro. Visit his web site for more
information (www.robinconsulting.com).

Eric Culver is owner and president of Information Specialists. Eric
is one of only three trainers authorized by FileMaker, Inc. to teach
the advanced relational design course. Eric also runs a successful
consulting business where he created SuperSeats, an internet based
Microsoft Access/SQL Sever application for the ticket broker
community, and Flash Code, a commercially available shrink-wrapped
application for health care insurance billing. Eric also offers
courses in relational design with FileMaker Pro. Visit his web site
for more information (www.info-specialists.com).

Vince Menanno is owner and president of Waves in Motion. Vince
recently demonstrated his library of commercially available
shrink-wrapped plug-ins for FileMaker Pro 4.0 to a packed theatre at
the FileMaker Developer conference. Vince has also created fantastic
developer tools such as The Analyzer and DocuScript. For more
information regarding Waves in Motion products, visit the Waves in
Motion web site (www.wmotion.com).
---------------------------------------------------------------------
Class prerequisites:

You should have the following knowledge before you come to the
Intermediate class:

- understand the basics of creating and using relationships in FileMaker
Pro
- know how to create and use portals
- understand how to define fields and design layouts
- in general, feel very confident using basic FileMaker Pro features
- you don't need to know anything about ScriptMaker, but a quick read
through of the script steps can really help you get the most out of the
class

The Advanced Scripting course is NOT for beginners. You should have
the following knowledge before you come to class (or attend the
Intermediate course):

- confidence designing relationships in FileMaker Pro
- know how to create and use portals
- familiarity with most scripting steps
- familiarity with most calculation functions
- in general, feel confident designing FileMaker database solutions

---------------------------------------------------------------------
Registration and fees:

Course fee for the Intermediate Training is $995.00 for all 3 days -
includes Scriptology book and CD. Course fee for the Advanced
Training is $995.00 for 2 days - includes Scriptology book and CD.
The price for both classes is $1,750.00.

Due to the exchange rate differences between the U.S. and the
Canadian dollar, the Toronto class is $1,299.00 Canadian for the
intermediate or advanced course or $2350.00 Canadian for both classes.

These classes are usually sold out well in advance. To guarantee a
seat in any class, please register no later than 3 weeks before date
of class. All class fees must be paid one week before class.
(Corporate and Government Purchase Orders also accepted.)

To register, for schedule updates, or for information about other
FileMaker training classes, please visit:
http://www.filemakerpros.com/training.html

Or, email:

scriptology@filemakerpros.com

Or, call:

650-856-1983

To learn more about the Scriptology book and CD, visit
www.scriptology.com, send email to iso@isoproductions.com or call ISO
Productions at (925) 454-0187.

Regards,
John Mark Osborne

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.