Hello
maybe i'm missing something, but couldn't find a column for Labels at the Irribase.
Is there a way to insert labels to a group of products with out doing it one by one?
Thanks a lot
Labels in irribase
Re: Labels in irribase
Hi,
Firstly note that the label field is only used with the #Label# keyword whereas the description of an item can be placed on the design via the #DESC# keyword.
The "Label" field is located to the right of the "Supplier Cost Code" field in the Item dialog in the Database Editor.
To update many fields the best way would be via a Query.
In the Database Editor enable Tools|Options "Show query tab".
The Query tab will now be available after the Nozzles tab.
In the bottom section of the Query tab enter the required query, such as SELECT * FROM Components to see all fields from the components table.
Note that the column that contains the labels is called "Major2".
The IRRICAD Team
Firstly note that the label field is only used with the #Label# keyword whereas the description of an item can be placed on the design via the #DESC# keyword.
The "Label" field is located to the right of the "Supplier Cost Code" field in the Item dialog in the Database Editor.
To update many fields the best way would be via a Query.
In the Database Editor enable Tools|Options "Show query tab".
The Query tab will now be available after the Nozzles tab.
In the bottom section of the Query tab enter the required query, such as SELECT * FROM Components to see all fields from the components table.
Note that the column that contains the labels is called "Major2".
The IRRICAD Team
Re: Labels in irribase
Thanks a lot Jo!