[DUG] Create new table from existing one.

2009-02-17 Thread Marshland Engineering
I am using Dbase tables and when I create a new table from and existing one, the real number fields are being created as equivalent to integers. I was using TDBF from Sourceforge, so I reverted back to Delphi's own tables and I have exactly the same problem. Using the Database desktop with the

Re: [DUG] Create new table from existing one.

2009-02-17 Thread Neven MacEwan
Wallace Is their any overriding reason you are using dBase tables? Its a bit dated? If I was doing a single user app, that didn't interact with an external report writer etc, I'd use kbmMemtable otherwise its difficult to go past MS SQL free versions (or Firebird) which being SQL servers give

Re: [DUG]: create

1999-03-28 Thread Aaron Scott-Boddendijk
Say I want to create the new panel in my current code, but not on the same form... Q is; how to create and free such a beast so that it is independent of the current mainform. It needs to be a 640x480 panel which I will actually locate off the screen. Does it have to me made showmodal?? The