I have a datawindow with a checkbox (column of checkbox edit style) on
it...and if I click the check box I want to copy some data for the current
row to a listbox. This part is no problem as I have taken care of it on the
clicked event.
Next ... if a checkbox is unchecked I want to remove the data from the
listbox.
My problem is ... I can't figure out how to get the current value of the
checkbox in the datawindow in order to add or delete from the listbox. I
have tried using the Describe method but I keep getting an empty string.
Any ideas?
Thanks in advance,
Howard
how...@roadrunner.nf.net
Better yet though, don't use the clicked event at all. Use the ItemChanged
event in the datawindow. The new value is in the "data" argument as a
string. If checked = 1 then data will be "1". If it's 0 data will be "0".
Brad
"Howard Purchase" <how...@roadrunner.nf.net> wrote in message
news:408825ad$1@forums-2-dub...
"Howard Purchase" <how...@roadrunner.nf.net> wrote in message
news:408825ad$1@forums-2-dub...