I’ve created a form with the WebQuerySave property = @Command([ToolsRunMacro]; “cambiaPsswd”)and added a button with this HTML code:
I’ve created a dummy agent (cambiaPsswd), with this code:
Sub Initialize
Dim s As New NotesSession
Dim db As NotesDatabase
Dim Server As Variant
Dim a,b,Servername As String
Print "&tl;br>hello"
End Sub
When I press the form’s submit button, the error message I got is:
Error 404
HTTP Web Server: Lotus Notes Exception - Entry not found in index
Any idea??
Thanks in advance for your help.