![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Every once in a while I modify one particular form (could be anything from adding code to tweaking properties as far as I can see) and upon loading I get; "You can't assign a value to this object" The form is now completely blank and I can only see anything if I switch to design view. I am kaking changes that will break the form admittedly but those are bugs of course and I expect to be able to fix them. It is always related to a couple of controls, a combo box and a checkbox. Usually I have found the only way to proceed is to restore a backup of the form. Today I tried replacing the combo but though this worked, the code referencing the checkbox stopped working. Replacing that checkbox anew didn't help. This is the code in the load event; If cboSuperRate.Visible Then chkSuper.Value = True End If It's quite annoying that after making lots of changes to redesign the form I basically have to start again. The form is still available in design view so I can copy what I did including any new code but I'm mystified as to what's going on. Apart from increasing my backup frequency can anyone suggest what I might do to stop this happening? thanks Could it be that you forgot to qualify the checkbox? |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Every once in a while I modify one particular form (could be anything from adding code to tweaking properties as far as I can see) and upon loading I get; "You can't assign a value to this object" The form is now completely blank and I can only see anything if I switch to design view. I am kaking changes that will break the form admittedly but those are bugs of course and I expect to be able to fix them. It is always related to a couple of controls, a combo box and a checkbox. Usually I have found the only way to proceed is to restore a backup of the form. Today I tried replacing the combo but though this worked, the code referencing the checkbox stopped working. Replacing that checkbox anew didn't help. This is the code in the load event; If cboSuperRate.Visible Then chkSuper.Value = True End If It's quite annoying that after making lots of changes to redesign the form I basically have to start again. The form is still available in design view so I can copy what I did including any new code but I'm mystified as to what's going on. Apart from increasing my backup frequency can anyone suggest what I might do to stop this happening? |
#4
| |||
| |||
|
|
It's quite annoying that after making lots of changes to redesign the form I basically have to start again. The form is still available in design view so I can copy what I did including any new code but I'm mystified as to what's going on. Apart from increasing my backup frequency can anyone suggest what I might do to stop this happening? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |