Results 1 to 2 of 2

Thread: Print from an MDI-form

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Exclamation

    How is it possible printing from the menu in an MDI-form?

    I have used

    Private Sub mnuPrint_Click()
    Form1.PrintForm
    End Sub

    but this does not include the MDI-form.
    And there isn't a function named MDIForm1.PrintForm.

    I am looking forward for your reply.
    Best regards
    HP

  2. #2
    New Member
    Join Date
    Jan 2001
    Location
    Belgium
    Posts
    1

    Thumbs up

    Try the following :

    MDIForm1.ActiveForm.PrintForm

    Alain Baudrez aka Wamukota

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