Einzelnen Beitrag anzeigen

Benutzerbild von thkerkmann
thkerkmann

Registriert seit: 7. Jan 2006
Ort: Pulheim Brauweiler
464 Beiträge
 
Delphi 2010 Professional
 
#4

Re: Kopieren klappt erst und dann wieder nicht - Fehlersuche

  Alt 21. Aug 2008, 19:25
Hi,

und was ist das da ?
Delphi-Quellcode:
if combobox1.text='Concertphotosthen kind:='Gelse kind:='D';
  if combobox1.text='Sessionthen kind:='Selse kind:='D';
  if combobox1.text='Other Photosthen kind:='Delse kind:='D';
da kommt doch immer bei kind nur ein D raus. Wozu soll das also gut sein ?

Delphi-Quellcode:
  if combobox1.text='Concertphotosthen kind:='G
  else if combobox1.text='Sessionthen kind:='S
  else if combobox1.text='Other Photosthen kind:='D
  else kind:='D';
wäre wohl besser geeignet.

Gruss
Thomas Kerkmann
Ich hab noch einen Koffer in Borland.
http://thomaskerkmann.wordpress.com/
  Mit Zitat antworten Zitat