• 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: AppleWorks scripting - database question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleWorks scripting - database question


  • Subject: Re: AppleWorks scripting - database question
  • From: "Bruce M. Axtens" <email@hidden>
  • Date: Mon, 29 Jul 2002 10:11:14 +0500

Dear List

> Try this:
>
> tell record i
> if value of field "Job Name" = jumpLoc then
> activate
> exit repeat
> end if
> end tell

Well I tried it, but nothing happens. I simplified the code down to ...

repeat with I from 1 to number of record
tell record I
activate
end tell
end repeat

... fully expecting the display to scroll through the records. However,
nothing happened.

I am using AppleWorks 6.2.4 on Mac OS X 1.5 under AppleScript 1.8.3
_______________________________________________
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: 
 >Re: AppleWorks scripting - database question (From: "Paul F. Henegan" <email@hidden>)

  • Prev by Date: Re: Bounding Rectangle [and data type Rect]
  • Next by Date: Re: AppleWorks scripting - database question solved
  • Previous by thread: Re: AppleWorks scripting - database question
  • Next by thread: fields in appleworks
  • Index(es):
    • Date
    • Thread