lathan reddy 17.Dec.10 11:09 AM a Web browser Domino Designer7.0.1Windows XP
Hi
i am using client application.
i Have field calld Employee id and employee id should take only numbers that too 5 Digists only...Not more that and less than....it should be 5 digits.
please provide me some help ASAP.
I HAVE USED THIS CODE
@If(EmpID_T = ""; @Failure("Enter The eMPLOYEE ID Value Of The Employee."); @Length(EmpID_T) < 5; "eMPLOYEE ID must be 9 digits. Please enter again."; @Success).
IF YOU Enter 5 digits also it is taking ,,,i need to ristrict..i need only 5 digits.