|
Ahora se queda colgado despues del SQL (dm.IBDataSet1.SQL.) con este fallo.
Un saludo y haber si damos con ello.
[Error].pas(122): Undeclared identifier: 'SQL'
dm.IBDataSet1.Close;
dm.IBDataSet1.SelectSQL.Clear;
dm.IBDataSet1.SQL.Add( 'Select * From ARTICULOS where NOMBRE containing ''' + edSearch.Text + '''');
TRY
dm.IBDataSet1.SQL
|