Board index » delphi » Title.Font.Font error

Title.Font.Font error


2003-11-12 05:42:12 AM
delphi265
I translated a program using ITE. If a DBGrid has a column whose settings
are differents than these specified for TitleFont I get an error message
when I try to execute the translated form containing the DBgrid.
The error message is:
Error reading DBGrid.Columns: Error reading TColumn.Title.Font.Font: roperty
Font does not exist.
Looks like ITE gets confused with Title.Font.{any item} and creates a new
dfm with all Title.Font.Font properties witch is incorrect.
Any solutions?
 
 

Re:Title.Font.Font error

Yes, ITE has error in processing complex properties, especially
those containing <>in collections.
Edit erroneous DFMs in text editor and in future assign your TitleFont
in runtime.
Mahris
Steph writes:
Quote
I translated a program using ITE. If a DBGrid has a column whose settings
are differents than these specified for TitleFont I get an error message
when I try to execute the translated form containing the DBgrid.

The error message is:
Error reading DBGrid.Columns: Error reading TColumn.Title.Font.Font: roperty
Font does not exist.

Looks like ITE gets confused with Title.Font.{any item} and creates a new
dfm with all Title.Font.Font properties witch is incorrect.

Any solutions?