<?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: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696627#M1012</link>
    <description>&lt;P&gt;Sharing with others...&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2020 18:22:06 GMT</pubDate>
    <dc:creator>marinko</dc:creator>
    <dc:date>2020-11-04T18:22:06Z</dc:date>
    <item>
      <title>SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696541#M1006</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a way to fill&amp;nbsp;SAS Graph, let's say Pie, with Data in MS Access with VBA coding? Data should be retrieved from the linked SQL Database Table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any of your suggestions!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 15:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696541#M1006</guid>
      <dc:creator>marinko</dc:creator>
      <dc:date>2020-11-04T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696576#M1007</link>
      <description>&lt;P&gt;Can I ask for clarification? You have a few technologies mentioned here and i am not sure the validity of each part. What are you trying to do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VBA is the wrong tech and, perhaps, MS Access is as well. SAS/Graph may be as well but that is not as important. Describe what you are trying to do. You can always generate SAS/Graph code using text and then %include it into the solution. I would use C#, read the access db and then generate a png using one of the nuget packages. However, if you have this as part of the processing chain it may be different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of Access would help as well.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 16:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696576#M1007</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2020-11-04T16:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696584#M1008</link>
      <description>&lt;P&gt;I have included&amp;nbsp;SAS Graph Activex onto the form and want to load Data from the Table in MS Acess 2019 and display it in the Graph. I want to do it in the background with VBA coding... Is this possible? Maybe there are some working examples?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 670px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51371i5893C6E65EF20F9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 16:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696584#M1008</guid>
      <dc:creator>marinko</dc:creator>
      <dc:date>2020-11-04T16:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696597#M1009</link>
      <description>&lt;P&gt;First of all, do not use ActiveX. It is very old technology not supported anywhere except IE (pretty sure) so bad choice. IE, I think, is on the chopping block soon so it is dead as a browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3D pie chart is bad: 2 things (3d and pie) combined so poor choice of communicating percentages: See here:&amp;nbsp;&lt;A href="https://depictdatastudio.com/when-pie-charts-are-okay-seriously-guidelines-for-using-pie-and-donut-charts/" target="_blank"&gt;https://depictdatastudio.com/when-pie-charts-are-okay-seriously-guidelines-for-using-pie-and-donut-charts/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question then becomes what to use in your Access form. I suggest using a png and just embed the image, if that is the question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I think you asking how to solve an issue that should not exist. Ultimately, what are you trying to do? Provide some data dropdowns. let a user choose, then return a graph? If so, ActiveX is the wrong tech.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to be a downer but do not use ActiveX, 3D graphs, VBA. That puts you back to what and how. Give us more details and we help craft a directional solution.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 17:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696597#M1009</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2020-11-04T17:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696612#M1010</link>
      <description>&lt;P&gt;When I am using MS Charting solution usually I just have to input the SELECT statement as a RecordSource and the Chart retrieves the Data. I am sure there is some kind of solution here also but I am clueless...The only real given solution here is&amp;nbsp; a manual Data input which is not a good option:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 864px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51372i0D51F4528811CA16/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 17:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696612#M1010</guid>
      <dc:creator>marinko</dc:creator>
      <dc:date>2020-11-04T17:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696621#M1011</link>
      <description>&lt;P&gt;Are you sharing this out to other people or just for your own use?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 18:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696621#M1011</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2020-11-04T18:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696627#M1012</link>
      <description>&lt;P&gt;Sharing with others...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 18:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696627#M1012</guid>
      <dc:creator>marinko</dc:creator>
      <dc:date>2020-11-04T18:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph v9 Activex control - fill Graph  Data with MS Access VBA Code</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696652#M1013</link>
      <description>&lt;P&gt;Well, that puts you in a challenging place. ActiveX is dead so no need to pursue that path. MS Access and VBA are close to dead. I am not familiar enough with your needs to recommend an overall architecture. However...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at Microsoft PowerApps. That would probably be the best tech I can think of for what you are facing. Connect the data to a SAS dataset using the SAS OleDb/ODBC driver. Barring that, use something like Sqlite to house the data so it is standalone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI, I am writing a SAS dataset to Sqlite converter right now but it won't be ready for primetime for a week or so. Once it looks good, I will put in on github.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are welcome to reach out and ask questions. Unfortunately, you have an &lt;A href="https://en.wikipedia.org/wiki/XY_problem" target="_self"&gt;XY Problem&lt;/A&gt;&amp;nbsp;that is hard to answer remotely.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 19:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Graph-v9-Activex-control-fill-Graph-Data-with-MS-Access-VBA/m-p/696652#M1013</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2020-11-04T19:39:10Z</dc:date>
    </item>
  </channel>
</rss>

