Subject: check box problem
Posted By: Scripts82 Post Date: 4/12/2006 9:18:54 PM
Hi,

I have created a form that is bound to a table.
The form's working fine.

But I now need to add a check box to the form.
This checkbox is not bound to any column in the table.
The problem is that because it's not bound to the column,
whenever I check / uncheck this checkbox in one of the form,
the other checkboxes will follow its state.

Hence, need some help in getting around this...
Thanks in advance

Scripts82
Reply By: LiamBFC Reply Date: 4/13/2006 5:00:03 AM
Unfortuantley, the only way I managed to find to get around this problem was to bind it to something, once it was bound, I had no problems.

Although contrary to that, I've got a form at the moment with tickboxes bound to nothing, and I can tick/untick them individually.

Reply By: Scripts82 Reply Date: 4/16/2006 7:40:37 PM
Hmm... how did you do that?

Scripts82
Reply By: kindler Reply Date: 4/18/2006 10:06:21 AM
What is the point of the checkbox if it is not bound to a record?

Reply By: LiamBFC Reply Date: 4/19/2006 3:48:50 AM
It depends on what you want to do, if you want to scroll through the records for instance then yes, they do need to be bound.

However, if the form is simply for data entry and NOT for record browsing then you can use an INSERT statement executed on button click for instance.


http://p2p.neopian-hosting.com
A New Programming Chat Forum

Go to topic 42911

Return to index page 310
Return to index page 309
Return to index page 308
Return to index page 307
Return to index page 306
Return to index page 305
Return to index page 304
Return to index page 303
Return to index page 302
Return to index page 301