Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, November 30, 2024 
 
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!
 Architect Forums - Controls
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Controls | New ThreadView:  Search:  
 Author  Thread: CheckListBox - How to determine current row selected
Glenn Williams
Posts: 51
 
CheckListBox - How to determine current row selectedYour last visit to this thread was on 1/1/1970 12:00:00 AM
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.
[Reply][Quote]
Lloy Sanders
Posts: 69
 
Re: CheckListBox - How to determine current row selectedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Mar 08 1:48 PM
This may help:

For iCnt = 0 To lstFields.Items.Count - 1
MsgBox lstFields.Items.Item(iCnt)
MsgBox lstFields.Checked(iCnt)
Next
[Reply][Quote]
Glenn Williams
Posts: 51
 
Re: CheckListBox - How to determine current row selectedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 Mar 08 4:35 PM
This will loop through, but it doesn't tell me which item was just changed. Yes, I can figure it out, but there's got to be a better way.
[Reply][Quote]
Jeremy Brayton
Posts: 491
Top 10 forum poster: 491 posts
 
Re: CheckListBox - How to determine current row selectedYour last visit to this thread was on 1/1/1970 12:00:00 AM
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.
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/30/2024 1:34:04 AM