Server and Client Forms having same Voucher Numbers [message #637574] |
Wed, 20 May 2015 06:22 |
|
Dear Members,
I'am generating voucher numbers using the WHEN-VALIDATE-ITEM Trigger with following Query:
Select nvl(max(field_name,0)+1) into :form_field from Table;
On server it works fine, but whenever both the server and client running the same form and entering data then same voucher numbers are generating on both the machines resulting unable to commit record.
Please help me in the matter.
Regards,
Muhammad Usman
|
|
|
|
|
|