remove duplicate values before commit
623943Jul 7 2008 — edited Jul 31 2008hi all,
i need to remove dupilcate values when the form is running. the scenario is like, i have already written a code which wouldn't allow the the dupilcate values to be checked before commit and it is performing well for key_next_item. BUT i need to use this in when_validate_item. the issue is i have used commands like first_record, last_record, etc. therefore it cannot be used in the when_validate_item.
could anyone is there any other possible way to handle this or is there any other method to resolve this issue.
thanks in advance :)