Hi All,
I have never used control access section i am getting the error incompatable datatype.
I want some special users to access the control access section.
can anybody tell why this error is throwing and how to wrute the formulas in control access section .
regards
siddu
Subject: control access section
It will look something like this
var1:=@Unique(@DbLookup( “” : “NoCache” ; “” : “” ; “LkpKeyWords”; “ACCESS”;2 ));
var2:=@If(@IsError(var1);“[Admin]”;var1);
@If(!@IsNewDoc & @IsDocBeingLoaded; @Unavailable; var2);
@Trim(@Unique(var2:“[Admin]”))