Results 1 to 3 of 3

Thread: VB 2010 Printing Page Orientation

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2013
    Posts
    8

    VB 2010 Printing Page Orientation

    frmTicketPrint.Show()
    frmTicketPrint.txtCustomerID.Text = frmNewBooking.txtCustomerID.Text
    frmTicketPrint.txtBookingID.Text = frmNewBooking.txtBookingID.Text
    frmTicketPrint.txtBookingDate.Text = frmNewBooking.txtBookingDate.Text
    frmTicketPrint.txtBookingDay.Text = frmNewBooking.comboDay.Text
    frmTicketPrint.txtBookingSeat.Text = frmNewBooking.comboSeatsAvailable.Text
    frmTicketPrint.txtBookingTotal.Text = frmNewBooking.txtTicketPrice.Text
    frmTicketPrint.PrintTicket.Print(frmTicketPrint, PowerPacks.Printing.PrintForm.PrintOption.ClientAreaOnly)

    Printing the Client area of a form (that opens when the button is clicked). However, the client area appears in a landscape format on a portrait print preview Any help would be appreciated guys!

  2. #2
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: VB 2010 Printing Page Orientation

    I know it's not very helpful but ... no, it doesn't. If it does for you then somewhere you've changed seeings to get it that way whether you're aware of that or not.
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2013
    Posts
    8

    Re: VB 2010 Printing Page Orientation

    I wish I was, and I have no idea where to start looking in order to 'change this setting' back

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width