dbTalk Databases Forums  

Newbie: Applescript help

comp.databases.filemaker comp.databases.filemaker


Discuss Newbie: Applescript help in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mikey P
 
Posts: n/a

Default Newbie: Applescript help - 06-29-2005 , 08:04 AM






Hi all i'm finally porting over our apple script from os 9 to os X and
i'm having problems with this OS 9 code:

tell application "FileMaker Pro"
set FaxName to (get cell "Name" of current record of layout "FAX Final
Collect Letter" of database "Invoices")
set FaxComp to (get cell "Hotel Name" of current record of layout "FAX
Final Collect Letter" of database "Invoices")
set FaxNum to (get cell "Fax Phone" of current record of layout "FAX
Final Collect Letter" of database "Invoices")
end tell

I keep getting an object not found error on this string.

Also is the delete file function still the same? I have:


tell application "Finder"
delete file "Wendi's Mac:Invoices.4tf"
delete file "Wendi's Mac:Temporary Items:Invoices.4tf"
end tell

tell application "Finder"
empty trash
end tell

Thanks so much for the help in advanced.


Reply With Quote
  #2  
Old   
Mikey P
 
Posts: n/a

Default Re: Newbie: Applescript help - 06-29-2005 , 10:15 AM






I've tried looking at the examples and none of the examples worked.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.