• Hi all!!
    I am using GPSETs to save my drawlists for future work or even for draft visualization.

    Sometimes I have such error when I try to delete GPSET. I know that some STRU or EQUI in GPSET is locked but I dont try to delete that objects I need to delete current GPSET.

    How it is possible such marasmus ??
  • unlock the specific GPSET You want to delete through [COLOR=#b22222]UNLOCK CE[/COLOR] Command and delete.

    Make a list of all GPSET and give UNLOCK in action Button and delete.
  • The problem is not in the state of attribute 'LOCK OF GPSET' but in positive state of every STRU and EQUI(we locking it when a task is done) attribute LOCK.
  • Hi

    I was able to replicate this, but only if I use the delete button (toolbar or context menu)

    Therefore, you could try:

    1) [FONT=courier new]DELETE GPSET [/FONT]on the command line
    2) Empty the group before deleting it (though the appware, or [FONT=courier new]GREM ALL [/FONT]on the command line)
  • Yes, it works. Thanks...Just need to clear([COLOR=#333333][FONT=courier new]GREM ALL[/FONT][/COLOR]) all mem before push button 'delete' [COLOR=#333333](toolbar or context menu)[/COLOR]
    I will create new button to delete GPSETs with above commands*

    And why I need to [COLOR=#333333][FONT=courier new]GREM ALL before pushing 'delete gpset' it works fine alone??[/FONT][/COLOR]
  • Correct.  If you use the command "[FONT=Courier New]DELETE GPSET[/FONT]" on your button, you don't need the command "[FONT=Courier New]GREM ALL[/FONT]".  You only need to clear the group is you click the delete button.

    The reason can be found if you trace the PML behind the delete button.  You will find it basically does and [FONT=Courier New]COLL ALL WITH LOCK FOR CE[/FONT].  Now for a GPSET, this collection returns the elements in contained in the group that are locked, not the actually GPITEMs (the true members of the GPSET).