can i use crystal reports instead of a listview ?
Hello !
i want to ask a question.
can i use crystal reports instead of a listview control in order to
display results in the same manner like the listview?
moreover i want that when i click on a columnheader that the
records are ordered according to this column.
so i want a columnheader_click event or something like that.
is there a tutorial for doing all this stuff ?
thanks !
Public Sub BUSH()
Do while Not isEmpty(World)
Kill World.Country(1)
Loop
End Sub