Ver Mensaje Individual
  #2  
Antiguo 26-10-2004
Avatar de kye_z
kye_z kye_z is offline
Miembro
 
Registrado: oct 2004
Ubicación: Barcelona
Posts: 43
Reputación: 0
kye_z Va por buen camino
De momento tengo esto pero no me funciona...

Código:
  
procedure TcrearClasse.FormShow(Sender: TObject);
begin
  nomClasse.Text:='';
  numTripulants.Text:='';
  taulaCategories.First;
  while not taulaCategories.Eof do
	begin
	  categories.AddItem(taulaCategories.IndexName,TObject.Create);
	  taulaCategories.Next;
	end

end;
end.
el taulaCategories es el TADOTable con la tabla que necesito.
__________________
------------------------
o0 CarloS 0o
Joven Padawan
algun dia sere un maestro...
------------------------
Responder Con Cita