inheritance problems
- From: "Jo Claes" <jclaes@xxxxxxxxx>
- Date: Mon, 11 Dec 2006 14:51:22 +0100
Hi,
I have a certain form ( TfrmStandard ) with a constructor create
I have the following derived forms
TfrmManage : class(TfrmStandard)
TfrmDocument : class(TfrmManage)
TfrmSalesDoc : class(TfrmDocument)
TfrmSalesCommand : class(TfrmSalesDoc)
Yesterday, I copied my entire projects directory from my desktop towards my
laptop ( after deleting the projects dir on my laptop)
Now after compiling the source on my laptop the constructor of TfrmStandard
isn't raised when i create an instance of TfrmSalesCommand
when I do the same on my desktop everything works fine. When I create an
instance of TfrmSalesDoc the constructor is executed, but when i derive a
new class from TfrmSalesDoc the constructor on TfrmStandard isn't called (
only on the laptop ) Why ???
Please advice.
Lost allready several hours on this stupid thing :((
.
- Follow-Ups:
- Re: inheritance problems
- From: alanglloyd@xxxxxxx
- Re: inheritance problems
- From: Marc Rohloff
- Re: inheritance problems
- Prev by Date: Re: Once and for all! Fastest way to load large jpeg
- Next by Date: Re: Synchronising DB tables
- Previous by thread: Once and for all! Fastest way to load large jpeg
- Next by thread: Re: inheritance problems
- Index(es):
Relevant Pages
|