- Local time
- Today, 18:30
- Joined
- Sep 12, 2006
- Messages
- 15,990
The only thing I use sendkeys for is to send an {esc} key. (undo)
I just tried it, and it failed "permisison denied - error 70"
What should I do to undo an invalid entry in a control, in the control before update event. It's a legal entry but correctly rejected. This form happend to be unbound.
I have tried these within the control before update so far.
me.undo - does nothing
runcommand accmdundo - isn't available now.
what's the right way to undo an entry/simulate an {esc} press
I just tried it, and it failed "permisison denied - error 70"
What should I do to undo an invalid entry in a control, in the control before update event. It's a legal entry but correctly rejected. This form happend to be unbound.
I have tried these within the control before update so far.
me.undo - does nothing
runcommand accmdundo - isn't available now.
what's the right way to undo an entry/simulate an {esc} press