Search found 31 matches

by ueberyak
Tue Apr 16, 2024 9:55 pm
Forum: Technical / Scripting
Topic: WaitScreenImage Not Working With ScreenShot
Replies: 2
Views: 38

WaitScreenImage Not Working With ScreenShot

Good Day! I am using WaitScreenImage successfully on one of my computers, using a screenshot I took from SAP. The screenshot is just a notification that there is no data selected for the SAP script. When I compile the script as an EXE and include the image we're trying to locate, everything still wo...
by ueberyak
Fri Oct 07, 2022 9:20 pm
Forum: Technical / Scripting
Topic: Cannot Create File ".tmp". Access is Denied
Replies: 0
Views: 26525

Cannot Create File ".tmp". Access is Denied

I have a virtual machine that I share with a coworker. We have some scripts saved to a network drive that we run from the VM. When I log in to the VM and run our macros, everything works as expected. When my coworker tries to launch a macro, he gets the following error. Cannot create file "C:\Progra...
by ueberyak
Tue Feb 27, 2018 5:55 pm
Forum: Technical / Scripting
Topic: ExecuteFile MS Access Navigation Pane Issues
Replies: 0
Views: 6337

ExecuteFile MS Access Navigation Pane Issues

I have a Microsoft Access 2016 database set to hide the Navigation pane. I did this via Options > Current Database. When I open it manually and when I open it via MacroScheduler without calling a macro, the database opens as expected; The main form is displayed and the Navigation pane is hidden. If ...
by ueberyak
Tue Sep 19, 2017 10:42 pm
Forum: Technical / Scripting
Topic: How To Get VBEVAL Result?
Replies: 1
Views: 2125

Re: How To Get VBEVAL Result?

Got it! function RunSAP(),result vbstart on error resume next If Not IsObject(application) Then Set SapGuiAuto = GetObject("SAPGUI") Set application = SapGuiAuto.GetScriptingEngine End If If Not IsObject(connection) Then Set connection = application.Children(0) End If If Not IsObject(session) Then S...
by ueberyak
Tue Sep 19, 2017 10:22 pm
Forum: Technical / Scripting
Topic: How To Get VBEVAL Result?
Replies: 1
Views: 2125

How To Get VBEVAL Result?

I have the following VB/VBEVAL code and all I want to do is get the result back from VB! I keep reading here and there in the forums that this can be done, but I am struggling. I just want to evaluate the result outside of VB. function RunSAP vbstart on error resume next If Not IsObject(application)...
by ueberyak
Wed Jun 28, 2017 4:27 pm
Forum: Technical / Scripting
Topic: Icon removed from compiled exe on network location?
Replies: 3
Views: 3161

Re: Icon removed from compiled exe on network location?

Yeah, Marcus, you were right! Today the proper icon is there. It seemed far-fetched that the icon was somehow being stripped out.

All right, everybody relax. Everything's fine.
by ueberyak
Tue Jun 27, 2017 10:43 pm
Forum: Technical / Scripting
Topic: Icon removed from compiled exe on network location?
Replies: 3
Views: 3161

Icon removed from compiled exe on network location?

If I compile a macro into an executable and save it on my local drive, I get the exe with the icon I specified. If I copy/paste that .exe to a network location, the icon reverts back to the default icon. When I try to generate the .exe directly to a network location, the .exe is generated but the cu...
by ueberyak
Tue Jul 19, 2016 4:41 pm
Forum: Technical / Scripting
Topic: Automatically Detect MS Office Install Location
Replies: 3
Views: 5941

Automatically Detect MS Office Install Location

I am working on a script which needs to run an MS Access macro. Typically I do this with RunProgram> as ExecuteFile doesn't have a macro argument. My issue is that I won't know which version of MS Office the user will have. I guess I could look for MSACCESS.EXE in multiple folders, but it's harder t...
by ueberyak
Wed Nov 18, 2015 7:30 pm
Forum: Technical / Scripting
Topic: Jobs Running Way Too Many Times
Replies: 2
Views: 2967

Re: Jobs Running Way Too Many Times

It's vintage, innit!

I'll look into an update.
by ueberyak
Tue Nov 17, 2015 4:39 pm
Forum: Technical / Scripting
Topic: Jobs Running Way Too Many Times
Replies: 2
Views: 2967

Jobs Running Way Too Many Times

I am having an issue where jobs which are only scheduled to run one time, once a day, are running over and over. They kick off at the scheduled time, complete the entire script, then instead of stopping, they run over and over until I intervene. Today a job sent out 300 emails before I got into the ...
by ueberyak
Tue Jun 02, 2015 9:51 pm
Forum: Technical / Scripting
Topic: WriteLine Taking Too Long?
Replies: 4
Views: 3791

Re: WriteLine Taking Too Long?

Update: I started using My Documents instead of C:\ and things seem to be running properly without any interference from my antivirus.
by ueberyak
Tue Jun 02, 2015 6:27 pm
Forum: Technical / Scripting
Topic: WriteLine Taking Too Long?
Replies: 4
Views: 3791

Re: WriteLine Taking Too Long?

Ugh, it looks like you're right (I can't be sure, though, because our endpoint protection is so robust that I can't seem to disable it to test.). I realized that the times when the job ran quickly were when I manually kicked off the job. It looks like when the job gets scheduled, the files get inter...
by ueberyak
Mon Jun 01, 2015 10:19 pm
Forum: Technical / Scripting
Topic: WriteLine Taking Too Long?
Replies: 4
Views: 3791

Re: WriteLine Taking Too Long?

I rewrote the script to hold all of the programs for a single PO in a variable, so the WriteLine event only happens once per PO. It ran super fast the first couple of times I ran it but now it's running slow again. At the start of the job I delete all of the files in C:\tasklist\. I verified that al...
by ueberyak
Mon Jun 01, 2015 8:55 pm
Forum: Technical / Scripting
Topic: WriteLine Taking Too Long?
Replies: 4
Views: 3791

WriteLine Taking Too Long?

I have a script which retrieves data from a SQL table with the following structure. It then creates a text file for each PO and then uses WriteLine to populate them with the relevant Programs. This was running super fast last week, in 3-5 seconds. This week it can take between 3 and 11 minutes. Look...
by ueberyak
Mon Mar 09, 2015 5:36 pm
Forum: Technical / Scripting
Topic: I just want the dang folder size!
Replies: 2
Views: 3434

Re: I just want the dang folder size!

You are a legend! Thanks, Marcus!
Sign up to our newsletter for free automation tips, tricks & discounts