What I have is ONE MDI Child form that I create multiple times. On this MDI Child I have a global variable called "iCount"
There's your problem. The var should be within the Form object. It's only the form object that is recreated, not the global variables.
Steve Peacocke
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
