Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Print Headers and Footers in IE
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Print Headers and Footers in IE

 Post Reply Post Reply
Author
Message
Nataraj View Drop Down
Newbie
Newbie


Joined: 02 September 2005
Location: India
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote Nataraj Quote  Post ReplyReply Direct Link To This Post Topic: Print Headers and Footers in IE
    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.

Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 02 June 2006 at 12:47pm
Custom headers and footer have been added to 10.2 which should be out this weekend
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.219 seconds.