printing a form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • conics
    New Member
    • Feb 2008
    • 30

    printing a form

    can anyone tell me how to print a form in vb 2k5??

    here's the situation:
    i made a report like form, is it possible to print it to a paper and make a hard copy of it?

    i have a screenshot of what should be printed



    thanks
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by conics
    can anyone tell me how to print a form in vb 2k5??

    here's the situation:
    i made a report like form, is it possible to print it to a paper and make a hard copy of it?

    i have a screenshot of what should be printed



    thanks
    Of course you can
    [CODE=vb]Me.PrintForm[/CODE]

    Rey Sean

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      Try This :

      [code=vb]
      PrintForm1.Prin t(Me, PowerPacks.Prin ting.PrintForm. PrintOption.Scr ollable)
      [/code]

      Regards
      Veena

      Comment

      • conics
        New Member
        • Feb 2008
        • 30

        #4
        thank you very much

        (sorry for the late reply.)

        Comment

        Working...