FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ListView: the Revenge...
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
ListView: the Revenge...
Posted: Mon Jun 22, 2015 09:38 AM

Dear Freinds,

I saw on Msdn Listview class can have Report list LVS_REPORT with configurated LVCOLUMN

https://msdn.microsoft.com/en-us/librar ... 85%29.aspx

I saw also we can edit the caption directly on listview class with LVS_EDITLABELS

https://msdn.microsoft.com/en-us/librar ... 85%29.aspx

and the we can the items with in ascending abd descending order with the commands LVS_SORTASCENDING LVS_SORTDESCENDING

but I not understood how Implement it

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 375
Joined: Tue Feb 10, 2015 09:48 AM
Re: ListView: the Revenge...
Posted: Mon Jun 22, 2015 01:56 PM
Theoretically you can create a browse with the listView.
Here explains how to: http://www.codeproject.com/Articles/2890/Using-ListView-control-under-Win-API
But, to what end?
Regards,
Antonino

Continue the discussion