Search found 151 matches

by migro
Mon Nov 21, 2022 5:05 am
Forum: Technical / Scripting
Topic: How to write or edit multi-part string in the windows registry
Replies: 3
Views: 3669

Re: How to write or edit multi-part string in the windows registry

Hi together,

it works well when writing to HKEY_CURRENT_USER. When writing to HKEY_LOCAL_MACHINE it does not work.
I was logged in with local adminrights and even the compiled version executed as administrator does not make any difference.

Any ideas?

Thanks in advance
by migro
Fri Oct 21, 2022 9:58 pm
Forum: Technical / Scripting
Topic: How to write or edit multi-part string in the windows registry
Replies: 3
Views: 3669

Re: How to write or edit multi-part string in the windows registry

Hi Dorian,

thx for you reply and the assistance of Marcus. I was not notified about your reply, so sorry for the delay in my answer.

Seems that will be exactly what I need. I will give you feedback as soon I tested the approach.

regards migro
by migro
Sun Sep 18, 2022 8:15 pm
Forum: Technical / Scripting
Topic: How to write or edit multi-part string in the windows registry
Replies: 3
Views: 3669

How to write or edit multi-part string in the windows registry

Hi all,

is there a way to edit or write multi part strings into the windows registry?

regards
migro
by migro
Fri Dec 21, 2018 1:24 pm
Forum: Technical / Scripting
Topic: Out of Memory when using DBQuery
Replies: 7
Views: 4605

Re: Out of Memory when using DBQuery

Hi Marcus,

thanks for the information and sorry to hear that.
> A 64 bit version of Macro Scheduler will offer no benefits to the user.
One of the advantages would be the larger address space. Regardless, Macro scheduler is a great tool that we do not want to miss.
by migro
Thu Dec 20, 2018 11:46 pm
Forum: Technical / Scripting
Topic: Out of Memory when using DBQuery
Replies: 7
Views: 4605

Re: Out of Memory when using DBQuery

Hi JRL, thanks for your advice. I'm using SqlToCsv already in other cases to provide a C++ routine with the data which need to be processed. In this actual Script I thought I can do all with Macro Scheduler functions without using VB or an external executable. @Marcus: Sorry was a misunderstanding b...
by migro
Wed Dec 19, 2018 11:49 pm
Forum: Technical / Scripting
Topic: Out of Memory when using DBQuery
Replies: 7
Views: 4605

Re: Out of Memory when using DBQuery

Thanks Marcus for the hint.

Can you please explain that a little bit closer? I can not find the two keywords searching the MS help.
Maybe you can give me a short sample how to use them?

Thanks in advance.
by migro
Tue Dec 18, 2018 12:52 am
Forum: Technical / Scripting
Topic: Out of Memory when using DBQuery
Replies: 7
Views: 4605

Out of Memory when using DBQuery

Hi! I want to use DBQuery to create a recordset for further processing from a MS-SQL table with 5 columns and around 650,000 up to 1.500.000 rows, but it runs each time out of memory. Running the query will allocate around 1.3 up to 1.8 GB of Memory until it stops executing. With other processes run...
by migro
Fri Mar 16, 2018 9:26 pm
Forum: Technical / Scripting
Topic: Monitor small amounts of time with IfFileChanged>
Replies: 2
Views: 2349

Re: Monitor small amounts of time with IfFileChanged>

Thanks Marcus, this will work for me.
by migro
Fri Mar 16, 2018 6:15 pm
Forum: Technical / Scripting
Topic: Monitor small amounts of time with IfFileChanged>
Replies: 2
Views: 2349

Monitor small amounts of time with IfFileChanged>

Hi Marcus,

very nice function. But what when I want to monitor if a file changed in the last second or 2-5 seconds?
Do I have to use as range: 0.00001157407?
The range in days ist not really comfortable to monitor smaller amounts of time.
by migro
Fri Nov 04, 2016 1:13 pm
Forum: General Discussion
Topic: Memory Leak from Nowhere
Replies: 7
Views: 11996

Re: Memory Leak from Nowhere

Hi Marcus,

thanks for the reply.

If I got it right the memory should be released when I set

Code: Select all

Let>CsvData=
Resp. when using DBQuery the return variable for the recordset?
by migro
Fri Nov 04, 2016 3:01 am
Forum: General Discussion
Topic: Memory Leak from Nowhere
Replies: 7
Views: 11996

Re: Memory Leak from Nowhere

Hi All, got similar findings with data processing and want yet open an new thread, when I find this post from Dick. I used the following system for the test: HyperV-Client with 4 physical cores, 4 GB RAM on SSD-Raid with 2GB/s data throughput, Windows 8.1x64 Pro and MacroScheduler v14.3.04. When I u...
by migro
Mon Jul 25, 2016 8:56 pm
Forum: Technical / Scripting
Topic: pass more than one argument to countfiles
Replies: 2
Views: 3602

Re: pass more than one argument to countfiles

Hi Marcus!

Thanks for the reply. Thats what I'm doing in the moment.

Can you take: "Passing several filetypes/extension to countfiles" as an feature request for later/upcoming versions?
by migro
Sun Jul 24, 2016 3:27 am
Forum: Technical / Scripting
Topic: pass more than one argument to countfiles
Replies: 2
Views: 3602

pass more than one argument to countfiles

I want to count all files in one directory which matches the following extensions (.bmp, .tif, .jpg).
Is it possible to pass a group of filetypes as an argument to countfiles?
What I want is to avoid looping 3 times to the directory in this case.
by migro
Mon Nov 30, 2015 11:04 pm
Forum: Enhancement Suggestions
Topic: Enable and Disable One Event
Replies: 6
Views: 16390

Re: Enable and Disable One Event

Thx for the link, it looks very similar. Have you got any response from marcus upon your bugreport?
by migro
Sun Nov 29, 2015 7:47 pm
Forum: Enhancement Suggestions
Topic: Enable and Disable One Event
Replies: 6
Views: 16390

Re: Enable and Disable One Event

Is there a known issue when jumping into a subroutine by using an dialog handler instead of Gosub>? I like to give the opportunity closing the dialog by pressing the ESC key. But also want to avoid closing the Macro while running a subroutine with some actions. See the following sample code: Dialog>...
Sign up to our newsletter for free automation tips, tricks & discounts