Re: Dose anyone know....
Re: Dose anyone know....
- Subject: Re: Dose anyone know....
- From: "Arthur J. Knapp" <email@hidden>
- Date: Wed, 31 Jul 2002 18:52:05 -0400
>
Date: Wed, 31 Jul 2002 13:32:09 -0500
>
Subject: Dose anyone know....
>
From: John Haley <email@hidden>
>
...how to fix this?
>
want to modify customer information. I have tried:
>
tell application "Aatrix MacP&Lb"6.3.1 Client 4"
I am not familiar with this product, but I will see what I can do...
>
tell Database 1
>
tell Table "Customers"
>
set (Value of Cell "Name" of (every Record whose Value of
>
Cell "CodeNumber" = "A2306")) to "Test Company"
Try changing "every Record" to "first Record". This may speed up
execution. Other than that, there is nothing in your above code that
seems like it can be improved upon. The application may simply be
taking a long to find the appropriate record, and there isn't much
that you can do about that. Is it a very large database?
Without knowing anything else about the application, we can't
really help very much, sorry.
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m
}
_______________________________________________
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.