@DbColumn and @DbLookup (mind the case!) expect an array of servername and filepath as first parameter. ==Example get a name of all people of the Domino Directory== {code:} db = new Array(@DbName()[0], 'names.nsf'); @DbColumn(db, "(People)", 2)
{code} Note: use ($People) instead of (People) as ... |