Search found 14 matches
- Tue Oct 21, 2014 4:35 pm
- Forum: Technical / Scripting
- Topic: Sub directory names
- Replies: 2
- Views: 2934
Re: Sub directory names
Thank you that helps!
- Tue Oct 21, 2014 1:21 pm
- Forum: Technical / Scripting
- Topic: Sub directory names
- Replies: 2
- Views: 2934
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...
- Tue Jun 13, 2006 9:39 pm
- Forum: General Discussion
- Topic: Remote Desktop Session Conflict?
- Replies: 2
- Views: 10366
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...
- Thu Aug 04, 2005 4:14 pm
- Forum: Technical / Scripting
- Topic: Problem with HTTPRequest at 7.3
- Replies: 4
- Views: 6706
- Fri Apr 01, 2005 6:48 pm
- Forum: Technical / Scripting
- Topic: Problem with HTTPRequest at 7.3
- Replies: 4
- Views: 6706
- Thu Mar 31, 2005 6:29 pm
- Forum: Technical / Scripting
- Topic: Problem with HTTPRequest at 7.3
- Replies: 4
- Views: 6706
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 ...
- Wed Mar 30, 2005 8:31 pm
- Forum: Technical / Scripting
- Topic: HTTPRequest - Problem when migrating to V7.3.01
- Replies: 5
- Views: 7841
- Thu May 27, 2004 2:28 pm
- Forum: Technical / Scripting
- Topic: Yeasterdays Date
- Replies: 2
- Views: 4779
Correction for my poor typing
Code in my posting should have read:
VBEval>DateAdd("d",-1, "27-May-04"),lastdate
Message>lastdate
VBEval>DateAdd("d",-1, "27-May-04"),lastdate
Message>lastdate
- Thu May 27, 2004 2:25 pm
- Forum: Technical / Scripting
- Topic: Yeasterdays Date
- Replies: 2
- Views: 4779
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!
VBEval>DateAdd("d",-1, "27-May-04",lastdate
Message>lastdate
Is DateAdd supported? Am I doing something wrong? Is there an easier way?
Thanks!
- Tue May 25, 2004 11:59 pm
- Forum: Technical / Scripting
- Topic: Separate command where the delimiter is a Carriage Return
- Replies: 8
- Views: 9828
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...
- Thu May 20, 2004 2:20 pm
- Forum: Technical / Scripting
- Topic: Separate command where the delimiter is a Carriage Return
- Replies: 8
- Views: 9828
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...
- Wed May 19, 2004 6:23 pm
- Forum: Technical / Scripting
- Topic: Separate command where the delimiter is a Carriage Return
- Replies: 8
- Views: 9828
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...
- 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: 5655
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...
- 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: 3381
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...