Search found 54 matches

by OlgaFB
Thu Aug 03, 2006 4:02 am
Forum: General Discussion
Topic: Can Macro Scheduler 'talk' to an Oracle Database?
Replies: 8
Views: 14539

Can Macro Scheduler 'talk' to an Oracle Database?

Hi,

Could you please tell me if Macro Scheduler can work with an Oracle Database, send and get queries? If yes, how do I do that?

Thank you,
Olga.
by OlgaFB
Sat May 13, 2006 1:54 pm
Forum: Technical / Scripting
Topic: the CPU usage in 8.0.3 - notably better!
Replies: 0
Views: 2471

the CPU usage in 8.0.3 - notably better!

thanks a lot!
by OlgaFB
Sat May 13, 2006 1:38 pm
Forum: Technical / Scripting
Topic: Scripts slower with 8.0.2?
Replies: 8
Views: 9047

Here's a little example of just Repeat/Until: Let>ppc_log=C:\debug.log DateStamp>ppc_log,before loop Let>ar_PPvars_count=40 Let>PPvarIdx=0 Repeat>PPvarIdx DateStamp>ppc_log,in loop %PPvarIdx% Let>PPvarIdx=PPvarIdx+1 Let>PPvar=1 Let>PPvar=2 Let>PPvar=3 Let>PPvar=4 Let>PPvar=5 Until>PPvarIdx,ar_PPvars...
by OlgaFB
Sat May 13, 2006 1:17 pm
Forum: Technical / Scripting
Topic: Scripts slower with 8.0.2?
Replies: 8
Views: 9047

Hi Marcus, Yes, with 8.0.3 it is much quicker than with 8.0.2, however, there is still a difference in running time. My guess it's not the CPU usage, but the Repeat/Until working on strings now rather on numbers as it was before. With 7.4 my script time difference between the beginning & the end wer...
by OlgaFB
Thu Feb 03, 2005 9:20 pm
Forum: Technical / Scripting
Topic: Problem with dialogs - please help!!
Replies: 7
Views: 7448

Hi,

Thank you very much, now it works perfectly!

Thanks for such a quick fix,
Olga.
by OlgaFB
Thu Feb 03, 2005 3:40 pm
Forum: Technical / Scripting
Topic: Problem with dialogs - please help!!
Replies: 7
Views: 7448

According to your script Dialog2 is being shown modal, and GetDialogAction is commented out. So in your pasted code it does nothing anyway. I said in the beginning of the latest reply that I tried now to make this dialog modal, so of course GetDialogAction for it is commented out. what I meant when...
by OlgaFB
Fri Jan 28, 2005 10:05 am
Forum: Technical / Scripting
Topic: Problem with dialogs - please help!!
Replies: 7
Views: 7448

I tried now with a modal dialog. The problem is that when the second dialog is opened and then closed, r never seems to be updated. I mean, GetDialogAction doesn't work, and no clicked button sends any signals to the program. What should I do? Here is the complete code: Let>LabelSoOn=texts from grou...
by OlgaFB
Fri Jan 28, 2005 8:55 am
Forum: Technical / Scripting
Topic: Problem with dialogs - please help!!
Replies: 7
Views: 7448

Hi, Yes, it has to give user some data from the UpdateSettings dialog. I just realized: the modal dialog, when it closes, still exists with the same data, right? So I may make it modal and just show it again if something is wrong? ALl the data user typed in before, will still be there? I'll try it. ...
by OlgaFB
Thu Jan 27, 2005 5:08 pm
Forum: Technical / Scripting
Topic: Problem with dialogs - please help!!
Replies: 7
Views: 7448

Problem with dialogs - please help!!

Hi, see the updated code in one of the replies below What I need is an application with the main interface (which is shown on a non-modal dialog) that has a button "Update settings". When this button is clicked, I need to load another non-modal dialog (when the main dialog still shown on the screen ...
by OlgaFB
Tue Jan 25, 2005 10:05 pm
Forum: General Discussion
Topic: Scheduling an EXE created by the Pro version
Replies: 11
Views: 12528

thank you very much, Tony!

Amazing, this isn't related to our conversation, but it's exactly what I needed now!!! ;)

Best,
Olga.
by OlgaFB
Tue Jan 25, 2005 4:31 pm
Forum: Technical / Scripting
Topic: Why f.size doesn't work? (VBScript)
Replies: 6
Views: 8690

:)

thank you.

I hope someone having practicing it a lot can say how it works.
by OlgaFB
Tue Jan 25, 2005 1:22 pm
Forum: Technical / Scripting
Topic: Why f.size doesn't work? (VBScript)
Replies: 6
Views: 8690

Thank you, Captive, Do you know may be if when I exit from a function, it's best if I do Set f Nothing, or it doesn't matter? I mean, if I exit a function, all the resources allocated to it should be freed right? I ask because for example in JScript I read that even though assigning a new timeOut to...
by OlgaFB
Mon Jan 24, 2005 4:27 pm
Forum: Enhancement Suggestions
Topic: Urgent - could you please help with it asap?
Replies: 0
Views: 5485

Urgent - could you please help with it asap?

Hi, My question is like this: now in the Input box it's possible to click on "Browse" and choose a folder/file on the local computer. But I need to give with my script a dialog interface, where several features need to be set. Among them one folder path. Yes, of course, I can put a button for now "P...
by OlgaFB
Mon Jan 24, 2005 1:48 pm
Forum: General Discussion
Topic: Scheduling an EXE created by the Pro version
Replies: 11
Views: 12528

Hi, Two points: 1. Windows Task Scheduler indeed exists, and best of it: you can programmatically assign a schedule to your program. I don't know exactly how to do it, but I know it's possible. 2. EVen though many people say Windows Task Scheduler is a good thing, I had some bad experiences with it:...
by OlgaFB
Mon Jan 24, 2005 1:38 pm
Forum: Technical / Scripting
Topic: user database
Replies: 5
Views: 5469

Hi,

I think you probably could use HTTPRequest and fill in the form of registration this way.

Good luck,
Olga.
cron
Sign up to our newsletter for free automation tips, tricks & discounts