<?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 : WorkDayStartTime and Gupta 3.0</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : WorkDayStartTime and Gupta 3.0]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 07:07:58 +0000</pubDate>
  <lastBuildDate>Fri, 06 Oct 2006 09:30:08 +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=5222</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[WorkDayStartTime and Gupta 3.0 : Thanks for the workaround code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16374&amp;title=workdaystarttime-and-gupta-3-0#16374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2392">Rudiger</a><br /><strong>Subject:</strong> 5222<br /><strong>Posted:</strong> 06 October 2006 at 9:30am<br /><br />Thanks for the workaround code and for the amazingly fast reply to g.achrainer! Now setting and getting WorkDayStartTime and WorkDayEndTime is possible and works fine.]]>
   </description>
   <pubDate>Fri, 06 Oct 2006 09:30:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16374&amp;title=workdaystarttime-and-gupta-3-0#16374</guid>
  </item> 
  <item>
   <title><![CDATA[WorkDayStartTime and Gupta 3.0 : Gupta works fine with all other...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16373&amp;title=workdaystarttime-and-gupta-3-0#16373</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2392">Rudiger</a><br /><strong>Subject:</strong> 5222<br /><strong>Posted:</strong> 06 October 2006 at 9:26am<br /><br />Gupta works fine with all other Calendar properties of Date type as far as we have used them!<br><br>Besides the Calendar Control is a very, very good component. Compliment to all who developed this!<br><br>]]>
   </description>
   <pubDate>Fri, 06 Oct 2006 09:26:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16373&amp;title=workdaystarttime-and-gupta-3-0#16373</guid>
  </item> 
  <item>
   <title><![CDATA[WorkDayStartTime and Gupta 3.0 : Hi,  maybe I can help. I use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16365&amp;title=workdaystarttime-and-gupta-3-0#16365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2075">g.achrainer</a><br /><strong>Subject:</strong> 5222<br /><strong>Posted:</strong> 06 October 2006 at 3:31am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>maybe I can help. I use the Xtreme CalendarPro Active-X with Gupta Teamdeveloper 3.1 here, and I'm very happy with it.</DIV><DIV>&nbsp;</DIV><DIV>But there are some "hacks" you need to do in the Libraries that Gupta generates, one of them is yours:</DIV><DIV>&nbsp;</DIV><DIV>instead of the original function, use</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">!!CB!! 279<BR>Function: PropSetWorkDayStartTime2<BR>&nbsp;Description:<BR>&nbsp;Returns<BR>&nbsp;&nbsp;Boolean:<BR>&nbsp;Parameters<BR>&nbsp;&nbsp;Number: WorkDayStartTime<BR>&nbsp;&nbsp;&nbsp;!<BR>&nbsp;Static Variables<BR>&nbsp;Local variables<BR>&nbsp;&nbsp;Boolean: tmpret<BR>&nbsp;Actions<BR>&nbsp;&nbsp;Call __ObjectPushNumber(WorkDayStartTime, VT_DATE)<BR>&nbsp;&nbsp;Set tmpret = __ObjectInvoke("WorkDayStartTime", INVOKE_PUT)<BR>&nbsp;&nbsp;Call __ObjectFlushArgs()<BR>&nbsp;&nbsp;Return tmpret</FONT><BR></DIV><DIV>the value of "WorkDayStartTime" is in days, i.e. 0.25 for 06:00 am etc. You can use the same modification for the "PropGet..." function:</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono">!!CB!! 279<BR>Function: PropGetWorkDayStartTime2<BR>&nbsp;Description:<BR>&nbsp;Returns<BR>&nbsp;&nbsp;Boolean:<BR>&nbsp;Parameters<BR>&nbsp;&nbsp;Receive Number: returnValue<BR>&nbsp;&nbsp;&nbsp;!<BR>&nbsp;Static Variables<BR>&nbsp;Local variables<BR>&nbsp;&nbsp;Boolean: tmpret<BR>&nbsp;Actions<BR>&nbsp;&nbsp;Set tmpret = __ObjectInvoke("WorkDayStartTime", INVOKE_GET)<BR>&nbsp;&nbsp;Call __ObjectPopNumber(-1, returnValue)<BR>&nbsp;&nbsp;Call __ObjectFlushArgs()<BR>&nbsp;&nbsp;Return tmpret</FONT></DIV><DIV><FONT face="Courier New"></FONT>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono"><FONT face="Arial, Helvetica, sans-serif">Regards,</FONT></FONT></DIV><DIV><FONT face="Courier New, Courier, mono"><FONT face=Arial></FONT></FONT>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono"><FONT face=Arial>Gerhard</FONT></DIV></FONT>]]>
   </description>
   <pubDate>Fri, 06 Oct 2006 03:31:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16365&amp;title=workdaystarttime-and-gupta-3-0#16365</guid>
  </item> 
  <item>
   <title><![CDATA[WorkDayStartTime and Gupta 3.0 : Does Gupta work fine with other...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16346&amp;title=workdaystarttime-and-gupta-3-0#16346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5222<br /><strong>Posted:</strong> 05 October 2006 at 12:35pm<br /><br />Does Gupta work fine with other Calendar's properties of Date type?<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 05 Oct 2006 12:35:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16346&amp;title=workdaystarttime-and-gupta-3-0#16346</guid>
  </item> 
  <item>
   <title><![CDATA[WorkDayStartTime and Gupta 3.0 : Hello,using CalendarPro 10.3.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16331&amp;title=workdaystarttime-and-gupta-3-0#16331</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2392">Rudiger</a><br /><strong>Subject:</strong> 5222<br /><strong>Posted:</strong> 05 October 2006 at 7:49am<br /><br />Hello,<br><br>using&nbsp; CalendarPro 10.3.1 in Gupta SQL Windows 3.0 it's not possible to get or set the CalendarControl.Options.WorkDayStartTime and WorkDayEndTime.<br>When using Get it returns NULL and setting the two attributes e.g. to 1.1.0001 08:00 and 1.1.0001 17:00 has no effect to the calendar (no error, no visible effect).<br><br>Does anybody know, how to set these options in Gupta?<br><br><br>Thanks a lot!<br><br>]]>
   </description>
   <pubDate>Thu, 05 Oct 2006 07:49:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5222&amp;PID=16331&amp;title=workdaystarttime-and-gupta-3-0#16331</guid>
  </item> 
 </channel>
</rss>