|
From: Itamar M. L. J. L. <ita...@gm...> - 2014-01-23 15:04:44
|
Hi! Where is it in version 2.18? 2009-11-18 13:45 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hbrowse.prg * CLASS HColumn + DATA nSortMark INIT 0 + METHOD SortMark( nSortMark ) SETGET * CLASS HBrowse + DATA ShowSortMark INIT .F. + DATA nIndexOrd INIT -1 HIDDEN + DATA nRecCount INIT 0 HIDDEN + METHOD BrwScrollVPos() new method that calculates the position of the vertical scroll bar. The shape of the left anterior browse extremely slow in the shipping and scroll when in a network environment and using indexes ! FUNCTION VScrollPos changed new feature in header columns. it is possible to display an arrow indicating the sort column this requires : obrowse:ShowSortMark := .T. (DEFAULT ) obrowse:acolumns[n]:SortMark := 0-HIDDEN (DEFAULT) | 1-ASCENDING | 2-DESCENDING > It looks like somewhere in your app ( in line 228 ) hbrowse object is >used with SHOWSORTMARK property or method, which doesn't exists anywhere >in HwGUI. What is it ? >Regards, Alexander. Itamar M. Lins Jr. Lins writes: > Changelog 2216 2014-01-20 06:25:46Z alkresin > > Error HCUSTOMWINDOW/0 Invalid class member > Called from source\winapi\hcwindow.prg->HBROWSE:_SHOWSORTMARK(228) > |