08-03-2007, 06:10 PM
Hi,
I am driving the attachment of an image to an email through outlook express web access email system. Unfortunately, no drag and drop on the webversion of outlook express. Anyway, the attachment dialog seems to take and hold the focus from QM (i.e. locks macro up until window is closed). Therefore I can't use QM to set text of fields.
The attachment dialog is a popup window that comes up after pressing the following screen element:
I know with the web command you can tell QM whether or not to wait with the 1/0 flag but this isn't being called up that way:
The window that does popup is:
Any ideas?
Thanks, Stuart
I am driving the attachment of an image to an email through outlook express web access email system. Unfortunately, no drag and drop on the webversion of outlook express. Anyway, the attachment dialog seems to take and hold the focus from QM (i.e. locks macro up until window is closed). Therefore I can't use QM to set text of fields.
The attachment dialog is a popup window that comes up after pressing the following screen element:
el=htm("BUTTON" "Attachments:" "" win("https://phsexchweb.partners.org - Untitled -- Message - Microsoft Internet Explorer" "IEFrame") 0 3 0x21)
el.Click;err ret
I know with the web command you can tell QM whether or not to wait with the 1/0 flag but this isn't being called up that way:
The window that does popup is:
Any ideas?
Thanks, Stuart