Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Outlook Express Web Access
#1
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:

Code:
Copy      Help
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:


Code:
Copy      Help
win("Attachments -- Web Page Dialog" "Internet Explorer_TridentDlgFrame")

Any ideas?

Thanks, Stuart
#2
el.Click waits until the dialog is closed? Try el.Mouse(1) instead. Or start another thread using mac.
#3
It worked!!!!!
Thanks!
Stuart


Forum Jump:


Users browsing this thread: 1 Guest(s)