I have a form which should have been a frame. I’ve tried to convert it to a frame, but it seems to stay a form no matter what I do. I’ve compared the DFM and PAS of a form with a frame and replaced all the uses, changed the inherited class, looked through DFM.
I can’t see what is causing it to be a form. What causes a form to be a form? I want to convert it to a frame?
I don’t want to create a new frame and copy/paste everything over to the frame. Surely there must be a way to simply convert a form to a frame? or frame to form?