<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : timeout</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : timeout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 18:28:21 +0000</pubDate>
  <lastBuildDate>Mon, 21 Jan 2008 12:54:52 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=9366</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[timeout : The Basic idea is: Move the code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9366&amp;PID=30361&amp;title=timeout#30361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 9366<br /><strong>Posted:</strong> 21 January 2008 at 12:54pm<br /><br /><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>The Basic idea is: Move the code in selectionChanged to a Timer Control and set this timer in selectionChange event.<SPAN style="mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>Something like :<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><o:p><FONT face=Calibri size=3>&nbsp;</FONT></o:p></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>in Timer event:<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>&nbsp;&nbsp;&nbsp; &nbsp; timer.enabled = false<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>&nbsp;&nbsp;&nbsp; '&nbsp; do your code<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>&nbsp;<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>in selectionChangedEvent :<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;timer.enabled = true<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; timer.interval = 250&nbsp;&nbsp; <o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>&nbsp;<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>----------------------------------------<o:p></o:p></FONT></FONT></SPAN></P><P =Ms&#111;noSpacing style="MARGIN: 0in 0in 0pt"><SPAN lang=EN style="mso-ansi-: EN"><FONT size=3><FONT face=Calibri>I my case (MS foxpro) every time the selection Changes the timer is restarted, so nothing happens until the user stops the selection...<o:p></o:p></FONT></FONT></SPAN></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 12:54:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9366&amp;PID=30361&amp;title=timeout#30361</guid>
  </item> 
  <item>
   <title><![CDATA[timeout : We have a form with two reportcontrols...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9366&amp;PID=30322&amp;title=timeout#30322</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2858">minnen</a><br /><strong>Subject:</strong> 9366<br /><strong>Posted:</strong> 21 January 2008 at 2:05am<br /><br />We have a form with two reportcontrols on it. One for the master tabel and one for the detail. <DIV>When the user selects a Master the selectionchanged trigger is fired and there we lookup the detaillines for the selected master and show them in the detail reportcontrol.</DIV><DIV>This works fine. </DIV><DIV>What i want to avoid is that when the users scrolls down very vast, the trigger is fired everytime (which requires a lot creates, deletes, databaseaccess,....).</DIV><DIV>&nbsp;</DIV><DIV>Is their a way to 'postpone' the trigger for a certain number of milleseconds? So the trigger would only be fired if the user stays on the same line for lets say 250 milliseconds?</DIV><DIV>&nbsp;</DIV><DIV>If not, any other ideas how to do this?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance.</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jan 2008 02:05:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9366&amp;PID=30322&amp;title=timeout#30322</guid>
  </item> 
 </channel>
</rss>