From: stevec@zimmer.CSUFresno.EDU (Steve Cosner)
Subject: Re: FORMS 4.5: SELECT MULTIPLE ROWS IN A BLOCK?
Date: 1995/06/06
Message-ID: <D9rCBu.GG9@CSUFresno.EDU>#1/1
sender: stevec@zimmer.csufresno.edu
references: <3r0ceu$4ck@venice.sedd.trw.com>
organization: CSU Fresno
keywords: FORMS45
newsgroups: comp.databases.oracle


In article <3r0ceu$4ck@venice.sedd.trw.com> Clarence Johnson <johnson@venice.sedd.trw.com> writes:
>Is there any way to select multiple rows in a block?  I would like for 
>the user to be able to highlight multiple items and then perform some
>action on the selected items.
>

You could set up a column in the block which could be "checked" by the
user.  When commit is pressed, use a procedure to loop through all rows
in your block, processing each one that was "checked".

This takes some programming on your part, but I know it will work.
Although I have no experience with check-boxes, this sounds like a
good example of where they might be used.

Hope this helps.

stevec@zimmer.csufresno.edu (Steve Cosner)




