Problem in accessing (wAddress) form

Hi,

I am creating a web application and I want to open NAB on a button click.

When I click on the button it opens the (wAddress) form which shows the error

Error 500

HTTP Web Server: Lotus Notes Exception - Incorrect data type for operator or @Function: Text expected

any sugessions??

Suchita

Subject: Problem in accessing (wAddress) form

you can open your mail box in Designer, and see the code of Shared Action button (used in Memo form) for Address book screen.

The code goes something like this:

window.open(pathname.substring(0,(pathname.lastIndexOf(‘.nsf’)+5))+‘wAddress?OpenForm’,‘Address’,‘status=yes,resizable=yes,scrollbars=yes,screenX=100,screenY=100,width=750,height=630’);

And there is much more handling different browsers.

Since you got HTTP error 500, it will be interesting to see what was the error message shown on Domino server console/log file.

Regards

Byju Joy