Checkbox controlname |
Post Reply |
Author | |
JvdH
Groupie Joined: 09 May 2008 Status: Offline Points: 50 |
Post Options
Thanks(0)
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 |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
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 |
|
JvdH
Groupie Joined: 09 May 2008 Status: Offline Points: 50 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |