<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create report in Autolisp in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10402821#M59211</link>
    <description>&lt;P&gt;What's wrong with that image you posted?&amp;nbsp; If that's the data you want, then just Snippit and paste into a Word doc.&lt;/P&gt;
&lt;P&gt;I currently have had a problem at work where a fellow worker downloaded what he thought to be a newer municipal detail than what we had had.&amp;nbsp; But he gave it a different name and deleted the older one which my drawing had referenced.&amp;nbsp; The killer is that the old and new were exactly the same.&amp;nbsp; Unless you paste them "special" AutoCAD treats images as references, whereas Word incorporates them right into the file.&lt;/P&gt;
&lt;P&gt;We're going to have a big pow wow on Monday wherein I think I will be tempted to customize his face.&amp;nbsp; He's the self-appointed IT guy who knows less about AutoCAD than our survey draftsman, who by the way would be a much better IT guy.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Jun 2021 01:30:37 GMT</pubDate>
    <dc:creator>john.uhden</dc:creator>
    <dc:date>2021-06-19T01:30:37Z</dc:date>
    <item>
      <title>Create report in Autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10400279#M59206</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create Data report like (Dataextraction command (page 5 or &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; in AutoLISP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Avinash&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 05:46:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10400279#M59206</guid>
      <dc:creator>avinash00002002</dc:creator>
      <dc:date>2021-06-18T05:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create report in Autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10400363#M59207</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I see your screen capture, it seems to be a report on Blocks only !?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have a beautiful Lisp routine "ListBlock" from Gilles (gile) which generates a quantity report on Blocks ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"ListBlock" has only (for me) a small default : it doesn't analyse Blocks into associative arrays !&lt;/P&gt;
&lt;P&gt;( Associative arrays must be exploded )&lt;/P&gt;
&lt;P&gt;So maybe if somebody can improve "ListBlock" , it could be useful !?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A similar routine from Lee-Mac :&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lee-mac.com/blockcounter.html" target="_blank" rel="noopener"&gt;http://www.lee-mac.com/blockcounter.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;An other one a little bit different :&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lee-mac.com/dynamicblockcounter.html" target="_blank" rel="noopener"&gt;http://www.lee-mac.com/dynamicblockcounter.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But maybe you need an other / better routine, if you need the display of attributes !?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lee-mac.com/macatt.html" target="_blank" rel="noopener"&gt;http://www.lee-mac.com/macatt.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance, The Health, Bye, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 06:48:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10400363#M59207</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2021-06-18T06:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create report in Autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10400439#M59208</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An other french routine "LSTATT" (from Patrick_35) which displays results on text / command screen or into a file ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Health, Bye, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 07:01:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10400439#M59208</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2021-06-18T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create report in Autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10401373#M59209</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply, I want report on screen like dataextraction command is it possible?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 13:36:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10401373#M59209</guid>
      <dc:creator>avinash00002002</dc:creator>
      <dc:date>2021-06-18T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create report in Autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10401472#M59210</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "LSTATT" routine displays results on text / command screen or into a file ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Health, Bye, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 14:16:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10401472#M59210</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2021-06-18T14:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create report in Autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10402821#M59211</link>
      <description>&lt;P&gt;What's wrong with that image you posted?&amp;nbsp; If that's the data you want, then just Snippit and paste into a Word doc.&lt;/P&gt;
&lt;P&gt;I currently have had a problem at work where a fellow worker downloaded what he thought to be a newer municipal detail than what we had had.&amp;nbsp; But he gave it a different name and deleted the older one which my drawing had referenced.&amp;nbsp; The killer is that the old and new were exactly the same.&amp;nbsp; Unless you paste them "special" AutoCAD treats images as references, whereas Word incorporates them right into the file.&lt;/P&gt;
&lt;P&gt;We're going to have a big pow wow on Monday wherein I think I will be tempted to customize his face.&amp;nbsp; He's the self-appointed IT guy who knows less about AutoCAD than our survey draftsman, who by the way would be a much better IT guy.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jun 2021 01:30:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10402821#M59211</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2021-06-19T01:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create report in Autolisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10402879#M59212</link>
      <description>&lt;P&gt;To show on screen will not get nice box output will be lines of text, could do auto open excel and display more complicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this type of question your display request is to vauge there are a massive amount of get block details and how deep they go, for me I sort down to 5 levels of attributes way better than Dataextracion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lee-mac block count another good one.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jun 2021 02:33:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/create-report-in-autolisp/m-p/10402879#M59212</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-06-19T02:33:34Z</dc:date>
    </item>
  </channel>
</rss>

