I have a 6i form running through 9ias. When I add a new record, I do a select nextval from a sequence to populate the primary key. Normally this key is hidden from users. But, for a new application Im working on, the user wants to use the primary key number for some tracking process. When a new record is added the primary key number is generated and stored in the record but it is not displayed on the form until the next time the record is queried. How can I a "refresh" so the user adding the new record can see the primary key value immediately?
Ive tried every form level and data block trigger I can think of and I cant get the form to display that primary key to the user.
any suggestions would be appreciated...
Ive tried every form level and data block trigger I can think of and I cant get the form to display that primary key to the user.
any suggestions would be appreciated...