Dear all,
I am using apex 4.2 on windows, internet explorer 10 on oracle 11g R2, all of them 64 bit.
i am creating mobile application.
i have a list page, i have put links on that page.
one of the link is opening a form, and passing some values to that form.
the form i am opening containing custome plsql trigger to generate Primary Key.
i do not include Insert button in the form i am calling, i just want the end user to type something in the remarks column of the newly opened form,
and when the user click Save button, the record should be inserted as a new record in the underline table.
now, the pk is not generating because i do not press the Insert button since i do not include Insert button.
now when i navigate from my List Page by clicking the a list item, and in the newly open form, i enter some data in the remarks field and click Save button,
it is not saving in the table neither giving any error?
how to fix this?
Regards.