Howard Lee Harkness wrote: >... When I load the project file, I get > an error about MyDbf.UseFloatFields -- unknown property > UseFloatFields.
When you get the error dialog you should see three buttons. If you click the 'Stop all loading' button Lazarus will then present you with a 'FixLFMfile' dialog. All you have to do is click the 'Remove all invalid properties' button, and the project will then compile. If you are not presented with the 'FixLFMfile' dialog, just open the mainunit.lfm file (any text editor) and remove the line 'UseFloatFields = true' in the object MyDbf: TDbf definition (it occurs about line 456). HowardPC _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
