Print Page | Close Window

Checkbox controlname

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=17703
Printed Date: 17 September 2024 at 7:21pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Checkbox controlname
Posted By: JvdH
Subject: Checkbox controlname
Date Posted: 19 December 2010 at 3:53pm
Hello,
 
I'm sure Ive asked this already a long time ago and someone gave a solution, but the topic does not exist anymore :S.
 
What is the controlname for the Codejock checkboxes?
I do want to save the current state for all form controls, but it aint working for checkboxes:
If TypeOf ctl Is CheckBox Then _
    WriteINIFile App.Path & sProfilesDir & frmMain.ActiveForm.lblProfile & "\FormData\FormData.ini", frmForm.Name, ctl.Name, ctl.Value
 
Thank you for any answers.


-------------
Product: Xtreme SuitePro (ActiveX) version 13.2.1
Platform: Windows 7 (64bit)
Language: Visual Basic 6.0 SP6



Replies:
Posted By: jpbro
Date Posted: 19 December 2010 at 6:23pm
Try XtremeSuiteControls.CheckBox - the code is likely being confused by the built-in VB CheckBox control.



-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6



Posted By: JvdH
Date Posted: 20 December 2010 at 6:03am
Thank you, this was the controlname I was looking for :)

-------------
Product: Xtreme SuitePro (ActiveX) version 13.2.1
Platform: Windows 7 (64bit)
Language: Visual Basic 6.0 SP6



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net