SendKeys - CTRL F5

Can someone let me know whether this code would work with Notes8.0. I tried and its not working for me.

Dim WshShell As Variant

Set WshShell = CreateObject(“WScript.Shell”)

’ // Print (CTRL-F5)

WshShell.SendKeys “^{f5}” '// For Notes 8

'WshShell.SendKeys “{f5}” '// For Notes 7

Subject: Can you not use @Command( [ToolsUserLogoff] ) ?

That should would on all Notes versions.

Subject: SendKeys

I want to use this in an approval button to prompt for current userid lotus notes password and once they enter the password there are more value settings being done using lotus script.

Subject: I don’t think this will work like this (but have never tried) …

Using lotus Script to change Default printer and call print afterwards does not work, either - (At least did not with tha last Version I did try).