2001-10-10 10:07 GMT Dave Pearson <davep@davep.org>
* source/rtl/tbrowse.prg
* Fixed bug in :insColumn() as reported by Andreas Moroder in
<URL:news:comp.lang.clipper>.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-10-10 10:07 GMT Dave Pearson <davep@davep.org>
|
||||
* source/rtl/tbrowse.prg
|
||||
* Fixed bug in :insColumn() as reported by Andreas Moroder in
|
||||
<URL:news:comp.lang.clipper>.
|
||||
|
||||
2001-10-08 21:30 GMT -3 Luiz Rafael Culik<culik@sl.conex.net>
|
||||
*source/rtl/isprint.c
|
||||
contrib/libct/files.c
|
||||
|
||||
@@ -152,7 +152,7 @@ CLASS TBrowse
|
||||
|
||||
METHOD Hilite() // Highlights the current cell
|
||||
METHOD InsColumn( nPos, oCol ) INLINE; // Insert a column object in a browse
|
||||
ASize( ::aColumns, Len( ::aColumns + 1 ) ), AIns( ::aColumns, nPos ),;
|
||||
ASize( ::aColumns, Len( ::aColumns ) + 1 ), AIns( ::aColumns, nPos ),;
|
||||
::aColumns[ nPos ] := oCol, ::Configure( 2 ), oCol
|
||||
METHOD Invalidate() // Forces entire redraw during next stabilization
|
||||
METHOD RefreshAll() // Causes all data to be recalculated during the next stabilize
|
||||
|
||||
Reference in New Issue
Block a user