The primary key of my Oracle table comes from a sequence object and a database trigguer in the after record inserted event. In PHPR 5.3 (7113), after I add a new record using the Add page, the page shows links to EDIT and VIEW record, but the primary key is still empty, so, if I click one of those links, the web browser shows a blank page. What can I do to solve this? How can I refresh the page to show the primary key value? Or, how can I remove this links? I guess this is a common problem for everyone using Oracle database and sequence / trigguer to feed the autonumber primary key.
Tks in advance.
Coltro