Gossamer Forum
Home : Products : DBMan : Customization :

Validate Record - Modify Record

Quote Reply
Validate Record - Modify Record
Dear Message Board.
When a users adds a record i validated it if it's not added before. By using this code

if ($data[2] eq $in{'URL'}) {
return "URL already exist"; }

It works perfect. But when someone modify's a record he doesn't validated it anymore.
I tried to fix it myself, but i only generated errors. Please Help - Thanks

Theo.