2001-09-26 18:38 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>

* source/rtl/dbedit.prg
    * Fixed no-hilighting problem, sent by Wilson Velazquez
This commit is contained in:
Horacio Dario Roldan Kasimatis
2001-09-26 21:39:43 +00:00
parent 2b4d074228
commit fbce8c3c77
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-09-26 18:38 GMT-3 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rtl/dbedit.prg
* Fixed no-hilighting problem, sent by Wilson Velazquez
2001-09-24 08:45 GMT+1 Antonio Linares <alinares@fivetech.com>
- contrib/hgf/gtk/tform.prg
+ contrib/hgf/gtk/form.prg

View File

@@ -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