| Author |
Message |
Forum: Support Topic: need to copy paste data from excel to IE(fields in IE) |
| Toxey |
|
Posted: April 6th, 2011, 3:58 pm
|
|
Replies: 25 Views: 2422
|
|
 |
Forum: Support Topic: So frustrated! Please help with creating diacritics |
| Toxey |
|
Posted: April 6th, 2011, 3:08 pm
|
|
Replies: 3 Views: 160
|
| That's a smart solution, and simple (which is usually best). |
|
 |
Forum: Support Topic: Ascii conversion errors with ADO COM and Access |
| Toxey |
|
Posted: April 6th, 2011, 1:29 am
|
|
Replies: 2 Views: 185
|
| This is either happening in Access (which shows the correct CodePage 437 items) or in COM.ahk when reading the information through my jet db connection. I looked in COM.ahk at some ansi Unicode conversion functions, but my head hurts and my stomach is growling. Currently I'm using that as an excuse ... |
|
 |
Forum: Support Topic: Ascii conversion errors with ADO COM and Access |
| Toxey |
|
Posted: April 6th, 2011, 12:18 am
|
|
Replies: 2 Views: 185
|
|
 |
Forum: Support Topic: So frustrated! Please help with creating diacritics |
| Toxey |
|
Posted: April 5th, 2011, 11:13 pm
|
|
Replies: 3 Views: 160
|
I did a search on the forum and found a lot of posts about the diacritics problem.
Try here first, then search for diacritics. You're not the only one who is trying to solve this problem.
http://www.autohotkey.com/docs/KeyList.htm (Go down to Special Keys section). |
|
 |
Forum: Support Topic: Variables month extraction |
| Toxey |
|
Posted: April 5th, 2011, 10:31 pm
|
|
Replies: 17 Views: 314
|
Lovely code, much better than the version I was going to offer. I really need to learn RegEx.
If you *do* want the simple-guy version, let me know, but I recommend sinkfaze's coding heartily. |
|
 |
Forum: Support Topic: Variables month extraction |
| Toxey |
|
Posted: April 5th, 2011, 9:45 pm
|
|
Replies: 17 Views: 314
|
| Did you want to split the month off, and convert to a month name? (Like January, February), or just the number itself? |
|
 |
Forum: Support Topic: cdashner |
| Toxey |
|
Posted: April 5th, 2011, 9:36 pm
|
|
Replies: 5 Views: 127
|
| (All my answers are for v1 autohotkey). A gui edit field can be limited to number entry only, but I think that precludes entry of a period (like 32.22), so it's not that useful. An easy solution would be to have a text field with $ next to an edit field, and have the edit field call a gSubroutine wh... |
|
 |
Forum: Support Topic: menu, tray, icon |
| Toxey |
|
Posted: April 5th, 2011, 9:25 pm
|
|
Replies: 2 Views: 167
|
| I found the information I think you need in the manual/help file by searching for Tray in the search field, then clicking 'Menu' result. Move down the page until you see: Change the Tray Icon or ToolTip Command will look like: Menu, Tray, Icon, someiconfile.dll, 1 someiconfile.dll is whatever is the... |
|
 |
Forum: Support Topic: cdashner |
| Toxey |
|
Posted: April 5th, 2011, 9:19 pm
|
|
Replies: 5 Views: 127
|
If I understand correctly, you want a value like
43.28
to display as
$43.28
in a gui control... correct? |
|
 |
Forum: Support Topic: Ascii conversion errors with ADO COM and Access |
| Toxey |
|
Posted: April 5th, 2011, 9:16 pm
|
|
Replies: 2 Views: 185
|
| Hello again mighty AHK forum inhabitants! I am reading an access query using ADO COM. One of the fields I am retrieving is a text field that uses a *very* simple substitution to encrypt the field (before it is written). Basically, you've got a number of extended ascii characters written to this fiel... |
|
 |
Forum: Support Topic: cdashner |
| Toxey |
|
Posted: April 2nd, 2011, 1:26 am
|
|
Replies: 5 Views: 127
|
| Is this in a Gui that you've created in Autohotkey, or a control in another program? |
|
 |
Forum: Support Topic: Text to Date Conversion |
| Toxey |
|
Posted: April 1st, 2011, 4:33 pm
|
|
Replies: 4 Views: 175
|
Just thought of something,
The day and year are pretty much good to go.
If you did a stringreplace to change ", " (Comma space) to "/", then you could do the same stringsplit operation I described in prior post and only deal with two elements. |
|
 |
Forum: Support Topic: Text to Date Conversion |
| Toxey |
|
Posted: April 1st, 2011, 4:05 pm
|
|
Replies: 4 Views: 175
|
| Looks like a simpler answer has already been offered, but perhaps you'd like to learn a little on your own. If so, here's my bit. Assuming this format is consistent, I'm spelling this out for anyone who doesn't know as much as the next person about Autohotkey. Also, I'm not an expert and none of thi... |
|
 |
Forum: Support Topic: httpQuery returns different page contents than browser |
| Toxey |
|
Posted: March 31st, 2011, 12:08 am
|
|
Replies: 4 Views: 157
|
DOH!
That's got to be it, and it never occurred to me.
Thanks! I'll stop beating my head against the wall (for a bit).
Toxey |
|
 |
| Sort by: |