Map checkbox to database-items (Was: One-Time-Only Procedure) [message #328659] |
Sat, 21 June 2008 04:54 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mohan1760
Messages: 59 Registered: June 2008
|
Member |
|
|
Hi all,
i m developing a form which has several checkboxes, with textboxes which are connected to database 9i,
how can i map the checkboxes which are non databases items to the textboxes which are database items.
i want to update the database records according to checkbox status.
i m using forms 4.5
Thanks in advance.
[Mod-edit: Frank changed the topic title to something that DOES resemble the contents of your post]
[Updated on: Tue, 24 June 2008 02:19] by Moderator Report message to a moderator
|
|
|
|
|
Re: Map checkbox to database-items (Was: One-Time-Only Procedure) [message #330022 is a reply to message #330017] |
Fri, 27 June 2008 06:20 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mohan1760
Messages: 59 Registered: June 2008
|
Member |
|
|
let me explain ,
there are more than 300 records records in table,as
emp1 chkbox
emp2 chkbox
emp3 chkbox
:
:
NEXT button(to display next 10 records).
i am displaying 10 records at at a time,
Now i want to update only those employee names where the checkbox in front of that record is checked , else it should remain as it is.
the employee name are obviously are database items ,whereas chkbox are non databse items.
now the problem is that how can i map these checkboxes to the records as there is no any relation between them.
waiting for reply.
|
|
|
|
|
|
|
|
|
|