Print Headers and Footers in IE |
Post Reply |
Author | |
Nataraj
Newbie Joined: 02 September 2005 Location: India Status: Offline Points: 15 |
Post Options
Thanks(0)
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. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
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 |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Custom headers and footer have been added to 10.2 which should be out this weekend
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |