|
-
Apr 4th, 2019, 02:07 PM
#15
Thread Starter
Lively Member
Re: Checkbox not working
Correct, I am seeing the checkboxes check then uncheck as quickly as it is checked. You may be correct that another piece of code may be voiding out the checkbox. I'll review my code a bit further via debug and watch and see what may be triggering the unchecking of the box. This is a bit curious but it is not an unreasonable suggestion. I may need to put in a "if not loadform" statement in front of the checkchanged event. This code is to only be checked only at initial form load of the record. Then I do have a checkchanged event that updates if it sees the check.
UPDATE - adding the "if not loadform" in the checkchanged sub and placing the "LoadForm = false" in it's proper place (had it prior to running the sub instead of afterwards, thereby causing the checkchanged sub to fire) resolved the issue. NOW the box shows the check when it is supposed to. Thank you Shaggy Hiker for both the assist as well as the excellent details to help me further understand. You have been GREAT!!
Last edited by K3JAE; Apr 4th, 2019 at 04:30 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|