//Do Script
Dim ae as AppleEvent

ae = NewAppleEvent("misc", "dosc", "FMP7")
ae.StringParam("----")="calculateDueDate"

//Goto database
Dim aeObjSpec as AppleEventObjectSpecifier
Dim ae as AppleEvent

ae=NewAppleEvent("FMPR", "GOTO", "FMP7")


aeObjSpec =GetNamedObjectDescriptor("cDB ", nil, "date_example")
ae.ObjectSpecifierParam("----")= aeObjSpec



On Mar 8, 2006, at 6:13 PM, Keith Hutchison wrote:

Hi Jason

On 3/9/06, Jason McBride <[EMAIL PROTECTED]> wrote:

You can have FileMaker and realbasic talk through Apple Events. It's
much faster.

On Mar 8, 2006, at 3:21 PM, Keith Hutchison wrote:


Any chance of some apple event sample code to do the following

tell application  "filemaker pro"
  try
    activate
    try
      go to database "date_example.fp5"
      do script "calculateDueDate"
    end try
  end try
end tell



--
Keith Hutchison
http://balance-infosystems.com http://realopen.org
http://www.kasamba.com/Keith-Hutchison
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to