That fixed it. Thanks Iman and Peter.
news:Xns955558C527B10ilcrwfrd@207.105.83.66...
> Are you running on 2000/XP for the first time? Write a small app, > placing a TMemo on the form. Include the Printer unit. Then in the > formcreate event place the following code: > > procedure TForm1.FormCreate(Sender: TObject); > begin > Memo1.Lines.Assign(Printer.Printers); > end; > > The naming for printers changed somewhere around Win2000.