TEdit / TDBEdit error [closed]

0

I have a small problem. When I use TEdit on my form, the keys I type are captured by the text box (which is normal!), But when I use TDBEdit , the keys are not captured by the text box. Has anyone had this and knows how to help me?

  

IDE : I'm using Delphi 10.1 Berlin

     

Bank : Firebird 3.0 (Ibexpert).

    
asked by anonymous 17.09.2018 / 23:35

1 answer

1

Have you turned on DataSet and DataField on TDBEdit ?

One for the table component ( DataSet ) and another for the field ( DataField ), all the bank components need to be connected in the database.

    
21.09.2018 / 14:11