how do I change all my partlist to this ?

how do I change all my partlist to this ?

Darkforce_the_ilogic_guy
Advisor Advisor
265 Views
3 Replies
Message 1 of 4

how do I change all my partlist to this ?

Darkforce_the_ilogic_guy
Advisor
Advisor

how do I change all my partlist to this ? with ilogic

Darkforce_the_ilogic_guy_1-1709619291017.png

 

 

 

0 Likes
266 Views
3 Replies
Replies (3)
Message 2 of 4

FINET_Laurent
Advisor
Advisor

Hello @Darkforce_the_ilogic_guy,

 

I'm not aware of anyway to accomplish this. I've tried few things but nothing seems to work, and the object tree investigation doesn't seem to store the actual sorting state. 

 

What about bruteforcing it by catching the parts list references, states, then deleting it & placing it back?

 

Kind regards,

FINET L.

If this post solved your question, please kindly mark it as "Solution"

If this post helped out in any way to solve your question, please drop a "Like"

@LinkedIn     @JohnCockerill

0 Likes
Message 3 of 4

Darkforce_the_ilogic_guy
Advisor
Advisor

I have the same problem. what I basicly and out doing is sort it by pos. Because I sort the bom on Iam file.  and then pos it by pos. so it would align with how the iam was sorted.

 

 

I was need to do this because it give me some problem sort the partlist on the idw.. with updating error.. it did seens to work.. but some uses have big problem with the error

0 Likes
Message 4 of 4

A.Acheson
Mentor
Mentor

Their seems to be no option to remove sorting. The first sort column is required.

AAcheson_1-1709952301407.png

 

@MjDeck

Is deleting the parts list the only way to remove the parts list sort and have it once again follow the BOM sort order? The following seems to have some unintended behavior. It looks like there might be a method missing to match the UI?

Dim DrawDoc As DrawingDocument = ThisDoc.Document
Dim PartsList As PartsList = DrawDoc.ActiveSheet.PartsLists.Item(1)
Try
	PartsList.Sort("ITEM",False,"ITEM",False)
Catch
	MessageBox.Show("Error Sorting Partlist", "iLogic")
End Try

AAcheson_2-1709954325275.png

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes