Results 1 to 5 of 5

Thread: Printing(easy one)

  1. #1

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179

    Unhappy

    Hi all
    I am currently doing a project that require me to print all the data in MSlfexgrid , anybody here have any idea on how to do it?

    Code:
    Printer.Print MSFlexGrid1
    
    Printer.EndDoc
    the code above i have only print the first data in Msflexgrid



    thanks in advance

  2. #2
    Hyperactive Member gravyboy's Avatar
    Join Date
    Jan 2000
    Location
    Where I was before . . . if you don't know then you're new!
    Posts
    334

    Printing

    I don't know the flexgrid but can you not compile the page to print first? ala - CELL A1 <TAB> CELL B1 <TAB> . . .

    And so on. Using a carriage return to got to row 2?

    Then enddoc?
    Matt G
    VS6 Ent SP5 @ Work
    VS6 Ent SP5 & VB.Net @ Home
    [email protected]



  3. #3
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    Try using a loop to parse through each row, and print each row individually.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

  4. #4

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Thanks for the help guys

    Mlewis using a loop wont be helpfull in my situation since the row and col of the msflexgrid changes everytime and it is not fix

    is there a way for me to get the row the col and of the flexgrid everytime i load the program?

    [Edited by CoMMiE on 09-18-2000 at 10:04 AM]

  5. #5
    Guest
    How can we copy all the data in the grid and paste them into other microsoft program like excel?

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