<?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 : In Acc ; Activeview in Report = Activeview in Form</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : In Acc ; Activeview in Report = Activeview in Form]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 00:57:06 +0000</pubDate>
  <lastBuildDate>Fri, 02 May 2008 16:53:14 +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=10459</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[In Acc ; Activeview in Report = Activeview in Form : Dear,  In Access, Is it possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10459&amp;PID=34582&amp;title=in-acc-activeview-in-report-activeview-in-form#34582</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4144">LeJi</a><br /><strong>Subject:</strong> 10459<br /><strong>Posted:</strong> 02 May 2008 at 4:53pm<br /><br /><DIV>Dear,</DIV><DIV>&nbsp;</DIV><DIV>In Access, Is it possible to have on&nbsp;an Report&nbsp;exactly the same&nbsp;activeview that on a form, </DIV><DIV>&nbsp;</DIV><DIV>I tested the code below, but if I select 3 days in the form I do not find them in the Report&nbsp;?&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Can you help me </DIV><DIV>&nbsp;</DIV><DIV>In advance Merci </DIV><DIV>Jacky</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Report_Open(Cancel As Integer)<BR>&nbsp;&nbsp;&nbsp; Dim ObjCalendarFrms As CalendarControl<BR>&nbsp;&nbsp;&nbsp; Dim ObjCalendar As CalendarControl<BR>&nbsp;&nbsp;&nbsp; Set ObjCalendarFrms = Forms!PlanningCalendar!CalendarControl1.Object<BR>&nbsp;&nbsp;&nbsp; Set ObjCalendar = Me.wndCalendar.Object<BR>&nbsp;&nbsp;&nbsp; Call PlanningPopulate(ObjCalendar)<BR>&nbsp;&nbsp;&nbsp; ObjCalendar.VisualTheme = xtpCalendarThemeOffice2007<BR>&nbsp;&nbsp;&nbsp; ObjCalendar.ViewType = ObjCalendarFrms.ViewType<BR>&nbsp;&nbsp;&nbsp; ObjCalendar.DayView.TimeScale = ObjCalendarFrms.DayView.TimeScale<BR>&nbsp;&nbsp;&nbsp; ObjCalendar.PrintOptions.PrintFromToExactly = False<BR>&nbsp;&nbsp;&nbsp; ObjCalendar.ActiveView.ShowDay ObjCalendarFrms.ActiveView.Days(0).Date, ObjCalendarFrms.ActiveView.Days(ObjCalendarFrms.ActiveView.DaysCount - 1).Date<BR>&nbsp;&nbsp;&nbsp; 'Me.wndCalendar.Object.PrintOptions.PrintDateHeader = False<BR>&nbsp;&nbsp; <BR>End Sub<BR></DIV>]]>
   </description>
   <pubDate>Fri, 02 May 2008 16:53:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10459&amp;PID=34582&amp;title=in-acc-activeview-in-report-activeview-in-form#34582</guid>
  </item> 
 </channel>
</rss>