Search found 14 matches

by transolut
Tue Oct 21, 2014 4:35 pm
Forum: Technical / Scripting
Topic: Sub directory names
Replies: 2
Views: 2843

Re: Sub directory names

Thank you that helps!
by transolut
Tue Oct 21, 2014 1:21 pm
Forum: Technical / Scripting
Topic: Sub directory names
Replies: 2
Views: 2843

Sub directory names

I'm trying to look in a current user's USER directory for a list of subdirectories that get created by an application and then copy a file into each subdirectory. I know the parent directory they are created in and what the subdirectory name does NOT look like. The actual subdirectory names are a 16...
by transolut
Tue Jun 13, 2006 9:39 pm
Forum: General Discussion
Topic: Remote Desktop Session Conflict?
Replies: 2
Views: 10318

Remote Desktop Session Conflict?

I found that my script seems to have executed twice at nearly exactly the same scheduled time for several days in a row. This resulted in both sessions writing to the same files and corrupting the information. I found that a Windows Remote Desktop session had been left open. I had deleted some files...
by transolut
Thu Aug 04, 2005 4:14 pm
Forum: Technical / Scripting
Topic: Problem with HTTPRequest at 7.3
Replies: 4
Views: 6610

Does the new 7.4 Beta fix the problen with user authentication in the HTTP request as described in the origianal post fir this topic?
by transolut
Fri Apr 01, 2005 6:48 pm
Forum: Technical / Scripting
Topic: Problem with HTTPRequest at 7.3
Replies: 4
Views: 6610

Thanks...

I appreciate the alternate method. It is interesting, but since it works fine now by loading 7.2 again, I will wait until the next release for this customer.
by transolut
Thu Mar 31, 2005 6:29 pm
Forum: Technical / Scripting
Topic: Problem with HTTPRequest at 7.3
Replies: 4
Views: 6610

Problem with HTTPRequest at 7.3

I am also having a problem with HTTPRequest at 7.3 that killed a working macro from 7.2. Going back to 7.2 fixed the problem. I am using the GET option to pull data from a web based data gathering system with a SQL query. The system is password protected, so I embed the username and passwork in the ...
by transolut
Wed Mar 30, 2005 8:31 pm
Forum: Technical / Scripting
Topic: HTTPRequest - Problem when migrating to V7.3.01
Replies: 5
Views: 7744

by transolut
Thu May 27, 2004 2:28 pm
Forum: Technical / Scripting
Topic: Yeasterdays Date
Replies: 2
Views: 4687

Correction for my poor typing

Code in my posting should have read:

VBEval>DateAdd("d",-1, "27-May-04"),lastdate
Message>lastdate
by transolut
Thu May 27, 2004 2:25 pm
Forum: Technical / Scripting
Topic: Yeasterdays Date
Replies: 2
Views: 4687

Yeasterdays Date

I am trying to find a way to easily calculate yesterdays date. The VB function of DateAdd seemed perfect, but I am not able to get it to work.


VBEval>DateAdd("d",-1, "27-May-04",lastdate
Message>lastdate



Is DateAdd supported? Am I doing something wrong? Is there an easier way?

Thanks!
by transolut
Tue May 25, 2004 11:59 pm
Forum: Technical / Scripting
Topic: Separate command where the delimiter is a Carriage Return
Replies: 8
Views: 9717

Thank you for the responses. They really broadened my horizons. After working through your helpful replies, I figured out an easy way to accomplish my task. The system I am acquiring the data from works through a web browser. It uses Cloudscape which is a JAVA SQL database engine. Depending on how m...
by transolut
Thu May 20, 2004 2:20 pm
Forum: Technical / Scripting
Topic: Separate command where the delimiter is a Carriage Return
Replies: 8
Views: 9717

Neither Separate>list,%CR%,fields or Separate>list,%CRLF%,fields work for me. My data string is 1440 numeric values that represent floating point data values each with a CR. This is automatically retrieved from a browser based SQL query from a data gathering system. I am using the HTTPRequest to ret...
by transolut
Wed May 19, 2004 6:23 pm
Forum: Technical / Scripting
Topic: Separate command where the delimiter is a Carriage Return
Replies: 8
Views: 9717

Separate command where the delimiter is a Carriage Return

I figured out how to make a comma work as my delimiter as follows: Let>delm=, Separate>files,delm,filenames The compiler would not let me use a comma diretly as in: Separate>files,,,filenames I am stuck however now on another text file where the delimiter is a carriage return. I tried Let>delm=Ascii...
by transolut
Wed May 19, 2004 2:56 pm
Forum: General Discussion
Topic: Script works in v7.2.040 but not in 7.2.050
Replies: 2
Views: 5622

Thanks, yes it is a trailing spaces problem. I boiled it down to the repeat - until not working properly. When I pasted the example in 7.2.040 it worked OK, but when I pasted the same example in 7.2.050 I got the errors. I went back and removed the trailing spaces from the example noted and it worke...
by transolut
Wed May 19, 2004 2:16 pm
Forum: Technical / Scripting
Topic: Scripts work in 7.2.040 but not in 7.2.050
Replies: 1
Views: 3327

Scripts work in 7.2.040 but not in 7.2.050

Sorry, I posted this in the General Discussions area, and it look like I should have posted it here, si this is a duplicate posting: I am trying to write an application for a customer. We purchased Version 7.2.050 for them. I have 7.2.040 on my machine. My script runs OK on my machine but not on the...
Sign up to our newsletter for free automation tips, tricks & discounts