Search found 9 matches
- Fri Mar 23, 2012 4:27 pm
- Forum: Technical / Scripting
- Topic: Is this possible? Reading Clipboard, sending text, etc.
- Replies: 1
- Views: 2692
Is this possible? Reading Clipboard, sending text, etc.
What I'm attempting to do is this... 1. I have a list of account numbers that I need to enter into a specific text box. 2. After, entering the account number, additional code will then be performed here. For clarification sake I'll call this step CODE-2. It'll be the same repetitive mouse clicks, id...
- Thu Sep 29, 2011 12:24 pm
- Forum: Technical / Scripting
- Topic: Group's Under All Macro Folder Rearranging Problem
- Replies: 2
- Views: 3081
- Mon Sep 26, 2011 7:49 pm
- Forum: Technical / Scripting
- Topic: Group's Under All Macro Folder Rearranging Problem
- Replies: 2
- Views: 3081
Group's Under All Macro Folder Rearranging Problem
I am having problems with a portion of my group folders rearranging themselves based on creation date. The first 30 group folders I manually alphabetized and they stay in the correct order. Folders 31+ will only stay in order until Macro Scheduler is closed. Once reopened, they're no longer in alpha...
- Thu Jun 09, 2011 1:55 pm
- Forum: Technical / Scripting
- Topic: If screen reads "out of actions", then send text
- Replies: 5
- Views: 6532
I apologize... spoke with our IT department again this morning and they misunderstood the question that I was asking. Long story short, yes the program supports API functions. It's called AnzioWin. In your post before, you mentioned talked about using API functions accessible by DLL calls to retriev...
- Fri Jun 03, 2011 2:45 pm
- Forum: Technical / Scripting
- Topic: If screen reads "out of actions", then send text
- Replies: 5
- Views: 6532
I just checked with our IT department and they advised me that the program that I use to run this process is very basic and doesn't support API functions. Thanks for getting me started in the right direction though! I was looking at the looping code, and it got me thinking... would something like th...
- Fri Jun 03, 2011 2:42 pm
- Forum: Technical / Scripting
- Topic: If screen reads "out of actions", then send text
- Replies: 5
- Views: 6532
I just checked with our IT department and they advised me that the program is I use to run this process is very basic and doesn't support API functions. Thanks for getting me started in the right direction though! I was looking at the looping code, and it got me thinking... would something like this...
- Thu Jun 02, 2011 4:26 pm
- Forum: Technical / Scripting
- Topic: If screen reads "out of actions", then send text
- Replies: 5
- Views: 6532
If screen reads "out of actions", then send text
In case you aren't able to see the image below, it's a program window that reads "NOW UPDATING HISTORY AND OTHER DATA" http://img41.imageshack.us/img41/2623/outofactionample.png My problem is, when I'm running a process that updates history, it may reach an account that is out of actions. This cause...
- Thu Jun 02, 2011 1:58 pm
- Forum: Technical / Scripting
- Topic: Rename All files to .txt and keep original filenames
- Replies: 2
- Views: 3863
- Wed Jun 01, 2011 9:57 pm
- Forum: Technical / Scripting
- Topic: Rename All files to .txt and keep original filenames
- Replies: 2
- Views: 3863
Rename All files to .txt and keep original filenames
Right now I use the code below to rename .dat to .txt files and it works fine as long as I'm running the macro on the same day as I receive the files. What I'm looking for, is a way to rename the files to text and keep the original file name, regardless of what day the macro runs. These are examples...