﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » UltraChart business object connection</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 02:35:05 GMT</lastBuildDate><ttl>20</ttl><item><title>UltraChart business object connection</title><link>http://forum.strataframe.net/FindPost11769.aspx</link><description>I am trying to connect to the orders business object with some strange results. I was wondering what is the best way to attach to the business object. Do you have an example?&lt;/P&gt;&lt;P&gt;Michael</description><pubDate>Mon, 08 Oct 2007 10:56:07 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: UltraChart business object connection</title><link>http://forum.strataframe.net/FindPost11911.aspx</link><description>[quote]Can this be performed with the BBS?[/quote]&lt;/P&gt;&lt;P&gt;Sure.&amp;nbsp; You can create joins, etc. and custom properties and bring back anything that you want (for viewing only).&amp;nbsp; However....if you want to update a join, then you will need to create a view and make it updatable before it will go both ways.</description><pubDate>Mon, 08 Oct 2007 10:56:07 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: UltraChart business object connection</title><link>http://forum.strataframe.net/FindPost11909.aspx</link><description>Thanks Guys&lt;/P&gt;&lt;P&gt;The reason I am asking is because I am using ULTRACHART and have the following code to pull back data from 2 tables. Can this be performed with the BBS? Do you have an example. I would like to clean up the form and talk to the BOs directely.&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Michael&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;****Chart Sample Code****&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;FONT size=2&gt; ds &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt; SqlConnection(MicroFour.StrataFrame.Data.DataLayer.DataSources.Item(0).ConnectionString.ToString)&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Dim&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; Command2 &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; SqlCommand = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; SqlCommand(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"SELECT B.SiteName,COUNT(B.ID) AS Sites FROM Subjects A INNER JOIN Sites AS B ON A.SiteID = B.ID GROUP BY B.SiteName"&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;, ds)&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Dim&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; MainDataAdapterDA2 &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; SqlDataAdapter&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;MainDataAdapterDA2.SelectCommand = Command2&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Dim&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; MainDataTable2 &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; DataTable&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;P&gt;MainDataAdapterDA2.Fill(MainDataTable2)&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Dim&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; MainSeries2 &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; NumericSeries()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;'Databind = Datatable,ValueColumn as String and Label Column as String)&lt;/P&gt;&lt;P&gt;MainSeries2.DataBind(MainDataTable2, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"Sites"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"SiteName"&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Mon, 08 Oct 2007 09:48:09 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: UltraChart business object connection</title><link>http://forum.strataframe.net/FindPost11788.aspx</link><description>You will want to drop on a BusinessBindingSOurce on the form, then choose the BO that you want to bind to the grid.&amp;nbsp; You will then bind to the UltraGrid using their standard DataBindings (DataSource).</description><pubDate>Tue, 02 Oct 2007 09:30:56 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: UltraChart business object connection</title><link>http://forum.strataframe.net/FindPost11787.aspx</link><description>Hi Ben&lt;/P&gt;&lt;P&gt;I am using UltraChart. I would like to connect to the BO and expose the fields? It is a simple composite chart. Been trying a few ways without success.&lt;/P&gt;&lt;P&gt;Michael</description><pubDate>Tue, 02 Oct 2007 09:26:10 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: UltraChart business object connection</title><link>http://forum.strataframe.net/FindPost11782.aspx</link><description>Whenever you say "connect" do you mean trying to show the data in a grid?&amp;nbsp; Or are you trying to connect to the db and retrieve records?&amp;nbsp; Or are you just trying to retrieve a field value from the business object?&amp;nbsp; I just need a little more detail on what you're trying to do to point you in the right direction.&amp;nbsp; ;)&amp;nbsp; Thanks.</description><pubDate>Tue, 02 Oct 2007 09:02:44 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>