﻿<?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?)  » Businness Binding Source with Crystal and Active Reports</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sat, 04 Jul 2026 07:45:51 GMT</lastBuildDate><ttl>20</ttl><item><title>Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost20835.aspx</link><description>Think I am missing something basic???? I can use the Custom BBS with MS reports just fine. However, when I create a report using the S-Flix sample, I cannot &lt;STRONG&gt;&lt;U&gt;get to the&lt;/U&gt;&lt;/STRONG&gt; datasources already created in the sample? &lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;Michael</description><pubDate>Thu, 11 Dec 2008 13:44:06 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost21140.aspx</link><description>The best example of this would be StrataFlix.&amp;nbsp; This is how we matched up the BBS to the report within the designer.&amp;nbsp; This is really for design-time purposes only.&amp;nbsp; When the report is actually run, that object will not actually be used.&amp;nbsp; In our medical software, we take a totally differnet approach.&amp;nbsp; All reports are built through the run-time portaion o the applicaiton where we dynamically attach the data source when the end-user (or developer through run-time) clicks the "Design Report" button.</description><pubDate>Thu, 11 Dec 2008 13:44:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost21133.aspx</link><description>Tried it over and over. I have a crystal report in my project. Should I be able attach to the BBS using the crystal database expert (.Net Objects?)? I can see them there but that's it?</description><pubDate>Thu, 11 Dec 2008 12:19:27 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost21106.aspx</link><description>If you are wanting to see your custom BBS in design time as a data source, you'll have to add it as an object data source:&lt;/P&gt;&lt;P&gt;1) Select the reporting project&lt;/P&gt;&lt;P&gt;2) Select "Add new data source..." from the Data menu.&lt;/P&gt;&lt;P&gt;3) Select "Object" from the "Where will the application get data from?" selection.&lt;/P&gt;&lt;P&gt;4) Select your custom BBS from the "Select the Object You Wish to Bind to"&amp;nbsp; selection. Make sure and choose your reporting BBS rather than your base BBS.&lt;/P&gt;&lt;P&gt;5) Select Finish&lt;/P&gt;&lt;P&gt;That will make it accessible as a data source at design time. It's not technically required to get everything plumbed, but if you are wanting to see them visually at design time, that should do it for you.</description><pubDate>Wed, 10 Dec 2008 09:08:52 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item><item><title>RE: Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost21101.aspx</link><description>Hi Michael&lt;P&gt;By default, BBS and BO created by the SF Custom Business Binding Source will not be shown in the ToolBox, since you may need a lot of those per reports, so what you can do is add the &amp;lt;ToolboxItem(True)&amp;gt; attribute to the BBS so they will be able to be drag and dropped in the form to design your report and then remove it when the report is done, to keep the VS IDE running smoothly.&lt;/P&gt;&lt;P&gt;Here some code in VB for one of my BBS&lt;/P&gt;&lt;P&gt;[codesnippet][code]&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;/P&gt;&lt;P&gt;Imports&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; System.ComponentModel&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;Namespace&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt; Reports.CustomerProfile&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;FONT style="BACKGROUND-COLOR: #dddd33"&gt;&amp;lt;ToolboxItem(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT style="BACKGROUND-COLOR: #dddd33" color=#0000ff size=2&gt;&lt;STRONG&gt;True&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;STRONG&gt;&lt;FONT style="BACKGROUND-COLOR: #dddd33"&gt;)&amp;gt;&lt;/FONT&gt;&lt;/STRONG&gt; _&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Public&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Class&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; BuildingsBBS&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#1f5080&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;Inherits&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; MicroFour.StrataFrame.Business.BusinessBindingSource(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Of&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; FixTrack.Business.bizBuildings)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#1f5080&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Class&lt;/P&gt;&lt;P&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Namespace&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;/FONT&gt;[/code][/codesnippet]</description><pubDate>Tue, 09 Dec 2008 20:13:32 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost21097.aspx</link><description>Ok, &lt;/P&gt;&lt;P&gt;Tried it again. In the Strafix application I am able to create custom BBS and &lt;STRONG&gt;drag and drop&lt;/STRONG&gt; in the MS report rdlc file. Mine, yours no problem. However, I cannot do the same in Active or Crystal reports?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this what we are suppose to be able to do?&lt;/P&gt;&lt;P&gt;THanks</description><pubDate>Tue, 09 Dec 2008 17:43:08 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost20850.aspx</link><description>I can not see them in the report designer. I see them in the datasources window&amp;nbsp;in my project&amp;nbsp;but cannot connect to them from my reports. In the designer or in the datasources setup. I tried it with &lt;/P&gt;&lt;P&gt;Active Reports Pro ver 3&lt;/P&gt;&lt;P&gt;Crystal Reports 11.5 and 2008&lt;/P&gt;&lt;P&gt;Thank Trent.</description><pubDate>Fri, 21 Nov 2008 16:17:02 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: Businness Binding Source with Crystal and Active Reports</title><link>http://forum.strataframe.net/FindPost20848.aspx</link><description>What do you mean, "I cannot get to the data sources?"&amp;nbsp; You can't open the source files?&amp;nbsp; You can't see them within the report designer?&amp;nbsp; If you can, elobarate a little bit more.&amp;nbsp; Thanks.</description><pubDate>Fri, 21 Nov 2008 16:07:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>