I have a check box that i have a condiiton based on the invoice selected on my grid, when selected it takes me to that invoice and if it is a Company then i say checkbox = Yes if it is not a contractor = No.
When i select an invoice that is not a company it does the condition correctly; i know this b/c i have temporarily added a mesage box to show the value of the checkbox as the last action on select invoice and it says False... also i have other conditions that occure if it is a company or not and those conditions are working.
However the box goes from unchecked to check when the page loads.
I have added a temp button that just checks and unchecks with the same conditions and pressing that button works just fine. So i know that it is possible to manipulate the checkbox...
Is this a known issue or is there something i am doing wrong? I have a feeling there is something going on when the page loads for the first time. I looked at the
Default value: |
(defaults to checked or unchecked) |
and tried both checking and unchecking this to no avail.
Please help. Thanks