- In datarow.prg, method savedbf(), at line 1332:
Code: Select all
if !( DbInfo( DBI_ISFLOCK ) .or. DbRecordInfo( DBRI_LOCKED, RECNO() ) )
- In xbrowse, vertical scroll bar does not work.
- Also, xbrowse is much slower in this version compared with FW 14.14.
These are current style settings:
Code: Select all
WITH OBJECT oBrowse
:nStretchCol := STRETCHCOL_LAST //WIDEST
:SetStyle( 2018 )
END