Re: file I/O to checkmark chkboxes on file open



"Ryan Cain" <RyanCain@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B8A752A2-C1A4-4E46-89AC-EEA9F97EA795@xxxxxxxxxxxxxxxx
>
> I can save the file with the 1's and 0's accurately in place where I have
> checkmarked the checkboxes on my form. But when I open the file and read
> in
> the data, even if the value that is input is "1" then the my program code
> that states chkbox1.value=1 doesn't put a checkmark on the form. Neither
> did
> using "vbchecked" in place of "1".
>
> I need some help with this. Thanks.

Post a 'snip' of your code. That'll help us figure out what's going on.

--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..


.



Relevant Pages

  • Re: file I/O to checkmark chkboxes on file open
    ... "Ken Halter" wrote: ... >> checkmarked the checkboxes on my form. ... >> that states chkbox1.value=1 doesn't put a checkmark on the form. ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: Forms trouble- locking only one section, leaving second section unlocked for text entry
    ... and has put a bunch of checkboxes ... in section 2 to provide free-form answers, the visible document ... Make sure there's a checkmark next to Section 1 and no checkmark next ...
    (microsoft.public.word.newusers)
  • Re: Checkboxes Dont Work For Other People
    ... I click a checked box the checkmark should be cleared from the box. ... Just as a test I turned on Design Mode and in that mode ... I have a workbook that contains 6 checkboxes. ...
    (microsoft.public.excel.misc)
  • Re: Inserting a checkmark - how/where to find
    ... There are a number of ways to handle checkboxes in documents / templates. ... This message is posted to a newsgroup. ... > I often want to insert a checkmark into my documents. ...
    (microsoft.public.word.docmanagement)
  • file I/O to checkmark chkboxes on file open
    ... I've got some checkboxes on a form. ... I save a "1" to a csv .txt file if the ... file of 0's and 1's in quote marks and have my program checkmark check boxes ... on the form if the value of the input data for that particular checkmark box ...
    (microsoft.public.vb.general.discussion)

Loading