Click to See Complete Forum and Search --> : urgent!!!!!


Nparag
January 7th, 2000, 02:29 AM
Hi all
I have a typical problem at hand. I want to display the contents of any selected table out of an oracle database. then i want to select any columns or rows of the displayed data by using mouse (the same way as we select columns and rows in excel.) then i need to print the selected data.
Presently i am using listview can anybody suggest any way i can do what i want to.
or I have to use any other control.
Please suggest.

Thanx in advance

Leo Koach
January 9th, 2000, 10:04 PM
I think this should work

Printer.Print ListView.SelectedItem
Prints the selected First field

Printer.Print ListView.SelectedItem.ListSubItems (1)
Prints the selected row's desired field by field number >