hcl-bot
February 19, 2009, 9:11pm
1
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
hcl-bot
February 20, 2009, 8:23am
2
Subject: Can you not use @Command ( [ToolsUserLogoff] ) ?
That should would on all Notes versions.
hcl-bot
February 20, 2009, 11:49am
3
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.
hcl-bot
February 20, 2009, 8:48pm
4
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).