Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending mail via Lotus Notes from Power Builder

Status
Not open for further replies.

docky5

Programmer
Sep 27, 2007
15
US
Hi,

The problem is there are 4 users for a PB apllication. There is an option in the application to send reports via Lotus Notes.
But 2 of them can't send mail and the error message is:
Name not found accessing external object property title at...

As I checked in the code it has a failure after this line:
inotesdatabase = iNotesSession.getdatabase(ls_NotesServer, ls_NotesFile)

Has anyone met such error before? It can't be PB problem as It happens only with 2 from the 4 user but don't have any idae what to check. We tried many thing to check, PC settings but maybe missed something.
Thx the help in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top