User Profile

Collapse

Profile Sidebar

Collapse
ot1
ot1
Last Activity: Mar 17 '08, 03:01 PM
Joined: Mar 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ot1
    replied to long generating report
    Shouldn't you have posted this in the .net Forum???...
    See more | Go to post

    Leave a comment:


  • ot1
    replied to listbox problem
    maybe you have overflowed the print buffer..where is your commit to printer statement?

    maybe this will work...

    For j = 0 To List1.ListCount - 1
    Printer.print List1.List(j) 'the default printer
    Next j

    printer.enddoc 'commit to printer

    Or you could put the contents in a multiline RTB control, then print like this

    Rich1.text = ""
    Rich1.multiline...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...