Print Page | Close Window

Print Headers and Footers in IE

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=4070
Printed Date: 25 September 2024 at 9:03am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Print Headers and Footers in IE
Posted By: Nataraj
Subject: Print Headers and Footers in IE
Date Posted: 27 April 2006 at 12:42am

Is there a way of printing custom headers and footers when using the PrintCalendar method. I was not able to find any property or method to do the above task. If i can add the resource name to the control it would solve the problem. The main problem is how do i create a new instance of CalendarResources and CalendarResource in IE. Iam using VB script. There is no other method using which i can get a reference to CalenarResource object. The .MultipleResources property allows me to add a CalendarResource, but the problem is to create / get an instance of it. In case of calendar event i can use the .DataProvider.CreateEvent to create a event to create and get an instance of the event. I cannot use the following statement

Set loCalendarResource = New CalendarResource in vbscript in IE.




Replies:
Posted By: sserge
Date Posted: 27 April 2006 at 7:26am

1. There is no a possibility to print custom header/footer.
2. Use CreateObject instead of new operator:
set arResources = CreateObject("Codejock.CalendarResources.10.1")

--
WBR,
Serge


Posted By: SuperMario
Date Posted: 02 June 2006 at 12:47pm
Custom headers and footer have been added to 10.2 which should be out this weekend



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net