AutoHotkey Community

It is currently May 23rd, 2012, 5:04 am

All times are UTC [ DST ]


Search found 85 matches
Search these results:

Author Message

 Forum: Support   Topic: Need program to determine if date is in a certain range

Posted: September 7th, 2011, 3:05 pm 

Replies: 5
Views: 174


Just for completion sake, I wanted to post the code I ultimately ended up using in case it helps anyone in the future. If anyone sees anything that I can do to make it cleaner, I am eager to learn. I am using this to pick dates from a very badly written payroll program that has a drop down box that ...

 Forum: Support   Topic: Need program to determine if date is in a certain range

Posted: September 2nd, 2011, 10:30 pm 

Replies: 5
Views: 174


Thank you both!

This is going to help a great deal. My biggest worry is that I will not learn anything from this, because, right now, looking at this code, it is making my eyes cross.

But, I will at least have no problem implementing this into my program, so thanks for the hand holding!

 Forum: Support   Topic: Need program to determine if date is in a certain range

Posted: September 2nd, 2011, 8:07 pm 

Replies: 5
Views: 174


Hello all! I have a script I am running, where I choose a date from a GUI control. I then need the script to look to see if the date is in this 2 week time frame or that one, etc. So basically, I want to do something like this: Var1 = %Date% If Var1 (is between 09/04/11 and 09/17/11) { ...

 Forum: Support   Topic: changing : to numPad /

Posted: July 18th, 2011, 9:37 pm 

Replies: 3
Views: 115


Code:
NumpadDiv:::

 Forum: Offtopic   Topic: I'm moving to Canada

Posted: July 14th, 2011, 2:35 pm 

Replies: 65
Views: 2127


I am actually more concerned about the fact he gets to question the victims. This is one type of case where representing yourself makes sense. Those kids are gonna crack on the stand. Huh, go figure, there is something worse than allowing an inmate to watch his homemade child porn videos in prison! ...

 Forum: Support   Topic: Problem with IE text box when printing an internet page

Posted: July 8th, 2011, 5:23 pm 

Replies: 6
Views: 143


https://docs.google.com/leaf?id=0B1Spre ... i&hl=en_US

Here is an expanded view in .xps

https://docs.google.com/leaf?id=0B1Spre ... 1&hl=en_US

does that help?

 Forum: Support   Topic: Problem with IE text box when printing an internet page

Posted: July 8th, 2011, 4:44 pm 

Replies: 6
Views: 143


No worries :) I appreciate you taking a look.

Any other takers?

 Forum: Support   Topic: Problem with IE text box when printing an internet page

Posted: July 8th, 2011, 4:27 pm 

Replies: 6
Views: 143


Depending on where I hover over the box I get:

Code:

iWeb_getDomObj(pwb,"footer")

iWeb_getDomObj(pwb,"104")

iWeb_getDomObj(pwb,"105")


Admittedly, this is the first time I have ever used this thing, so if I screwed up, please let me know.

 Forum: Support   Topic: Problem with IE text box when printing an internet page

Posted: July 8th, 2011, 3:41 pm 

Replies: 6
Views: 143


Hello all! I have an issue that has got me stumped. I will try to be brief. We use a website that we want to archive information from when we accept documents from outside users. The website administrators do not give us a log of what has been taken or declined. When something unusual happens, we le...

 Forum: Scripts   Topic: Multiplication Generator

Posted: May 19th, 2011, 3:47 pm 

Replies: 6
Views: 904


I like it. Thanks!

 Forum: Support   Topic: Instal AutoHotkey without using the Installer

 Post subject: Edit the script
Posted: January 31st, 2011, 3:04 pm 

Replies: 7
Views: 417


At work we got new machines with Windows 7, and I am unable to install Autohotkey. I have tons of scripts I have come to depend on, and need to find a way to utilize them. I can right click and run with the exe, but I cannot get the edit script command to come up. The registry editor program mention...

 Forum: Support   Topic: why does my alpha numeric variable paste 0)))%(!*)d01?

Posted: March 29th, 2010, 6:59 pm 

Replies: 16
Views: 719


Thanks for the idea Sinkfaze, but no such luck. Here is what I have learned thusfar: The barcode scanner is putting the ID into the edit field of the GUI correctly The variable %barcode% contains the correct information, as I can see when I invoke the {shift}+ portion of the script to resend it. It ...

 Forum: Support   Topic: why does my alpha numeric variable paste 0)))%(!*)d01?

Posted: March 26th, 2010, 3:16 pm 

Replies: 16
Views: 719


I just had the issue pop up again, and I discovered that there does not appear to be anything wrong with the variable itself, as the shift + portion of the script that resends the value has the characters come up just fine. So the issue looks like it is showing up only on the controlsend portion of ...

 Forum: Support   Topic: why does my alpha numeric variable paste 0)))%(!*)d01?

Posted: March 25th, 2010, 4:05 pm 

Replies: 16
Views: 719


Well, that didn't take very long. VxE's idea unfortunately also did not work either. Any other ideas you might be able to think of that I could try? If it helps any, it seems to usually happen when I have not used the program for at least a few hours, say, the first time that day or when I have been...

 Forum: Support   Topic: why does my alpha numeric variable paste 0)))%(!*)d01?

Posted: March 24th, 2010, 6:22 pm 

Replies: 16
Views: 719


Hey Seph.. Remember, sinkfaze's script was based on the static literal string var := "0)))%(!*)d01" . You may have to convert the var to except dynamic strings if the value changes often ;). Nah, he made a function called "numonly" inside of the control send ...
Sort by:  
Page 1 of 6 [ Search found 85 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group