- In datarow.prg, method savedbf(), at line 1332:
- Code: Select all Expand view
- if !( DbInfo( DBI_ISFLOCK ) .or. DbRecordInfo( DBRI_LOCKED, RECNO() ) )
It is not supported by SQLRDD.
- 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 Expand view
- WITH OBJECT oBrowse
:nStretchCol := STRETCHCOL_LAST //WIDEST
:SetStyle( 2018 )
END
Thank you.