Hi all,

Forms version 6i and database 8i
I have a situation that I have a Table name "EMP"

I need to do create a multilevel items and display 20 records per page

My layout is execute all records

Checkbox Empno, Empname, Sal, Hiredate and Scrollbar
1
2
3
4
5
6
Delete---Button

If user selects like checkboxes next to 2,3,5

when user press the Delete button those 3 records which are checked should be deleted from database based on Empno

any code is helpful

Thanks