A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

sendkeys



 
 
Thread Tools Display Modes
  #1  
Old October 27th, 2007, 10:41 AM posted to microsoft.public.access
עפר
external usenet poster
 
Posts: 3
Default sendkeys

i read all the question about the send keys.
here is my problem
i have a macro that open a form, the next line in the macro is a sendkeys
that send an enter while with argument of "TRUE" to hold the macro from
continue running until the sendkey of the form finish his woek.
1) i got an yellow warning at the macro neer the sendkeys command
2) the macro is continue with out running the sendkey.
this all work at earlier access.
i add the folder that hold this database to the trusted area.
what should i do for solving this problem.
thank's in advance
ofer
  #2  
Old October 27th, 2007, 04:41 PM posted to microsoft.public.access
Arvin Meyer [MVP]
external usenet poster
 
Posts: 4,231
Default sendkeys

You must also make sure that the Sandbox is turned off in the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engi nes
"SandBoxMode"=dword:00000000

Digitally, thats a value of 0. I should also give you the standard warnings
that the registry is the playground of gurus and fools, and that turning off
Sandbox mode does leave the computer vulnerable to malicious code.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"???" wrote in message
...
i read all the question about the send keys.
here is my problem
i have a macro that open a form, the next line in the macro is a sendkeys
that send an enter while with argument of "TRUE" to hold the macro from
continue running until the sendkey of the form finish his woek.
1) i got an yellow warning at the macro neer the sendkeys command
2) the macro is continue with out running the sendkey.
this all work at earlier access.
i add the folder that hold this database to the trusted area.
what should i do for solving this problem.
thank's in advance
ofer



  #3  
Old October 27th, 2007, 08:28 PM posted to microsoft.public.access
עפר
external usenet poster
 
Posts: 3
Default sendkeys

sorry i did as you told me but still have the same problem

"Arvin Meyer [MVP]" wrote:

You must also make sure that the Sandbox is turned off in the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engi nes
"SandBoxMode"=dword:00000000

Digitally, thats a value of 0. I should also give you the standard warnings
that the registry is the playground of gurus and fools, and that turning off
Sandbox mode does leave the computer vulnerable to malicious code.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"???" wrote in message
...
i read all the question about the send keys.
here is my problem
i have a macro that open a form, the next line in the macro is a sendkeys
that send an enter while with argument of "TRUE" to hold the macro from
continue running until the sendkey of the form finish his woek.
1) i got an yellow warning at the macro neer the sendkeys command
2) the macro is continue with out running the sendkey.
this all work at earlier access.
i add the folder that hold this database to the trusted area.
what should i do for solving this problem.
thank's in advance
ofer




  #4  
Old October 27th, 2007, 09:04 PM posted to microsoft.public.access
Arvin Meyer [MVP]
external usenet poster
 
Posts: 4,231
Default sendkeys

Have you set macro security to Low?

Tools Macro Security

You will no longer be protected by Microsoft's Access Protection system
which uses Digital signatures.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"???" wrote in message
...
sorry i did as you told me but still have the same problem

"Arvin Meyer [MVP]" wrote:

You must also make sure that the Sandbox is turned off in the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engi nes
"SandBoxMode"=dword:00000000

Digitally, thats a value of 0. I should also give you the standard
warnings
that the registry is the playground of gurus and fools, and that turning
off
Sandbox mode does leave the computer vulnerable to malicious code.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"???" wrote in message
...
i read all the question about the send keys.
here is my problem
i have a macro that open a form, the next line in the macro is a
sendkeys
that send an enter while with argument of "TRUE" to hold the macro from
continue running until the sendkey of the form finish his woek.
1) i got an yellow warning at the macro neer the sendkeys command
2) the macro is continue with out running the sendkey.
this all work at earlier access.
i add the folder that hold this database to the trusted area.
what should i do for solving this problem.
thank's in advance
ofer






  #5  
Old October 28th, 2007, 07:18 PM posted to microsoft.public.access
עפר
external usenet poster
 
Posts: 3
Default sendkeys

yes

"Arvin Meyer [MVP]" wrote:

Have you set macro security to Low?

Tools Macro Security

You will no longer be protected by Microsoft's Access Protection system
which uses Digital signatures.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"???" wrote in message
...
sorry i did as you told me but still have the same problem

"Arvin Meyer [MVP]" wrote:

You must also make sure that the Sandbox is turned off in the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engi nes
"SandBoxMode"=dword:00000000

Digitally, thats a value of 0. I should also give you the standard
warnings
that the registry is the playground of gurus and fools, and that turning
off
Sandbox mode does leave the computer vulnerable to malicious code.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"???" wrote in message
...
i read all the question about the send keys.
here is my problem
i have a macro that open a form, the next line in the macro is a
sendkeys
that send an enter while with argument of "TRUE" to hold the macro from
continue running until the sendkey of the form finish his woek.
1) i got an yellow warning at the macro neer the sendkeys command
2) the macro is continue with out running the sendkey.
this all work at earlier access.
i add the folder that hold this database to the trusted area.
what should i do for solving this problem.
thank's in advance
ofer






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:34 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.