sendkeys

G

Guest

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
 
A

Arvin Meyer [MVP]

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

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines
"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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top