| Author |
Message |
Forum: Support Topic: Need program to determine if date is in a certain range |
| Sephiroth2906 |
|
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 |
| Sephiroth2906 |
|
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 |
| Sephiroth2906 |
|
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 / |
| Sephiroth2906 |
|
Posted: July 18th, 2011, 9:37 pm
|
|
Replies: 3 Views: 115
|
|
 |
Forum: Offtopic Topic: I'm moving to Canada |
| Sephiroth2906 |
|
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 |
| Sephiroth2906 |
|
Posted: July 8th, 2011, 5:23 pm
|
|
Replies: 6 Views: 143
|
|
 |
Forum: Support Topic: Problem with IE text box when printing an internet page |
| Sephiroth2906 |
|
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 |
| Sephiroth2906 |
|
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 |
| Sephiroth2906 |
|
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 |
| Sephiroth2906 |
|
Posted: May 19th, 2011, 3:47 pm
|
|
Replies: 6 Views: 904
|
|
 |
Forum: Support Topic: Instal AutoHotkey without using the Installer |
| Sephiroth2906 |
|
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? |
| Sephiroth2906 |
|
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? |
| Sephiroth2906 |
|
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? |
| Sephiroth2906 |
|
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? |
| Sephiroth2906 |
|
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: |