Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 07:09:33 +0000



Post From: ACSIL - how to delete (ACSIL) user drawings when time frame is changed?

[2013-07-23 07:44:49]
Kiwi - Posts: 375
Ok. I'm not sure I resolved your question but I may have solved your problem.

If all you want is that drawing number xxxx+yyy is replaced by a new version when the timeframe is changed then:

Change the tool add method to:
Tool.AddMethod = UTAM_ADD_OR_ADJUST;

Actually I did leave your delete command in so I don't know what it now does. But the only change to your code required to make it replace the old with the new is the line shown above. Hope that helps. Hmmm... Just tested that change ... I must have "fixed something else as well" for mine to work.

Ahhh ... the other problem is that you are adding sc.Index-10 to the LineNumber and that changes .... you need to ensure that the number isn't changing.


Date Time Of Last Edit: 2013-07-23 07:54:41