I have a script that calls for an import of an excel file stored on the
network drive. The file is called Daily_Log.xls. The file is updated
every morning before associates come to work. When the first person
logs into the system this script opens that file.
The file is always called Daily_Log.xls but the data is new every day.
For some reason the import always says that it can't find the file and
opens up a window and the user is having to click on the file which is
always there. But it seems that even though it is named exactly the
same, FMP7 thinks that it is different or missing.
How can I correct ?
-S
|
|
0
|
|
|
|
Reply
|
squeed2000 (117)
|
10/6/2005 6:02:25 PM |
|
squeed2000@yahoo.com wrote:
> I have a script that calls for an import of an excel file stored on the
> network drive. The file is called Daily_Log.xls. The file is updated
> every morning before associates come to work. When the first person
> logs into the system this script opens that file.
>
> The file is always called Daily_Log.xls but the data is new every day.
> For some reason the import always says that it can't find the file and
> opens up a window and the user is having to click on the file which is
> always there. But it seems that even though it is named exactly the
> same, FMP7 thinks that it is different or missing.
>
> How can I correct ?
>
> -S
>
When you are in script maker and specifying the name of the file and the
path to it, is there a check box in the lower left corner of the dialog
box with the words "Save relative path only"? If you find this check
box, make sure it IS NOT CHECKED. This will tell FileMaker to use an
ABSOLUTE PATH to the file.
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
|
|
0
|
|
|
|
Reply
|
opie
|
10/6/2005 9:56:13 PM
|
|