Hi all. I have an application and my procedure windows cannot be moved. They appear in the center of the app window and that is where they stay. I researched online and cannot find anything. Thanks.
Hi,
Please see this thread:
Is this what you mean?
Best regards
Jeffrey
That’s not it but thanks. I figured it out. Setting MDI Child to False took care of it.
Do you have an MDI Frame with a Menu Bar that opens these Windows by doing a START on the Procedure? That’s the way most Clarion programs are setup to run, e.g. look at most of the examples like School.
Non-MDI windows will NOT be limited to move and stay in the Frame. MDI windows are movable so your change should not be required,