| Author |
Message |
Forum: Support Topic: [SOLVED] Timeout expiring in SQL query |
| gimpalimpa |
|
Posted: May 5th, 2012, 11:25 pm
|
|
Replies: 2 Views: 49
|
| Hello, I'm query-ing a SQL database using the following code: sSource:=”Select blahblah from tbldblah” sConnect := "Provider=sqloledb;Data Source=<servername>;Initial Catalog=<catname>;Integrated Security=SSPI; " COM_Init() prs := COM_CreateObject("ADODB.Recordset") COM_Invoke(pr... |
|
 |
Forum: Support Topic: Errorlevel = 2 on imagesearch |
| gimpalimpa |
|
Posted: April 11th, 2012, 2:26 am
|
|
Replies: 9 Views: 247
|
No backslashes missing and I can't reload because it would be hard to code myself back to where I started. I check for too many images.
The problem was that there was no active window when I searched for an image. I should be able to figure that out. |
|
 |
Forum: Support Topic: Errorlevel = 2 on imagesearch |
| gimpalimpa |
|
Posted: April 7th, 2012, 11:43 pm
|
|
Replies: 9 Views: 247
|
| My work interacts with other companies. These companies say things like, "Sure, all you have to do to get the data is have someone do this, and this, and this. We won't send you files unless you pay us thousands of dollars." So, I write scripts that get the data. I stared small, but kinda ... |
|
 |
Forum: Support Topic: Errorlevel = 2 on imagesearch |
| gimpalimpa |
|
Posted: April 7th, 2012, 12:28 am
|
|
Replies: 9 Views: 247
|
| Okay, I'll append the relevant variables to a file and then post back. I literally have 20 different computers running a variety of scripts for an average of 12 hours a day per computer. This usually happens once a week. |
|
 |
Forum: Support Topic: can AHK read pdf? |
| gimpalimpa |
|
Posted: April 6th, 2012, 11:16 pm
|
|
Replies: 3 Views: 158
|
| I had trouble figuring that out as well. Azure, download and install ghostscript 9.05, paste this code into a AHK file, put that ahk file in the same directory as your pdf files, open a command prompt window, then hit F1. It's not sophisticated, but it works. F1:: Loop,*.pdf { msg="C:\Prog... |
|
 |
Forum: Support Topic: Timer then Click |
| gimpalimpa |
|
Posted: April 6th, 2012, 10:57 pm
|
|
Replies: 3 Views: 115
|
| You're overthinking things. Just have a loop that moves the mouse and then moves it back again. No need to click. I use this for my computers. Loop { sleep, 300000 ;5 minutes mousemove,10,10,0,r mousemove,-10,10,0,r } Your actual problem is that "click" doesn't look to be set to take 3 par... |
|
 |
Forum: Support Topic: ieready() opens new browser window instead of new tab |
| gimpalimpa |
|
Posted: March 21st, 2010, 5:14 am
|
|
Replies: 3 Views: 268
|
|
 |
Forum: Support Topic: ieready() opens new browser window instead of new tab |
| gimpalimpa |
|
Posted: March 21st, 2010, 1:53 am
|
|
Replies: 3 Views: 268
|
| I've looked through this: http://www.autohotkey.com/forum/topic19256.html and it keeps opening the webpage in a new browser window instead of in a tab. I can deal with it, but it's annoying and I feel like I'm doing something wrong and missing something simple. I'm using IE-7, I have the most recent... |
|
 |
Forum: Support Topic: Visual Studio Error |
| gimpalimpa |
|
Posted: April 18th, 2009, 10:10 pm
|
|
Replies: 4 Views: 347
|
|
 |
Forum: Support Topic: Visual Studio Error |
| gimpalimpa |
|
Posted: April 17th, 2009, 4:52 am
|
|
Replies: 4 Views: 347
|
| Nevermind, it still happens. At random. Anything I'm doing especially wrong? Do I need to possibly put in a loop to verify that there's actually text in the clipboard? I will say that it screws up the most when "running902=1" because in that option it has a chance to copy formatted text. ;... |
|
 |
Forum: Support Topic: Visual Studio Error |
| gimpalimpa |
|
Posted: April 16th, 2009, 9:40 pm
|
|
Replies: 4 Views: 347
|
It was an error that happened roughly 50% of the time I ran it.
The real problem was that I had non-formated text in the clipboard and it would crash when trying to getstringpos on it. I had forgot to put clipboard = %clipboard% in. I feel a mix of really dumb and relieved. |
|
 |
Forum: Support Topic: Visual Studio Error |
| gimpalimpa |
|
Posted: April 16th, 2009, 6:42 pm
|
|
Replies: 4 Views: 347
|
| I get the following error: "An unhandled win32 exception occured in AutoHotKey.exe [3044]. Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio, Just-In-Time debugging can be enabled from Tools/Options/... |
|
 |
Forum: Support Topic: Insterting page breaks into MSWord. |
| gimpalimpa |
|
Posted: April 12th, 2008, 7:27 pm
|
|
Replies: 2 Views: 437
|
| One bump, then I'll let this die. |
|
 |
Forum: Support Topic: ahk counterpart - what is a similar scripting language? |
| gimpalimpa |
|
Posted: April 5th, 2008, 6:17 pm
|
|
Replies: 1 Views: 309
|
| Well, if you were to go through a beginner's tutorial on C++, I feel as though you would get a lot of basic programming concepts that are used in AHK. However, AHK has just an awesome Help File packed with good examples and explanations, so you might want to start there. |
|
 |
Forum: Support Topic: Insterting page breaks into MSWord. |
| gimpalimpa |
|
Posted: April 4th, 2008, 11:41 pm
|
|
Replies: 2 Views: 437
|
| I've started becoming rather proficient with AutoHotkey, but I'm having troubles getting a page break into MSWord. The situation is as follows, I am taking a block text from a .txt document and fileappending it straight to a .doc file which I create using AHK. While this works for one block of text,... |
|
 |
| Sort by: |