Page 1 of 1

Labels in irribase

Posted: Fri Jan 12, 2018 12:52 am
by ohad
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

Re: Labels in irribase

Posted: Tue Jan 16, 2018 2:16 pm
by jo
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

Re: Labels in irribase

Posted: Wed Jan 17, 2018 6:34 pm
by ohad
Thanks a lot Jo!