photools.com Community

IMatch Discussion Boards => General Discussion and Questions => Topic started by: Mach325 on June 15, 2014, 01:22:54 PM

Title: Creating Multiple New Categories using CNTL SHIFT INSERT
Post by: Mach325 on June 15, 2014, 01:22:54 PM
Hi,

Just testing creating new categories in my Imatch 5 database using the dialog to create multiple categories at the same time (CNTL SHIFT INSERT).

When I enter the following in the dialog:

PARENT1|CHILD1;CHILD2;CHILD3;

Imatch creates:

PARENT1
  CHILD1
CHILD2
CHILD3

The category, CHILD1 is a child category of PARENT1.
The category, CHILD2 is a sibling of category PARENT1.
The category, CHILD3 is a sibling of category PARENT1.

Please could you let me know what I need to specify in this dialog to allow the categories CHILD2 and CHILD3 to be child categories of PARENT1 instead of siblings?

PARENT1
  CHILD1
  CHILD2
  CHILD3

Thank you for your help.

Neil
:D :D
Title: Re: Creating Multiple New Categories using CNTL SHIFT INSERT
Post by: Mario on June 15, 2014, 02:00:09 PM
You create the categories:

PARENT1|CHILD1;
CHILD2;
CHILD3;

But you want to create

PARENT1|CHILD1;
PARENT1|CHILD2;
PARENT1|CHILD3;

instead. Don't forget to always include the parent. The ; starts a new category and if you don't specify a parent, @All is used.
Title: Re: Creating Multiple New Categories using CNTL SHIFT INSERT
Post by: Mach325 on June 15, 2014, 04:56:19 PM
Rhank you. ;D