Hello,
I have written a macro with macro scheduler that sends an email from ms access via microsoft outlook.
This one works always, but not if outlook popsup with a reminder window (appointment reminder).
Is it possible to stop the reminder popup ?
regards Durana
Search found 21 matches
- Mon Aug 15, 2005 9:11 am
- Forum: Technical / Scripting
- Topic: microsoft outlook reminder issue
- Replies: 1
- Views: 3681
- Tue Jun 14, 2005 8:08 am
- Forum: Technical / Scripting
- Topic: information inside a popup window
- Replies: 8
- Views: 9628
Thanks Bob, I checked your suggestion and found out the problem was. Now it is working what I wanted. Label>WaitButton GetControlText>Info*,Static,10,Result %Result%,ThisLong Messagemodal>:Result value is %Result% and is %ThisLong% wide If>ResultBeschikbaar geheugen voor Windows NT:,WaitButton Regar...
- Mon Jun 13, 2005 6:16 am
- Forum: Technical / Scripting
- Topic: information inside a popup window
- Replies: 8
- Views: 9628
- Sun Jun 12, 2005 8:03 pm
- Forum: Technical / Scripting
- Topic: information inside a popup window
- Replies: 8
- Views: 9628
- Fri Jun 10, 2005 8:11 am
- Forum: Technical / Scripting
- Topic: Debugging inside a function
- Replies: 4
- Views: 7067
- Thu Jun 09, 2005 7:50 pm
- Forum: Technical / Scripting
- Topic: Debugging inside a function
- Replies: 4
- Views: 7067
- Thu Jun 09, 2005 7:49 pm
- Forum: General Discussion
- Topic: infinite waiting problem running macro
- Replies: 5
- Views: 8094
- Thu Jun 09, 2005 7:48 pm
- Forum: General Discussion
- Topic: coordinates of an popup window
- Replies: 2
- Views: 5379
- Thu Jun 09, 2005 7:47 pm
- Forum: General Discussion
- Topic: coordinates of an popup window
- Replies: 2
- Views: 5087
- Thu Jun 09, 2005 11:26 am
- Forum: Technical / Scripting
- Topic: information inside a popup window
- Replies: 8
- Views: 9628
Hello, I have tried that one, but still can't go further, pls advise. I have this information from tools/view system windows. This works ok: Label>Waiting GetControlText>Info*,Button,1,Result If>ResultOK,Waiting ========> Result is OK when the popup appears. But I want to check for other information...
- Thu Jun 09, 2005 8:07 am
- Forum: Technical / Scripting
- Topic: information inside a popup window
- Replies: 8
- Views: 9628
information inside a popup window
Hello All, I have a question about a popup window. What I get is a popup window with the name for example "faulty" but every time with a different information in it. I know how to automate to check when the popup windowname "faulty" appears. But the important situation is that the script should do d...
- Fri May 20, 2005 3:04 pm
- Forum: General Discussion
- Topic: infinite waiting problem running macro
- Replies: 5
- Views: 8094
- Fri May 20, 2005 2:57 pm
- Forum: General Discussion
- Topic: coordinates of an popup window
- Replies: 2
- Views: 5379
coordinates of an popup window
Hello,
I want to send email with Msaccess. When I do that via an msaccess macro I get an popup secuity warning.
Is there a way , to find out what the coordinates X, Y are of that popup window?
Thanks
Durana
I want to send email with Msaccess. When I do that via an msaccess macro I get an popup secuity warning.
Is there a way , to find out what the coordinates X, Y are of that popup window?
Thanks
Durana
- Fri May 20, 2005 2:54 pm
- Forum: General Discussion
- Topic: coordinates of an popup window
- Replies: 2
- Views: 5087
coordinates of an popup window
Hello,
I want to send email with Msaccess. When I do that via an msaccess macro I get an popup secuity warning.
Is there a way , to find out what the coordinates X, Y are of that popup window?
Thanks
Durana
I want to send email with Msaccess. When I do that via an msaccess macro I get an popup secuity warning.
Is there a way , to find out what the coordinates X, Y are of that popup window?
Thanks
Durana
- Fri May 20, 2005 2:42 pm
- Forum: General Discussion
- Topic: infinite waiting problem running macro
- Replies: 5
- Views: 8094
Here is some part of my script: this is the simple version, I the original script I use a loop ofcourse. Let>MSaccessmakro=makro1 Gosub>MSaccess aansturing Let>MSaccessmakro=makro2 Gosub>MSaccess aansturing Let>MSaccessmakro=makro3 Gosub>MSaccess aansturing etc..... SRT>MSaccess aansturing let>makro...