Problem loading .ddb file - receiving 16112 error
Posted: Fri Aug 07, 2009 12:59 pm
by Anonymous >> Tue, 2 May 2006 2:56:43 GMT
I am trying to load a ddb file; The form that I am trying to load is a sub class of another form. With some minor modifications (addition of some labels within a frame control).
It fails when it is trying to load labels I have added to the sub classed form. It is trying to find its parent control, but cannot find it. The error code is 16112. I have tried to extract and re extract the form and load it again but to no avail.
I think it particularly has problems with the frame control because I have added controls to other sub classed forms with no problems.
I have tried to create the labels with the form as the parent and programmatically set the parent to the frame control, however, the labels do not display as expected. I believe that the labels have not adopted the frame as the parent.
Any suggestions?
I am trying to load a ddb file; The form that I am trying to load is a sub class of another form. With some minor modifications (addition of some labels within a frame control).
It fails when it is trying to load labels I have added to the sub classed form. It is trying to find its parent control, but cannot find it. The error code is 16112. I have tried to extract and re extract the form and load it again but to no avail.
I think it particularly has problems with the frame control because I have added controls to other sub classed forms with no problems.
I have tried to create the labels with the form as the parent and programmatically set the parent to the frame control, however, the labels do not display as expected. I believe that the labels have not adopted the frame as the parent.
Any suggestions?