Hi,
my app was previously developed with Delphi 6.
The form contains ELDBLabel (connected with TADSTable (descendant from TTable)), TElAdvancedEdit and a combobox with a list of charactersets.
ElAdvancedEdit.Text:=ELDBLabel.Caption
If a different characterset is used, i.e. russian characterset, then the code is: ElAdvancedEdit.Font.Charset:=.... //selected characterset
In the delphi 6 app the ElAdvancedEdit displayed perfectly i.e. cyryllic text from the database.
Now I bought LMD2019, I am using Delphi Tokyo and was migrating the old code to Delphi Tokyo. I did not modify anything, but I am unable to display from the exactly same database file with the same code cyryllic characters.
Any idea?
Comments