<?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: Layout PlotType - AcView vs acView in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/layout-plottype-acview-vs-acview/m-p/340878#M83269</link>
    <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;My best guess is that you have a variable defined &lt;BR /&gt;
as "AcView".&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Cheers,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Thilak&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"GDow" &amp;lt;&lt;A href="mailto:bekjg@juno.com"&gt;bekjg@juno.com&lt;/A&gt;&amp;gt; wrote &lt;BR /&gt;
  in message &lt;A&gt;&lt;BR /&gt;
  href="news:f05d95f.-1@WebX.maYIadrTaRb"&amp;gt;news:f05d95f.-1@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;I'm &lt;BR /&gt;
  working on a VB app that ties an Access database and and AutoCAD plotting &lt;BR /&gt;
  session together. I want to be able to plot named views in the drawing if they &lt;BR /&gt;
  exist. However, when I set my PlotType = acView and then hit return, the word &lt;BR /&gt;
  "acView" changes to "AcView" (note the case difference). Then when I attempt &lt;BR /&gt;
  to run, I get a compile error that says "Expected variable of procedure, not &lt;BR /&gt;
  module." From what I can tell, there is a duplication between an Access module &lt;BR /&gt;
  name and an AutoDesk enum variable name. Does anyone know if that is right? &lt;BR /&gt;
  Anyone else had this problem? Anyone have a workaround? &lt;BR /&gt;Thanks, &lt;BR /&gt;
&lt;BR /&gt;Guy&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Thu, 21 Jun 2001 22:56:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2001-06-21T22:56:38Z</dc:date>
    <item>
      <title>Layout PlotType - AcView vs acView</title>
      <link>https://forums.autodesk.com/t5/vba-forum/layout-plottype-acview-vs-acview/m-p/340877#M83268</link>
      <description>I'm working on a VB app that ties an Access database and and AutoCAD plotting session together.  I want to be able to plot named views in the drawing if they exist.  However, when I set my PlotType = acView and then hit return, the word "acView" changes to "AcView" (note the case difference).  Then when I attempt to run, I get a compile error that says "Expected variable of procedure, not module."  From what I can tell, there is a duplication between an Access module name and an AutoDesk enum variable name.  Does anyone know if that is right?  Anyone else had this problem?  Anyone have a workaround?&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Guy</description>
      <pubDate>Thu, 21 Jun 2001 11:33:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/layout-plottype-acview-vs-acview/m-p/340877#M83268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-06-21T11:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Layout PlotType - AcView vs acView</title>
      <link>https://forums.autodesk.com/t5/vba-forum/layout-plottype-acview-vs-acview/m-p/340878#M83269</link>
      <description>&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;My best guess is that you have a variable defined &lt;BR /&gt;
as "AcView".&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Cheers,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Thilak&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"GDow" &amp;lt;&lt;A href="mailto:bekjg@juno.com"&gt;bekjg@juno.com&lt;/A&gt;&amp;gt; wrote &lt;BR /&gt;
  in message &lt;A&gt;&lt;BR /&gt;
  href="news:f05d95f.-1@WebX.maYIadrTaRb"&amp;gt;news:f05d95f.-1@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;I'm &lt;BR /&gt;
  working on a VB app that ties an Access database and and AutoCAD plotting &lt;BR /&gt;
  session together. I want to be able to plot named views in the drawing if they &lt;BR /&gt;
  exist. However, when I set my PlotType = acView and then hit return, the word &lt;BR /&gt;
  "acView" changes to "AcView" (note the case difference). Then when I attempt &lt;BR /&gt;
  to run, I get a compile error that says "Expected variable of procedure, not &lt;BR /&gt;
  module." From what I can tell, there is a duplication between an Access module &lt;BR /&gt;
  name and an AutoDesk enum variable name. Does anyone know if that is right? &lt;BR /&gt;
  Anyone else had this problem? Anyone have a workaround? &lt;BR /&gt;Thanks, &lt;BR /&gt;
&lt;BR /&gt;Guy&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 21 Jun 2001 22:56:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/layout-plottype-acview-vs-acview/m-p/340878#M83269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-06-21T22:56:38Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/layout-plottype-acview-vs-acview/m-p/340879#M83270</link>
      <description>A complete text search of my code turns up no "AcView" variable.  I'm pretty sure this has something to do with a conflict between names in Access and AutoCAD.&lt;BR /&gt;
&lt;BR /&gt;
Anyone else ever run into this?&lt;BR /&gt;
Guy</description>
      <pubDate>Fri, 22 Jun 2001 04:50:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/layout-plottype-acview-vs-acview/m-p/340879#M83270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-06-22T04:50:11Z</dc:date>
    </item>
  </channel>
</rss>

