Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Saturday, November 30, 2024
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
11/30/2024 4:35:29 AM
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 Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: CheckListBox - How to determine current row selected
Glenn Williams
Posts: 51
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.
[
Reply
][
Quote
]
Lloy Sanders
Posts: 69
Re: CheckListBox - How to determine current row selected
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 selected
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
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.
[
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
|
page cache (param): 11/30/2024 4:50:01 AM