How to check for duplicate values in form. [message #309345] |
Thu, 27 March 2008 03:08  |
harshalonline22
Messages: 74 Registered: March 2007 Location: Pune
|
Member |
|
|
You have a multi record block in form.For example,
You have 2 columns & 10 rows displayed in you form.
Consider only first column.
Now you enter any value (Say 10) into 1 row text field which is of number data type.
If you enter value 10 in same column then immediately error should be diplayed.
SR NO. -------- NAME
10 -------- abc
20 -------- xyz
40 -------- pqr
10 -------- bcd
Now 10 is duplicating in 1st column.
So what is the solution to catch the duplicate value entered in a multi record block?? Is there any such option provided by forms to handle such situation?
Thanks & Regards,
Harshal
[Updated on: Thu, 27 March 2008 03:11] Report message to a moderator
|
|
|
|
|
|