CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: size of reports

  1. #1
    Join Date
    Aug 2002
    Location
    paris
    Posts
    136

    size of reports

    if i want to show a report, how can i proceed to have them with the smallest window?

    indeed, i don't want that the reports take all my screen...

  2. #2
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    15
    In the Form_Load() Method of the Report , try DoCmd.MoveSize with this you should be able to move the current window and change it´s size.
    Best regards
    Markus

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

Featured