Article ID: 124643
Article Last Modified on 3/11/2005
tell application "Microsoft FoxPro" of machine "server" of zone "<zone>"
do script "<script commands>"
end tell
For example, use the following syntax to open a Browse window with the
customer table (.DBF file). Then perform a join SQL-Select query from
customer and invoices on the TEST server from the Zone1 zone:
tell application "Microsoft FoxPro" of machine "TEST" of zone "ZONE1"
open "customer.dbf"
do script "select * from customer, invoices where
customer.cno==invoices.cno into table results.dbf"
end tell
To create Apple Scripts, use Script Editor, which is located by
default in the "HD:Apple Extras:AppleScript" folder.
Connect to the file server "<server>" as:
( ) Guest
(o) Registered User
Name:
Password:
<Cancel> <OK>
The user should make the appropriate selection based on the
configuration chosen in step 1.FoxPro and applescript and run
Additional query words: vFoxMac FoxMac
Keywords: kbnetwork kb3rdparty KB124643