About undocumented features @DbCommand, "LoadAddressListByName" and "(The target view was not found.)" error message

hi all,

i would like to share my experience with the interesting @dbcommnand discovered in wAddress form from mail.ntf

i am trying @DbCommand( “Domino”; “LoadAddressListByName”; nab; “person”; “1000”; search );

i got the error msg (The target view was not found.) but the reason was that current web user did not have read access to NAB.

the function works but returns nab entries which do not match the search criteria entered in the field “search”, does anyone have ideia why?

and the last thing - i searched in notes .dlls for the string “LoadAddressListByName” and i found next undocumented features:

@dbcommand( “Domino”; “ServerName” )

@dbcommand( “Domino”; “BrowserInfo”; “parameter” ) - this works like the @BrowserInfo function

does anyone can share more undocumented dbcommand features except FolderList and EndView which are well-known.

thanks

tony@hex-bg.com

Subject: about undocumented features @DbCommand, “LoadAddressListByName” and “(The target view was not found.)” error message

The search command returns anywhere in the record that the word person is located. Since all documents have the word “person” in the field called form, it will find many records 1000 records in the order of the views first column.

Hope this helps