How to Search and Edit/Delete record from a Apex DML Form?
712633Mar 25 2010 — edited Mar 25 2010I am stuck with a simple task in Apex. My requirement is to search a record depending on my input parameter, The record will appear in a report region where there will be a link to the update/delete page where the data manipulation can be achieved.
1. Create a search region consisting of search items with asubmit button.
2. Fill the Search parameter Items and click the button
3. Show the Records in the report region in the same page.
4. Click the record link and then branch to the DML form for Update/Delete
The task above is a matter of minutes in Oracle Form but I am stuck with it in Apex 3.2.1. Please give me a clue to do it. I have tried doing it through Master / Detail forms but it does not work as I like it to be. Please dont refer to interactive reports. The above is my requirement.
I am building a web-based Application in Apex where I need to do the task described above. If I cant do it I might have to leave Apex and try with PHP/MYSQL.
Bye
Hasan Al Mamun