|
C
|
cgphp 5/22/2013 |
|
Check this article from the manual: http://xlinesoft.com/phprunner/docs/check_if_specific_record_exists.htm |
|
|
|
romaldus author 5/22/2013 |
|
Check this article from the manual: http://xlinesoft.com...cord_exists.htm
|
|
|
C
|
cgphp 5/22/2013 |
|
I'm not sure I understand your request. A duplicated entry on the add form will be tapped as a duplicated record in the database. |
|
|
L
|
lakanol 5/22/2013 |
|
Is that you don't want to have duplicate value in the view showing? |
|
|
|
romaldus author 5/23/2013 |
|
This is something like Form Validation in add form. |
|
|
C
|
cgphp 5/23/2013 |
|
As I said in my previous message, check for existing record (http://xlinesoft.com/phprunner/docs/check_if_specific_record_exists.htm) and when you save all, the duplicate record will throw an error. |
|
|
|
Sergey Kornilov admin 5/23/2013 |
|
Cristian is correct, use BeforeAdd event to check for duplicates and display the message. |
|