Connection property not saved

Giganews Newsgroups
Subject:Connection property not saved
Posted by: Joe Meyer (joachim.meyer@nospamplease.basys-bremen.de)
Date:Sat, 30 Dec 2006

I'm running BDS2006 Ent. to write a Win32 application and have the following
problem:

- I have a TForm with a TADOCommand
- I have a TDataModule with a TADOConnection
- set property TADOCommand.Connection to data module's TADOConnection
- I save all and close the form
- I reopen TForm -> TADOCommand.Connection is empty

It seems the Connection property is not stored (or not restored?). I have
tried to build a test case but I can't reproduce except for this one form
which is part of a larger suite of applications. Does anybody have an idea?

TIA,
Joe

Replies