2017-12-20 12:14 PM
2017-12-21 02:07 AM
if GLOB_VIEW_TYPE <> 9 then leader scrip here ... endifBarry.
2017-12-21 05:04 AM
Barry wrote:Thank you very much, I succeeded. Cheers
In your objects script there will be a part that creates the leader.
You need to contain this in an if then statement that looks for the view type and stops it being drawn.
Something like...
if GLOB_VIEW_TYPE <> 9 then leader scrip here ... endifBarry.