Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Print Calendar in 1 page
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Print Calendar in 1 page

 Post Reply Post Reply
Author
Message
vaussenatf View Drop Down
Newbie
Newbie
Avatar

Joined: 24 May 2006
Location: France
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote vaussenatf Quote  Post ReplyReply Direct Link To This Post Topic: Print Calendar in 1 page
    Posted: 19 October 2010 at 8:46am
Hello everybody
I would like to know how to print the complete day.
In the 12.02 version when I write this code it  functionned :
        CalendarControl1.PrintOptions.Landscape = True
        CalendarControl1.PrintOptions.PrintDateHeader = False
        CalendarControl1.PrintOptions.Header.TextCenter = ShortcutCaption2.caption
        CalendarControl1.PrintOptions.PrintFrom = CDate(Format$(CalendarControl1.ActiveView.Selection.Begin, "dd/mm/yyyy") & " 06:00:00")
        CalendarControl1.PrintOptions.PrintTo = CDate(Format$(CalendarControl1.ActiveView.Selection.End, "dd/mm/yyyy") & " 23:59:00")
        CalendarControl1.PrintOptions.PrintFromToExactly = True
        CalendarControl1.PrintPreview True

Thanks to help cause nurses want to kill me Smile
fabiofrance
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.156 seconds.