<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : QBE in DevForce?</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : QBE in DevForce?</description>
  <pubDate>Thu, 11 Jun 2026 07:47:09 -700</pubDate>
  <lastBuildDate>Mon, 18 Feb 2008 09:11:19 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=261</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>QBE in DevForce? : Thanks. </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2578#2578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=235" rel="nofollow">Edhy</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 18-Feb-2008 at 9:11am<br /><br /><P>Thanks.</P>]]>
   </description>
   <pubDate>Mon, 18 Feb 2008 09:11:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2578#2578</guid>
  </item> 
  <item>
   <title>QBE in DevForce? : The only configuration you really...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2577#2577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 18-Feb-2008 at 9:00am<br /><br /><P>The only configuration you really have to do on the BindingNavigator itself is the setting of the two properties that link the default handlers for the AddNewItem and DeleteItem buttons, i.e.,</P><DIV>&nbsp;&nbsp;&nbsp;&nbsp; MyBindingNavigator.AddNewItem = null;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; MyBindingNavigator.DeleteItem = null;</DIV><DIV>&nbsp;</DIV><DIV>By turning the default handlers off, the BindingNavigatorAddNewItem and BindingNavigatorDeleteItem buttons just become ordinary buttons to which you can assign actions.&nbsp; I think we would likely have little success trying predict what behavior our customers want behind the Add and Delete buttons.</DIV><DIV>&nbsp;</DIV><DIV>Greg Dunn</DIV><DIV>IdeaBlade</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 18 Feb 2008 09:00:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2577#2577</guid>
  </item> 
  <item>
   <title>QBE in DevForce? : Hi Greg,  Thanks for the information.  I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2575#2575</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=235" rel="nofollow">Edhy</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 15-Feb-2008 at 6:33pm<br /><br />Hi Greg,<DIV>&nbsp;</DIV><DIV>Thanks for the information.</DIV><DIV>&nbsp;</DIV><DIV>I am new to .NET but a Visual FoxPro experience developer and at this point I am taking the time going into the massive and impressive documentation for DevForce and of course all the videos available.</DIV><DIV>&nbsp;</DIV><DIV>Looking at the PT6-AddDeleteWithBindNav video I noticed that some custom code is required in order to have these Add/Delete functionality in synch with DevForce and noticed that you don't have a BindingNavigator subclass which provide the code needed by DevForce.&nbsp; Why don't you have a set of subclasses of the .NET controls to accomodate the required DevForce&nbsp;code?</DIV><DIV>&nbsp;</DIV><DIV>My question goes toward the need to re-use those kind of control in many forms and then have to make the same modification to the BindingNavigator control every time, or is this something that an experience .NET can take care easily? <img src="http://www.ideablade.com/forum/smileys/smiley1.gif" height="17" width="17" border="0" align="absmiddle" alt="Smile" /></DIV>]]>
   </description>
   <pubDate>Fri, 15 Feb 2008 18:33:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2575#2575</guid>
  </item> 
  <item>
   <title>QBE in DevForce? : Could you please send me a copy...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2574#2574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 15-Feb-2008 at 5:27pm<br /><br /><DIV>Could you please send me a copy of that solution?</DIV><DIV>&nbsp;</DIV><DIV>&gt;&gt;</DIV><DIV>Why IdeaBlade is not providing a general class for this type of need, since in my experience with my applications, they all have the need to retrieve a subset of the data instead of getting all the data like you do in the training videos?</DIV><DIV>&nbsp;</DIV><DIV>So I believe that in most cases many of the maintenance forms will need some sort of QBE form to allow the user to get the data they want to work with in those forms.</DIV><DIV>&lt;&lt;</DIV><DIV>&nbsp;</DIV><DIV>We do provide it, we just don't really promote it, as we discovered that doing QBE in a very general way gets too complicated for most people's tastes. </DIV><DIV>&nbsp;</DIV><DIV>Please contact IdeaBlade support directly via email (support@IdeaBlade.com), and they'll see that you get a copy.</DIV><DIV>&nbsp;</DIV><DIV>Greg Dunn</DIV><DIV>Training and Documentation Manager</DIV><DIV>IdeaBlade</DIV>]]>
   </description>
   <pubDate>Fri, 15 Feb 2008 17:27:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2574#2574</guid>
  </item> 
  <item>
   <title>QBE in DevForce? : Hi,  Could you please send me...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2571#2571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=235" rel="nofollow">Edhy</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 15-Feb-2008 at 1:45pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Could you please send me a copy of that solution?</DIV><DIV>&nbsp;</DIV><DIV>Why IdeaBlade is not providing a general class for this type of need, since in my experience with my applications, they all have the need to retrieve a subset of the data instead of getting all the data like you do in the training videos?</DIV><DIV>&nbsp;</DIV><DIV>So I believe that in most cases many of the maintenance forms will need some sort of QBE form to allow the user to get the data they want to work with in those forms.</DIV><DIV>&nbsp;</DIV><DIV>Edhy!</DIV>]]>
   </description>
   <pubDate>Fri, 15 Feb 2008 13:45:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=2571#2571</guid>
  </item> 
  <item>
   <title>QBE in DevForce? : Would it be possible to get a...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=1254#1254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=120" rel="nofollow">m2r4miller</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 20-Sep-2007 at 1:36pm<br /><br />Would it be possible to get a copy of the QBE code you are referring to?<DIV>&nbsp;</DIV><DIV>Thanks!</DIV><DIV>&nbsp;</DIV><DIV>Mark Miller</DIV><DIV><a href="mailto:mark@msdcweb.com" target="_blank">mark@msdcweb.com</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 20 Sep 2007 13:36:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=1254#1254</guid>
  </item> 
  <item>
   <title>QBE in DevForce? : The control is not available;...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=579#579</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 16-Jul-2007 at 10:43am<br /><br /><P><FONT face=Arial color=#0000ff size=2><SPAN =671052123-05062007>The control is not available; however we do make the QBE object model available as source code.</SPAN></FONT></P><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN =671052123-05062007>It's non-trival to develop a fully general UI for QBE.&nbsp; I've attached a solution (which includes the QBE source) wherein I tried, but stopped short of providing a satisfactory interface for the IN query operator.&nbsp; Other than that it seems to work, though it has certainly not been extensively tested.&nbsp; My own conclusion from that work was that, for most applications, one is better off making a few simplifying assumptions, and not trying to achieve quite so general a solution.&nbsp; That seems to have been the general conclusion of those who worked on the original QBE control, too.</SPAN></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 16 Jul 2007 10:43:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=579#579</guid>
  </item> 
  <item>
   <title>QBE in DevForce? : Is the Query By Example (QBE)...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=578#578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=20" rel="nofollow">Customer</a><br /><strong>Subject:</strong> 261<br /><strong>Posted:</strong> 16-Jul-2007 at 10:41am<br /><br />Is the Query By Example (QBE) control that was available in Ideablade available in DevForce?]]>
   </description>
   <pubDate>Mon, 16 Jul 2007 10:41:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=261&amp;PID=578#578</guid>
  </item> 
 </channel>
</rss>