Same non modal form with a TabControl

Started by Jean-Pierre LEROY, June 11, 2006, 06:07:48 PM

Previous topic - Next topic

Jean-Pierre LEROY

Hello,

In a project I open a non-modal Form, several times with different data in it; in this form I have a Tab Control with 3 Tabs child.

When the second form is opened, I am not able to change Tab in the first form ? I can select tab only in the last form that has been opened.

Any ideas ?
Jean-Pierre

Jean-Pierre LEROY

Hello Paul,

To illustrate this problem, I prepared a test project that I sent to you this morning.

To test this project :

1. click on "To open "Form1" the first time" button
2. click on "To open "Form1" a second time" button

Then try to switch tab on the first opened "Form1"; I can select the tab 1, 2 or 3, but the child form doesn't appear on the screen; this is my problem.

I hope you can help me on this specific issue.

Jean-Pierre

TechSupport

Hi Jean-Pierre,

I fixed a code generation problem with TabControls on multiple
modeless Forms. The new FFengine should fix the problem.

http://www.planetsquires.com/files/FFengine.zip

Jean-Pierre LEROY

Hi Paul,

Thank you for the update; you fix the problem !

Jean-Pierre