Monday, November 08, 2010 at 12:01 AM.

system.verbs.apps.Filemaker.open

on open (files, withPassword = nil) {
	FileMaker.bringToFront ();
	<<setEventInteraction (false)  <<added 3/12/96 PBS  <<removed 9/25/96 PBS (problems with passwords)
	return (appleEvent (Filemaker.id, 'aevt', 'odoc', '----', files, 'pPAS', string (withPassword)))}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.