Search found 8 matches

by Phiasco
Tue Mar 27, 2012 5:14 am
Forum: Windows
Topic: 8.3 formatted files
Replies: 3
Views: 4250

Re: 8.3 formatted files

Yes, very true. The transfer from the Mac server to the Windows server was unplanned and implemented quickly which is why there is no error capture. Just make it work was the task handed to me. Luckily, we have a rather strict workflow in place which prevents many common errors. The tFileListP was a...
by Phiasco
Mon Mar 26, 2012 8:49 pm
Forum: Windows
Topic: 8.3 formatted files
Replies: 3
Views: 4250

8.3 formatted files

Hello, I have files being dropped into a hot folder to be moved to an organized folder structure. Hundreds of files are being dropped here each day. In the past this was being done with Applescript on an Apple Server, but this past weekend the workflow was moved to a Windows 2k8 server. The below co...
by Phiasco
Wed Mar 07, 2012 8:16 pm
Forum: Announcements
Topic: New version 5.5 announced - free or fee?
Replies: 85
Views: 59801

Re: New version 5.5 announced - free or fee?

Seems it has only been 6 or 7 months since the last paid upgrade. Please tell me that we are not moving to twice a year pay to play.
by Phiasco
Fri Jan 13, 2012 11:26 pm
Forum: Mac OS
Topic: Open a folder in the finder.
Replies: 14
Views: 15653

Re: Open a folder in the finder.

So close, I went back to take a look and I had put the hyphen in the "yyyyStartDate". I really thought that might be it because most problems usually have a simple solution like that. Now that my mind is working on this again, I am going to have to spend some time on it this weekend and test some of...
by Phiasco
Fri Jan 13, 2012 6:01 pm
Forum: Mac OS
Topic: Open a folder in the finder.
Replies: 14
Views: 15653

Re: Open a folder in the finder.

Hi Kelly, Yep and Yep. And it is a paths where I have built the entire folder structure using the same language. Additionally, I can open a file within the folder using the same coding structure. Just can't get that darn folder to open in the Finder. I do have some ideas in my head to try at a later...
by Phiasco
Mon Dec 12, 2011 8:41 am
Forum: Mac OS
Topic: Open a folder in the finder.
Replies: 14
Views: 15653

Re: Open a folder in the finder.

Hi Klaus, I have tried that and thought it was not an option because it also does not work on a constructed path. For example, if I use put "/Volumes/RTN-2012/0212-RTN/RTN-022712/PNJ-022712/PNJ21012" into completePath launch document completePath it will work for every path I hard code. (I had not p...
by Phiasco
Sat Dec 10, 2011 1:50 am
Forum: Mac OS
Topic: Open a folder in the finder.
Replies: 14
Views: 15653

Re: Open a folder in the finder.

Hello Bernd, Thanks for the reply. The name of the drive is "RTN-2012" which is a network volume. I have many apple scripts using the same and similar paths. This path works fine when run from the Applescript editor, it only has an issue when run from LiveCode using Applescript, the shell or osa fro...
by Phiasco
Fri Dec 09, 2011 8:48 pm
Forum: Mac OS
Topic: Open a folder in the finder.
Replies: 14
Views: 15653

Open a folder in the finder.

I have tried every method from every post I can find to get a a folder to open in the finder. I have tried -- put shell("open " & completePath ) and 10 variations on the syntax. I have tried many different ways of using apple script. Here is one sample put "" into field "dealList" put "tell applicat...