Ver Mensaje Individual
  #7  
Antiguo 05-10-2007
Avatar de eddg
eddg eddg is offline
Miembro
 
Registrado: ago 2007
Ubicación: Maracay, Edo Aragua, Venezuela
Posts: 75
Reputación: 17
eddg Va por buen camino
otro error!

hago lo que me dices!

procedure Tcomponentes.ADOTableFilterRecord(DataSet: TDataSet;
var Accept: Boolean);
begin
Accept := ListBox1.Items.IndexOf[ADOTable.FieldByName('Nombre iupac').AsString) = -1
end;


sin embargo, al ejecutar y tratar de compilar, aparece el siguiente error:

[Error] Unit11.pas(142): Not enough actual parameters
[Error] Unit11.pas(142): Array type required
[Fatal Error] Project2.dpr(20): Could not compile used unit 'Unit11.pas'
Responder Con Cita