Prior to using the @left function, @IsValid function was used. This @IsValid function causes the problem. Wonder why ?
The code is as follows
@If(!@IsValid ;@Return(0);"");
FIELD PRINT_ST := @If (@Left(CB_REF_NO ; 1) = "L" ; 0 ;1);
String manipulation functions (eg @left) works alright in Lotus Notes views, but not in a sub-form.
Why is it that @left does not work in a sub-form & how can I get around it ?
The code used is "FIELD PRINT_ST := @If ((@Left(CB_REF_NO;1)="L");0;1);"
Thanks Deep
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.