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