(FileMaker Pro.app terminology, generated from /Applications/Development/FileMaker Pro 6/FileMaker Pro.app)
URL Suite
Standard Suite for Uniform Resource Locators
Commands
application.getURL(...) -- Open a /FileMaker Pro database using a URL specification
Text -- The URL specification for the /FileMaker Pro database in the form "FMP5://[host]/filename"
Result: None
Subset of the Core, Table, and Database suites
Subset of Events supported by other Applications
Commands
application.begin_transaction() -- Begin a transaction
Result: SInt32 -- The transaction ID
application.class_info(...) -- Get information about an object class
[Type] -- The object class about which information is requested
[in_=IntlWritingCode] -- The human language and script system in which to return information
Result: ClassInfo -- A record containing the object’s properties and elements
reference.close() -- Close an object
Result: None
application.copy() -- Copy an object to the clipboard
Result: None
reference.count(...) -- Return the number of elements of a particular class within an object
class_=Type -- The class of the elements to be counted
Result: SInt32 -- The number of elements
application.create(...) -- Create a new element
new=Type -- The class of the new element
[at=InsertionLoc] -- The location at which to insert the element
[with_data=Anything] -- The initial data for the element
[with_properties=AERecord] -- The initial data for the properties of the element
Result: ObjectSpecifier -- To the new object(s)
application.cut() -- Cut an object to the clipboard
Result: None
reference.data_size(...) -- Return the size in bytes of an object
[as=Type] -- The data type for which the size is calculated
Result: SInt32 -- The size of the object in bytes
reference.delete() -- Delete an element from an object
Result: None
application.do_menu(...) -- Execute a menu command
Anything -- This denotes both the menu ID and the menu item
[menu_named=Text] -- The name of the menu item
Result: Anything -- Result of menu selection
application.do_script(...) -- Execute a script
Text -- The name or specifier of the /FileMaker script to be executed
Result: Anything -- The result of the Script
reference.duplicate(...) -- Duplicate an object
[to=InsertionLoc] -- The new location for the object
Result: ObjectSpecifier -- To the duplicated object(s)
application.end_transaction() -- End a transaction
Result: None
application.event_info(...) -- Get information about the Apple events in a suite
Type -- The event class of the Apple events for which to return information
[in_=IntlWritingCode] -- The human language and script system in which to return information
Result: list of EventInfo -- A record containing the events and their parameters
reference.exists() -- Tell if an object exists
Result: Boolean -- True if it exists, false if not
reference.get_data(...) -- Get the data for an object
[as=list of Type] -- The desired types for the data, in order of preference
Result: Anything
reference.open(...) -- Open an object
[with_password=Text] -- The password to use
Result: None
application.paste() -- Paste an object from the clipboard
Result: None
reference.print_() -- Print an object
Result: None
application.quit() -- Perform tasks before termination, then terminate
Result: None
application.redo() -- Reverse the action of the immediately preceding undo
Result: None
reference.save() -- Save an object
Result: None
reference.set_data(...) -- Set an object's data
to=Anything -- The new value
Result: None
reference.show() -- Bring an object into view
Result: None
reference.sort(...) -- Sort the records in a layout
[by=ObjectSpecifier] -- The fields to sort by
[in_order=k.ascending | k.descending | k.custom] -- The sort type
Result: None
application.undo() -- Undo the action of the previous event or user interaction
Result: None
Classes
application -- The application
- Properties:
best_type (r/o) Type -- The best descriptor type
class_ (r/o) Type -- The class
default_type (r/o) Type -- The default descriptor type
frontmost (r/o) Boolean -- Is this the frontmost application?
name (r/o) IntlText -- The name of the application
version (r/o) Version -- The version of the application
- Properties:
