Search found 5 matches

by tplehman
Mon Mar 21, 2005 11:58 am
Forum: General Discussion
Topic: Basic Script issues
Replies: 1
Views: 11497

Basic Script issues

Can you enlighten me on why I am getting the following error:0 Method or property not found. Line 12 Col 14 "" as a result of running the following Basic Script as a Task with nothing else in it: Sub Main Dim FileName As String Dim TempString As String FileName = "C:\test.tsk" Op...
by tplehman
Fri Mar 18, 2005 8:12 am
Forum: General Discussion
Topic: Task Object Properties
Replies: 6
Views: 17141

Task Object Properties

By the way,
In text loop action use "external fext file" {curfile} instead of {TextFile({CURFILE})}.
does not fix the issue, just takes longer to crash.
=-(
I am using VB to work around this, I let you know the outcome.
 
by tplehman
Fri Mar 18, 2005 8:08 am
Forum: General Discussion
Topic: Task Object Properties
Replies: 6
Views: 17141

Task Object Properties

I will try that. Thanks for your help!! There are some issues with regard to the Basic Script interface, but I will leave those for another time. I would like to see some kind of script repository created.  Judging from other users comments, I think they would welcome this as well.   Thanks again, t...
by tplehman
Fri Mar 18, 2005 7:11 am
Forum: General Discussion
Topic: Task Object Properties
Replies: 6
Views: 17141

Task Object Properties

Let me explain what I am trying to accomplish.  I want to be able to update a task in an automated fashion.  Say I have a task with ext name "ABC", I would like to be able to get an updated .tsk file via ftp, copy it to a temp dir, stop robotask service, replace current .tsk file with upda...
by tplehman
Thu Mar 17, 2005 9:24 am
Forum: General Discussion
Topic: Task Object Properties
Replies: 6
Views: 17141

Task Object Properties

Is there a way to get the filename associated with a task from Basic Script?