Search found 52 matches

by matthiasR
Sat Jun 14, 2008 9:47 pm
Forum: Technical / Scripting
Topic: FTP_Result shows success, although ftpgetfile did not work
Replies: 9
Views: 8652

Hi,

i´ve just tested this with MacroScheduler 8.0.3.

And there it works. If i try to download a non existing file, i get a 550 error.
by matthiasR
Sat Jun 14, 2008 9:38 pm
Forum: Technical / Scripting
Topic: FTP_Result shows success, although ftpgetfile did not work
Replies: 9
Views: 8652

FTP_Result shows success, although ftpgetfile did not work

Hi, i am running into a strange problem wit MacroScheduler 10.1.15. I want to download a file with ftpgetfile. If i specifiy a non existing host file, ftp_result contains success anyway. If i specifiy a wrong username or password, ftp_result contains the error-message, that authentication was not su...
by matthiasR
Thu Apr 17, 2008 10:04 am
Forum: Technical / Scripting
Topic: Example for connection to MS SQL Server / MacroScheduler 10
Replies: 4
Views: 5957

I missed the commas in the sql expression. You are absolutely right: Its better to put the sql statement in a variable.

Thanks,

Matthias
by matthiasR
Tue Apr 15, 2008 10:40 am
Forum: Technical / Scripting
Topic: Example for connection to MS SQL Server / MacroScheduler 10
Replies: 4
Views: 5957

Thanks for the hint. The following script works DBConnect>Driver={SQL Server};Server=192.168.168.33;Database=sale;Uid=sa;Pwd=12345;,dbH DBQuery>dbH,select * from AEL where aranummer =10,rset,NumRecs,NumFields dbclose>dbH While the following script does not return any result DBConnect>Driver={SQL Ser...
by matthiasR
Mon Apr 14, 2008 8:45 pm
Forum: Technical / Scripting
Topic: Example for connection to MS SQL Server / MacroScheduler 10
Replies: 4
Views: 5957

Example for connection to MS SQL Server / MacroScheduler 10

Hi,

could someone give me an example, how to connect to an MS SQL Server and doing a "select" using the new db feature in MacroScheduler10.

Regards,

Matthias
by matthiasR
Thu Jan 10, 2008 9:10 pm
Forum: Technical / Scripting
Topic: Semi OT: Need help with VB script
Replies: 0
Views: 3680

Semi OT: Need help with VB script

Hi i want to convert a CSV file to Ecel. I found a vbs script, what does this near as i want it. But i have a column, where numbers with leading zeros are stored. After conversion the leading zero is lost. How can i treat each column as text? Furthermore i want to know, how i could specify another f...
by matthiasR
Tue Dec 11, 2007 1:28 pm
Forum: Enhancement Suggestions
Topic: Debug mode -step by step - tracing mode, breakpoints
Replies: 2
Views: 6609

This is already possible in version 10. V10 also lets you set multiple breakpoints. See the beta forum for details
Shame on me. I had already installed the beta on my machine, but had not the time to check the improvements yet.

Matthias
by matthiasR
Tue Dec 11, 2007 10:08 am
Forum: Enhancement Suggestions
Topic: Debug mode -step by step - tracing mode, breakpoints
Replies: 2
Views: 6609

Debug mode -step by step - tracing mode, breakpoints

Hi, i know i can run the script in a kind of debug mode from adv editor. Why not include a function,that the user can activate an automatic step by step mode. He just press once F8 to enter the "Debug Step" mode. The user now could decide, if he wants to press F8 again for each step or another butto...
by matthiasR
Thu Aug 02, 2007 2:58 pm
Forum: Technical / Scripting
Topic: how to check, if numlock is on or of
Replies: 2
Views: 4054

thanks,

that will do.

Matthias
by matthiasR
Thu Aug 02, 2007 7:11 am
Forum: Technical / Scripting
Topic: how to check, if numlock is on or of
Replies: 2
Views: 4054

how to check, if numlock is on or of

Hi,

how can i check if numlock is on or off.
I need a script, that activates numlock, if it´s off and deactivate it, if it´s on.

Any idea?

Matthias
by matthiasR
Fri May 18, 2007 6:56 pm
Forum: Technical / Scripting
Topic: show image fullscreen without border
Replies: 2
Views: 3688

Thanks Marcus,

that will help.

Matthias
by matthiasR
Fri May 18, 2007 8:39 am
Forum: Technical / Scripting
Topic: show image fullscreen without border
Replies: 2
Views: 3688

show image fullscreen without border

Hi,

i have a bmp-image, which has the same size as the desktop. What is the easiest way in MacroScheduler to display it fullscreen without border?

Matthias
by matthiasR
Wed Mar 28, 2007 9:16 pm
Forum: General Discussion
Topic: file or folder browse in Dialog?
Replies: 2
Views: 4990

file or folder browse in Dialog?

Hi,

i want to use input with file or folder browse in a dialog. Is this possible.
Cannot find anything about it.

Regards,

Matthias
by matthiasR
Tue Mar 27, 2007 1:25 pm
Forum: Technical / Scripting
Topic: how to check, if var passed by commandline to MSched exists
Replies: 2
Views: 3819

Thanks,

i knew it was a dumb question ;-)

Looked into command reference before, but some how i missed "assigned".

Regards,

Matthias
by matthiasR
Tue Mar 27, 2007 1:01 pm
Forum: Technical / Scripting
Topic: how to check, if var passed by commandline to MSched exists
Replies: 2
Views: 3819

how to check, if var passed by commandline to MSched exists

Hi, i am trying to find out, how i can manage the following. I want to allow passing serveral paramaters/variables to the script by commandline. If none of these variables were passed, the script should open with a gui. Otherwise it should run without. The problem is, if a variable is not passed to ...
Sign up to our newsletter for free automation tips, tricks & discounts