8/22/2025 10:27:37 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
CheckListBox - How to determine current row selected
Posted: 24 Mar 08 4:35 PM
|
Is there any way to determine the value of the current row selected? I think I want to do the following:
msgbox Checkbox.Items( "Selected Row" )
more details: Some of the items in my checkbox have to remain checked. I'd like to lock these items, but I'm pretty sure this is not possible. I should be able to check what's being clicked, determine if it's being turned off, check to see if turning off is allowable, flip it back on if necessary.
thanks. |
|
|
| |
| |
|
Re: CheckListBox - How to determine current row selected
Posted: 25 Mar 08 5:11 PM
|
The DataGrid and ListView I believe have a .Selection collection for use with multi-select. If by some chance the CheckListBox does not have an event exposed to your liking (as probably is the case) then you can mimic the control using a grid or listview. ListView has a checkbox property and with a grid you would just create a checkbox column. It's not exactly the "preferred" behavior but if something doesn't work to your liking, rig up something else that will. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|