SendKeys in Lotusscript? Are you the devil? 20 Aug, 2002
Background
SendKeys. It ain't implemented in Lotusscript. But the command is there for you to gaze at in frustration. Well, give this a stab — it might help.
Again, as with the Landscape printing API code, I can't take credit for this. It's just some code I found on my internet trawls and tucked away. The Win32 API is used to provide a basic SendKeys implementation. Download the attached LSS file, and do with it what you will (I suggest creating a blank script library, and then doing a File / Import with the LSS file).
Testing etc.
An example call is provided in the code, and you can do some good stuff with it. In testing, the only issue I've noticed is apparent random case mixing, so I wouldn't suggest using this code to write a thesis in NotePad. But for sending commands to apps, it's the daddy.
Have fun!