From fbce8c3c77586b52a47598946dec2cc1ab820194 Mon Sep 17 00:00:00 2001 From: Horacio Dario Roldan Kasimatis Date: Wed, 26 Sep 2001 21:39:43 +0000 Subject: [PATCH] 2001-09-26 18:38 GMT-3 Horacio Roldan * source/rtl/dbedit.prg * Fixed no-hilighting problem, sent by Wilson Velazquez --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/dbedit.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6147bce5f1..f9193f181c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-09-26 18:38 GMT-3 Horacio Roldan + * source/rtl/dbedit.prg + * Fixed no-hilighting problem, sent by Wilson Velazquez + 2001-09-24 08:45 GMT+1 Antonio Linares - contrib/hgf/gtk/tform.prg + contrib/hgf/gtk/form.prg diff --git a/harbour/source/rtl/dbedit.prg b/harbour/source/rtl/dbedit.prg index cff9441f99..750ea55426 100644 --- a/harbour/source/rtl/dbedit.prg +++ b/harbour/source/rtl/dbedit.prg @@ -126,7 +126,7 @@ FUNCTION dbEdit(; oBrowse:HeadSep := iif( ISCHARACTER( xHeadingSeparators ), xHeadingSeparators, Chr( 205 ) + Chr( 209 ) + Chr( 205 ) ) oBrowse:ColSep := iif( ISCHARACTER( xColumnSeparators ), xColumnSeparators, " " + Chr( 179 ) + " " ) oBrowse:FootSep := iif( ISCHARACTER( xFootingSeparators ), xFootingSeparators, "" ) - oBrowse:AutoLite := .F. + oBrowse:AutoLite := .t. //don't know why it was .F. (if it break something...) // Calculate the number of columns