May 19, 2002 #1 opSpy Programmer May 18, 2002 18 DE I am trying to print a 'receipt', and need to show the contents of a listbox, how? i've tried all sorts!
I am trying to print a 'receipt', and need to show the contents of a listbox, how? i've tried all sorts!
May 19, 2002 #2 Peepain Programmer May 15, 2002 43 AR If the listbox is list1: for i = 0 to (list1.listcount -1) list1.listindex = i printer.print list1 next i printer.enddoc Hope this helps you Peep Upvote 0 Downvote
If the listbox is list1: for i = 0 to (list1.listcount -1) list1.listindex = i printer.print list1 next i printer.enddoc Hope this helps you Peep