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

    Problem With MSflexgrid

    i've a problem with msflexgrid.. after i installed service pack 3 from microsoft the problem is i print a black page.. when i print it using the printform command.. if anyone have the same problem? Please help!!


  2. #2
    Join Date
    Jun 2006
    Location
    Venezuela
    Posts
    37

    Re: Problem With MSflexgrid

    I'm having a little bit different problem. I don't know if it is cause by SP, the thing is that i have a msflegrid in my form and when i'm printing form with the printform command, the grid comes out all in black. If you did find the answer please let me know
    THANKS FOR READING: elvagonumero1
    "el hijo perd?*o de Venezuela"--> Everyone is UnDefeatable In Dreams, So... Make'em Real
    ...have a good day

  3. #3
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Problem With MSflexgrid

    Quote Originally Posted by elvagonumero1
    I'm having a little bit different problem. I don't know if it is cause by SP, the thing is that i have a msflegrid in my form and when i'm printing form with the printform command, the grid comes out all in black. If you did find the answer please let me know
    replying to an Old thread may not help you here, beacuse this thread is almost 7 years old now.

    Anyways, to print the Flexgrid contents you can use
    Code:
        Printer.PaintPicture FlexGridName.Picture, 0, 0
        Printer.EndDoc

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