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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user