Collect Entities in autoCAD drawing and change the colors [closed] - vba

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
The code i tried line collection under entity collectionI want to change the colors / layers of different linetypes (continuous / dashed/ center) in autocad drawing using VBA. I tried to collect all the entities and filter them! but no success!

Gotcha! Instead of collecting linetypes i had to use Iacadline2 and then filter based on names.
Code works fine now.

Related

Why isn't there a live server button in vs Code? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I'm trying to make vs Code show live results on the web browser. But there isn't a button for it, they're suppose to be one.
Debugging cannot be specified because this isn't a programming issue but a text editor one
you have two typos in your code, first one:
Lines: 44, 47, 50, 53 - you have pervious instead previous
Line: 57 - you have computition instead computation

Pyspark SIZE function works in itself, but in UDF it doesnt [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
Cannot understand why does SIZE work in itself, but not in an UDF. The output is IntegerType as it can be seen in the top picture.
Works with max for example.
#samkart your function should be a python function, not a native spark one.
Ah ok, this explains it.
Just curious, where is this mentioned in spark documentation?

Run time error 438.Object doesn't support this property or method [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I am getting this error as seen in screenshot. It was working fine earlier. When we click on debug mode it points to line highligted in yellow. Would appreciate if anyone can help.The line to which it points.
The error message
The code line to which it points
Please find below code:-
A Collection does have a Count property, so that leaves you with the faulty "Max" property which no form control has.

How to Use LoginGdi+ theme [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Guys would you please tell me how to use this theme in my project ?
I like this theme & I want to know how to use it
the theme link http://xertzproductions.weebly.com/login-gdi-theme.html
I tried but I failed !
thanks in advance
Copy the code from the pastebin and paste it inside of the main forms code. Run the application and look inside of the toolbox.

Documentation - Describing the Flow [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have various documents some are large some are small, we have to draw up some form of model that would describe how a user interacts with each document when following them for a build. For example, a user might.
Follow Document 1 to Section 10 then be pointed to Document 2 to complete then return back to Section 10 in document 1 etc.
Has anyone ever drawn up some sort of chart to demonstrate this kind of thing for documentation, it is fairly standard for systems but i have never done it regarding documentation and I am just wondering if there is a formal method of doing this for documentation and is there any examples or standard guides to follow.
I think I would use an Activity diagram with Swimlanes for each document.
An alternative would be an IDEF0 diagram(may be appropriate if there are instructions for completing each document, and/or different roles for different steps)