extract max person id
527908Jun 10 2008 — edited Jun 11 2008hi..
i have a table in which person id is Primary key. To incremant this value back end trigger in Database is written...
After save i want to display this person id value on the form. how to fetch this value by keeping in mind the multi-user environment. I just can not simply do max(person id) for fetching the value. So what can be done?