RE: Launch file in lotus script Hansen He 3.Oct.01 01:22 PM a Web browser Domino Designer -- LotusScript 4.6.4dWindows NT
Hi,
I use this code in my action button.But nothing happen when it runs. No error message.
I wondered how the following functions work?
Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(Byval hWnd As Long, Byval lpOperation As String, Byval lpFile As String, _
Byval lpParameters As String, Byval lpDirectory As String, Byval nShowCmd As
Long) As Long
Declare Function GetActiveWindow Lib "user32" Alias "GetActiveWindow" () As Long