How to create Checkboxex on the fly

M

Madiya

I have a list box populated with amounts.
I want to create a checkbox for each items in listbox with checkbox
caption as amount on the fly.
Pl suggest the best way for the same.
Pl note that once the user selects the checkboxes, I need to process
all the selected checkboxes.

Regards,
Madiya
 
B

Bob Phillips

Best way? Don't.

Create more than you need and hide them, unhiding those you need as you need
them.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
M

Madiya

Best way? Don't.

Create more than you need and hide them, unhiding those you need as you need
them.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)







- Show quoted text -

Hi Bob,
Thanks for your reply.
I certainly value your openion as you are a regular responder to so
many people with very good accuracy.

Let me explain my problem.
Based on certain criteria, I have filtered the database in the excel
sheet.
I want to give a choice to user based on the filtered values.
My plan was to create the checkboxes on the fly (one for each filtered
value).
User selects the options i.e. checkbox which he wants to process.
I will loop thru all the check boxes and process only those which are
checked.

In this senario, what other options are available?
Can you please point out alternate ways to avoid on the fly checkboxes
please?

Regards,
Madiya.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top