Ver Mensaje Individual
  #6  
Antiguo 27-03-2005
fabian20s fabian20s is offline
Miembro
 
Registrado: mar 2005
Posts: 28
Reputación: 0
fabian20s Va por buen camino
tengo este codigo pero me manda un error

while not Table2.Eof do
begin
ComboBox1.AddItem(Table2.FieldbyName('Nombre Categoria').AsString);
Table2.Next;
end;
el error es "not enough actual parameters"
Responder Con Cita