in reply to getnotes.pl

>my $AllDocuments = $Database->AllDocuments; This line fails for me, it doesn't seem like I have any problems connecting to the notes database though. Is there a place with some docs on which functions I can use on the $Database object?

Replies are listed 'Best First'.
Re: RE: getnotes.pl
by Anonymous Monk on Apr 09, 2001 at 22:04 UTC
    same problem here. Did you gain any insights since then?
Re^2: getnotes.pl
by Anonymous Monk on Dec 07, 2004 at 22:26 UTC
    I don't know if this is answered already but when you try and open a database the code uses: mail\$userid.nsf In actuallity it should be this: mail\\$userid.nsf double back slashes. You won't get an error that the database is not opened unless you tried to open a view via the database property. Thanks, Yoofi: an_artist00@hotmail.com