Armin,
I would question the logic of putting printer names in a table UNLESS it is a
Single User installation. The (CVAL('Printers')) string will be the printers
installed on the workstation from which the function is called and if used to
populate a combobox on a form from a different workstation the printer names
would not be relevant unless the printers are named exactly the same across the
network.. Myself, I would use a User Defined ListBox and set the ListBox
ListItems String to the value returned by the CVAL Function which would
populate the box with the printers available at that particular workstation...
----- Original Message -----
From: "ArminThoma" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Wednesday, June 22, 2005 1:33 PM
Subject: [RBG7-L] - PrinterNames in a table
Hi al
I want to show all the printernames in a DB ComboBox.
With (CVAL('printers')) I can build the variable vPriList with (printer1,
printer2, ...).
What's the best way to put these printernames into the table AllPrinters with
the column PriNames?
I tried INSERT INTO ..... VALUES &vPriList. But no success.
Could anybody help?
Armin