Question about @dbcolumn

i used dbcolumn to form a dialog list in the field choices formular window,code in the following,but my case it’s if access by the web browse,it’s ok, if access by notes client,

when you click the field , it only have “File does not exist”??

now only can use a server name such as “servera” to replace “” in the code to make it work,but i check the help it mentioned “” means local server, why it does not work?

@Sort(@Unique(@DbColumn(“Notes”:“nocache”; “”:“ma.nsf”; “APacific/All”; 2)))

thanks in advance

Subject: question about @dbcolumn

“Local” mens the local machine – so the user needs to have a local replica of the database you are looking to. Instead of “”, use @Subset(@DbName;1).

Subject: RE: question about @dbcolumn

thanks