﻿<?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 » WinForms (How do I?)  » Using DevExpress xtraScheduler with StrataFrame</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 30 Apr 2026 09:49:20 GMT</lastBuildDate><ttl>20</ttl><item><title>Using DevExpress xtraScheduler with StrataFrame</title><link>http://forum.strataframe.net/FindPost8003.aspx</link><description>Is there any information on how to use the DevExpress controls (xtraScheduler is the one I am interested in) with SF BO?&amp;nbsp; I have put a businessBindingSource on my form at linked it to the SF BO.&amp;nbsp; The information is inserted into the BO's table but the values are put into the table.&amp;nbsp; If I change to using a .NET BindingSource,DataSet and TableAdapter everything works just fine.&lt;/P&gt;&lt;P&gt;Any pointer would be great,&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;Scott</description><pubDate>Wed, 11 Apr 2007 09:28:25 GMT</pubDate><dc:creator>Scott</dc:creator></item><item><title>RE: Using DevExpress xtraScheduler with StrataFrame</title><link>http://forum.strataframe.net/FindPost8060.aspx</link><description>Thanks for the information,&amp;nbsp; that seems to work.&amp;nbsp; Why did I think of that.&lt;/P&gt;&lt;P&gt;Scott</description><pubDate>Wed, 11 Apr 2007 09:28:25 GMT</pubDate><dc:creator>Scott</dc:creator></item><item><title>RE: Using DevExpress xtraScheduler with StrataFrame</title><link>http://forum.strataframe.net/FindPost8056.aspx</link><description>Glad you got it working :)</description><pubDate>Wed, 11 Apr 2007 08:16:20 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Using DevExpress xtraScheduler with StrataFrame</title><link>http://forum.strataframe.net/FindPost8050.aspx</link><description>I was having an issue as well but I am just setting the data source of the scheduler&amp;nbsp;to the bo's data table and everything works ok.&amp;nbsp;Also handle some events to automagically save any changes back to the DB when an appoint is added changed or deleted. &lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.BoSchedule1.FillAll()&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.BoSchedulerResources1.FillAll()&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.SchedulerStorage1.Appointments.DataSource = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.BoSchedule1.CurrentDataTable&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.SchedulerStorage1.Resources.DataSource = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.BoSchedulerResources1.CurrentDataTable&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;summary&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;''' Handle the Appointment Changed,Inserted and Deleted Events and Call the Business Object Save Event&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;/summary&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;param name="sender"&amp;gt;&amp;lt;/param&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;param name="e"&amp;gt;&amp;lt;/param&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;remarks&amp;gt;&amp;lt;/remarks&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Private&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/FONT&gt;&lt;FONT size=2&gt; AppointmentsChanged(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;FONT size=2&gt; sender &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;Object&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;ByVal&lt;/FONT&gt;&lt;FONT size=2&gt; e &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;FONT size=2&gt; DevExpress.XtraScheduler.PersistentObjectsEventArgs) &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Handles&lt;/FONT&gt;&lt;FONT size=2&gt; SchedulerStorage1.AppointmentsChanged, SchedulerStorage1.AppointmentsInserted, SchedulerStorage1.AppointmentsDeleted&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;FONT size=2&gt;.BoSchedule1.Save()&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;Sub&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Wed, 11 Apr 2007 07:54:38 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Using DevExpress xtraScheduler with StrataFrame</title><link>http://forum.strataframe.net/FindPost8015.aspx</link><description>Hrm... I'll have to check that.&amp;nbsp; Maybe they're expecting it to implement some different interfaces as well.&amp;nbsp; We'll see.</description><pubDate>Tue, 10 Apr 2007 09:26:50 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Using DevExpress xtraScheduler with StrataFrame</title><link>http://forum.strataframe.net/FindPost8013.aspx</link><description>Sorry,&lt;/P&gt;&lt;P&gt;I meant a new row is being inserted into the table (a blank row) but the values from the "appointment" form are NOT showing in the newly created row.</description><pubDate>Tue, 10 Apr 2007 09:20:58 GMT</pubDate><dc:creator>Scott</dc:creator></item><item><title>RE: Using DevExpress xtraScheduler with StrataFrame</title><link>http://forum.strataframe.net/FindPost8012.aspx</link><description>Whenever you say [quote]The information is inserted into the BO's table but the values are put into the table[/quote] what do you mean?&amp;nbsp; Is the data not being copied back into the business object?</description><pubDate>Tue, 10 Apr 2007 09:17:59 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>