View Single Post
something like this:

Code:
tell application "OmniFocus"
	set archiveDoc to open "/Volumes/Leopard/Users/lizard/Library/Application Support/OmniFocus/Archive.ofocus-archive"
	tell archiveDoc
		first project
	end tell
end tell