This site is currently read-only as we are migrating to Oracle Forums for an improved community experience. You will not be able to initiate activity until January 31st, when you will be able to use this site as normal.

    Forum Stats

  • 3,890,899 Users
  • 2,269,649 Discussions
  • 7,916,821 Comments

Discussions

Why the delete row option disabled!? How can I make it enabled?

Anwarul Kabir
Anwarul Kabir Member Posts: 2 Green Ribbon
edited Jul 23, 2021 7:23PM in APEX Discussions

Best Answer

  • Anwarul Kabir
    Anwarul Kabir Member Posts: 2 Green Ribbon
    edited Jul 24, 2021 5:27AM Answer ✓

    I think this is due to the foreign key issue! The primary key of this table is used as a foreign key in another table. But I have used the "ON DELETE CASCADE" clause and the record is deleting from the database by SQL command then why it won't be delectable from this form!? What other should I do besides it? Someone experienced can help me. Please help.

Answers

  • Anwarul Kabir
    Anwarul Kabir Member Posts: 2 Green Ribbon
    edited Jul 24, 2021 5:27AM Answer ✓

    I think this is due to the foreign key issue! The primary key of this table is used as a foreign key in another table. But I have used the "ON DELETE CASCADE" clause and the record is deleting from the database by SQL command then why it won't be delectable from this form!? What other should I do besides it? Someone experienced can help me. Please help.