Board index » delphi » Delphi4 & Oracle7 - problem with DBGrid
QI Consultoria
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Delphi4 & Oracle7 - problem with DBGrid
My form has the following components:
Table1 TTable; DataSource1 TDataSource; DbGrid1 TDBGrid; DBEdit1 TDBEdit; DBNavigator1 TDBNavigator; My table is empty. When I insert a new record, the State of Table changes to procedure TForm1.Table1NewRecord(Sender : TDataSet); procedure TForm1.DataSource1StateChange(Sender : TObject); ShowMessage(s); Why??? Rinaldo da Silva |