• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: fields in appleworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fields in appleworks


  • Subject: Re: fields in appleworks
  • From: "Paul F. Henegan" <email@hidden>
  • Date: Sun, 28 Jul 2002 07:30:12 -0400

on 28.07.2002 02:17, Thomas Strohmaier at email@hidden wrote:

> with
> make new field at end with properties {name:"Name", field kind:text
> field}
> i can make a new field in a AppleWorks database.
> but i can not access that new field.

Hi Thomas,

One way to do that is to set a variable to the newly created field to which
you can refer in the rest of the script.

set myNewField to (make new field at end with properties {name:"Name", field
kind:text field})--all one line

Alternatively:

make new field at end with properties {name:"Name", field kind:text field}
set myNewField to the result

HTH,

paul
--
Paul F. Henegan
<email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >fields in appleworks (From: Thomas Strohmaier <email@hidden>)

  • Prev by Date: Re: AppleWorks scripting - database question
  • Next by Date: Re: iTunes toggle script
  • Previous by thread: fields in appleworks
  • Next by thread: "attach action to" error in Folder Actions Extension
  • Index(es):
    • Date
    • Thread