Search found 16 matches

by rh2001
Mon Oct 04, 2004 4:58 pm
Forum: Technical / Scripting
Topic: How to get a 1 Dimensional Array out of VBScript
Replies: 2
Views: 5037

ok, thanks.
by rh2001
Mon Oct 04, 2004 6:31 am
Forum: Technical / Scripting
Topic: How to get a 1 Dimensional Array out of VBScript
Replies: 2
Views: 5037

How to get a 1 Dimensional Array out of VBScript

I am trying to get a one dimensional array out of vb script that connects to a database,

I could concatenate the fields and I know it works there.

However, I want it in array so I can get it out into MacroScheduler

I keeps getting a type mismatch error :13


Anyone else have this problem?
by rh2001
Mon Oct 04, 2004 6:24 am
Forum: Technical / Scripting
Topic: Connect to a Access Database via FilePath Name
Replies: 1
Views: 3607

never mind, got the answer
by rh2001
Mon Oct 04, 2004 4:42 am
Forum: Technical / Scripting
Topic: Connect to a Access Database via FilePath Name
Replies: 1
Views: 3607

Connect to a Access Database via FilePath Name

Is there anyway to connect to an access database via file name and path instead of a DSN connection?
by rh2001
Mon Oct 04, 2004 1:38 am
Forum: Technical / Scripting
Topic: Editor is PRIMATIVE...how about some convenient features?
Replies: 4
Views: 5091

Editor is PRIMATIVE...how about some convenient features?

The Editor that comes with Macro Scheduler is somewhat mssing some basic features that even Notepad has. 1. Select All with the CONTROL - A keys 2. Double click anywhere after the Let>= line to select everything after that line to the end of that line. 3. Getting a script to open in the Editor is a ...
by rh2001
Wed Sep 29, 2004 10:28 pm
Forum: Technical / Scripting
Topic: Macro> command can't take a Let variable?
Replies: 17
Views: 18275

having the same variable names as parameter name was the problem. There was a slight naming error that was causing this.

The example you gave string2, string3 wasn't all that clear. And I didn't know I had use the same names as Macro parameters.
by rh2001
Wed Sep 29, 2004 11:47 am
Forum: Technical / Scripting
Topic: Macro> command can't take a Let variable?
Replies: 17
Views: 18275

seems to be working now

Ok, I see what I was going wrong, seems to be ok now. Thanks.
by rh2001
Wed Sep 29, 2004 11:25 am
Forum: Technical / Scripting
Topic: Macro> command can't take a Let variable?
Replies: 17
Views: 18275

declare where?

Where should these variable be declared? IF these variable are to declared inside the Macro being called, how will one be able to pass in new values to begin with as aren't the new values passed in at the very beginning of the script? And if these variables are to be declared in the calling script, ...
by rh2001
Mon Sep 27, 2004 11:26 pm
Forum: Technical / Scripting
Topic: Macro> command can't take a Let variable?
Replies: 17
Views: 18275

SPOKE TOO SOON.....

Seems like any parameter after the 1st parameter are not interpreted at variables.


Thus, strings 2, 3, 4, and so on are not even variables to begin with, even though declared correctly, and thus are not even passed as variables while though the 1st one is.

This parameter thing seems broken.
by rh2001
Tue Sep 21, 2004 5:17 am
Forum: Technical / Scripting
Topic: Macro> command can't take a Let variable?
Replies: 17
Views: 18275

Ok, It seems to be working now, thanks!!
by rh2001
Mon Sep 20, 2004 8:31 am
Forum: Technical / Scripting
Topic: Macro> command can't take a Let variable?
Replies: 17
Views: 18275

Nope, concat still doesn't work on the Macro> command

I tried Concat> and the methods you showed above. Nevertheless, the error message reads like it's supposed to read, that is, the command with parameters, but it still says it, the macro, doesn't exist. It seems like you can't use variables declared elsewhere for the Macro> command. Any ideas why the...
by rh2001
Sun Sep 19, 2004 8:54 am
Forum: Technical / Scripting
Topic: Macro> command can't take a Let variable?
Replies: 17
Views: 18275

Macro> command can't take a Let variable?

I have a somewhat long list of values and parameters to pass into another macro that I want to call using the Macro> command. Thus, I want to use some concatenating and set this to a Let> variable and than pass that variable into the Macro> command However, this Macro> command doesn't like unless it...
by rh2001
Thu Sep 16, 2004 10:02 pm
Forum: Technical / Scripting
Topic: Launch Shortcut via in the code view
Replies: 8
Views: 8232

it works...

rasdial seems to work.

I still had to add a connection name, phone, user id and password which it would seem to already defined in the connection name entry

anyway, seems to work

thanks!!
by rh2001
Thu Sep 16, 2004 10:00 am
Forum: Technical / Scripting
Topic: Launch Shortcut via in the code view
Replies: 8
Views: 8232

still can't get it work

OK, I tried using RUNDLL32. However, this is on Windows 2000 so RNAUI is not there. Also when I try RASDIAL, is asks for the phone book entry but it's not there of course...... Nevertheless, I can get the network window to open and I can see the dial up connection. But I really want to access this d...
by rh2001
Wed Sep 15, 2004 9:19 am
Forum: Technical / Scripting
Topic: Launch Shortcut via in the code view
Replies: 8
Views: 8232

network and shortcuts calling

Thanks, but I still would like to call the shortcut and execute it that way.

Would anyone know if that is possible to begin with as there are a lot of shortcuts that are made from the Control Panel that I somehow would like to call.



Lumumba wrote:Try this:
Run Program>rasphone
Sign up to our newsletter for free automation tips, tricks & discounts