Search found 6 matches
- Sat Apr 01, 2006 2:36 pm
- Forum: Technical / Scripting
- Topic: Can't click button in WebRecorder
- Replies: 1
- Views: 3797
Can't click button in WebRecorder
I'm trying to set up a WebRecorder script to make changes in a web form, then submit them. I've tried all the different ways I can find of setting up the button-click required for submission, but as the button has no name I have had no success so far. Clicking the button within WebRecorder completes...
- Wed Nov 23, 2005 5:28 pm
- Forum: Technical / Scripting
- Topic: Web form automation problem
- Replies: 1
- Views: 4216
Web form automation problem
Hello, I need to automate a web form fill. I have successfully used the VB code I found at http://www.mjtnet.com/forum/viewtopic.php?t=1461 to fill in forms in a series of pages, but for the page I'm working on now, it doesn't appear to work. I also tried the extended version of the code at http://w...
- Sat Feb 01, 2003 11:18 pm
- Forum: Technical / Scripting
- Topic: Newbie help - batch processing
- Replies: 6
- Views: 13378
Lumumba, That's just what I was looking for. I've made some modifications to your code to suit what I'm doing, and it works exactly as I'd hoped. Thank you. It's obvious - now that someone else has shown me! Note to anyone else who cuts and pastes the code: remove spaces at the end of each line. Tha...
- Sat Feb 01, 2003 8:47 am
- Forum: Technical / Scripting
- Topic: Newbie help - batch processing
- Replies: 6
- Views: 13378
Sorry, but you found it.....look at GetFileList> samples, it also includes the Repeat> command. Use the Repeat> / Unitl> approach with almost all other commands. Could be CopyFile>, DeleteFile, etc. As far as I can tell, GetFileList> deals only with a set of files which are already in the same dire...
- Fri Jan 31, 2003 6:48 pm
- Forum: Technical / Scripting
- Topic: Newbie help - batch processing
- Replies: 6
- Views: 13378
- Fri Jan 31, 2003 2:51 pm
- Forum: Technical / Scripting
- Topic: Newbie help - batch processing
- Replies: 6
- Views: 13378
Newbie help - batch processing
Hello, I'm trying to use Macro Scheduler to automate processing of a series of files. I've been able to put together a script that handles the processing, but I'm confused about how to 1) Input the paths of a number of files (say, 6) as a list; 2) Get MS to process all of the files in sequence. As I...