New ResponseCancelCopy to Archive Copy to ArchiveMove to Archive Move to Archive


Document Library
Main Topic

Kurt Tomicich
2005/02/15


Procedure
Reference
Subject:Dialog list based on existing values in a specific view column
Category:Tips\ Notes\ Programming
Version:
Revision Date:2005/02/15 Modified: 2005/03/07
 
Reviewers
OriginatorPreviousCurrentFuture
Kurt TomicichKurt Tomicich/KRTNoneNone
--------------------------------- Example ---------------------------------

tmpAcctNameList := @DbColumn("" : "NoCache"; ""; "vwAccount"; 1);
acctNameList := @If(@IsError(tmpAcctNameList) | @Elements(@Trim(tmpAcctNameList)) = 0; ""; @Trim(@Unique(tmpAcctNameList)));
acctNameList

--------------------------------- Example --------------------------------- The Categories field of the MS Document Library template has this as code. I tested and it works just as well.

Submitted for review on 2/15/2005
Review completed by Kurt Tomicich on 3/7/2005


All Documents   By Author   By Category   By Alternate Name   Review Status   Help