Search found 10 matches
- Mon Sep 21, 2009 12:24 am
- Forum: Technical / Scripting
- Topic: selecting the correct program on the system tray
- Replies: 6
- Views: 7631
- Tue Mar 10, 2009 1:15 pm
- Forum: Technical / Scripting
- Topic: selecting the correct program on the system tray
- Replies: 6
- Views: 7631
selecting the correct program on the system tray
I found the code that will allow me to jump to the system tray and using Send>P a couple of times will jump to the different program and then I can send Enter to open the program. The issue is depending on where the icon ends up in the list on the systray will depend on how many Send>P I need to run...
- Sat Sep 27, 2008 3:01 pm
- Forum: Technical / Scripting
- Topic: Trapping errors in Sendemail vb script
- Replies: 2
- Views: 3717
Trapping errors in Sendemail vb script
I'm trying to trap for errors in sendemail vbscript. This is usually because of a bad smtp server. I've used On error Resume next and can see the err.number 0 within the vbscript but I can't get that to return within macro scheduler so I can write the error to a text file. Any ideas?
- Wed Dec 19, 2007 6:29 pm
- Forum: Technical / Scripting
- Topic: Include attachments in body of email
- Replies: 4
- Views: 5665
Include attachments in body of email
sorry the last line should have read.
Let>body=
Let>body=
- Wed Dec 19, 2007 6:23 pm
- Forum: Technical / Scripting
- Topic: Include attachments in body of email
- Replies: 4
- Views: 5665
Include attachments in body of email
ok the answer is after you addattachment then you must reference it in the body.
VBSTART
.....code.....
.addattachment "c:\temp\test.gif"
VBEND
Let>body=
VBSTART
.....code.....
.addattachment "c:\temp\test.gif"
VBEND
Let>body=
- Wed Dec 19, 2007 6:03 pm
- Forum: Technical / Scripting
- Topic: Include attachments in body of email
- Replies: 4
- Views: 5665
Include attachments in body of email
ok I find out how to create a html email but when I use the addattchment part to attach the graphi it still comes over as a attachment. The body though has the link that I created so I know it is working. Any other ideas?
- Wed Dec 19, 2007 3:19 pm
- Forum: Technical / Scripting
- Topic: Include attachments in body of email
- Replies: 4
- Views: 5665
Include attachments in body of email
Is there a way to include attachments in the body of emails instead of as attachments. I would like to see the graphics when I view the email instead of having to double click on each of the attachments to view them.
- Fri Nov 30, 2007 10:33 pm
- Forum: Technical / Scripting
- Topic: select a specific combobox option on web form
- Replies: 8
- Views: 9949
select a specific combobox option on web form
That didn't seem to work for me. Maybe I'm getting confused as to what a combo box is. I have 3 options that I can select that will put a dot beside my selected option. When I left click on the one I want and press HOME nothing happens and if I press DOWN twice it just moves to the 3rd option down.
- Fri Nov 30, 2007 7:57 pm
- Forum: Technical / Scripting
- Topic: select a specific combobox option on web form
- Replies: 8
- Views: 9949
select a specific combobox option on web form
I have a web form that I enter information in all the time. The problem is on the combobox option I alway need to select the 2 option and sometimes depending on when the macro is executed the 1st option is selected but sometimes it has my previous selection. Is there anyway to figure out which one i...
- Fri Nov 30, 2007 7:48 pm
- Forum: Technical / Scripting
- Topic: Cursor location while on website
- Replies: 0
- Views: 3061
Cursor location while on website
I'm trying to determine at the time the macro is executed if the cursor is in the first field of a web form and if not move the cursor to the first field and then start auto filling in the information.