%
'-------------------------------------------------------------------------------
'File : dBase_Cust_Ser_Tech_Support.asp
'Author : Surya Kumar
'Task : Cust_Ser_Tech_Support Page for dbase
'Version : 1.0.0.pk 10.12.2004 Base version
'Copyright : Ebase Interactive Inc., NY, USA
'-------------------------------------------------------------------------------
%>
Welcome to dbase
dBASE Plus 2.61.5 (Build 2083)
Features and Fixes
April 18, 2008
New Features
Rowset Class
QAID 6404
Added new rowset property: lockType
to determine if explicit locks can be released by a call
to rowset.save() or not.
Allowed values for lockType are:
0 - Automatic = row locks obtained by calling rowset.lockrow()
are released by calls to Save() or Abandon()
1 - Explicit = row locks obtained by calling rowset.lockrow()
are NOT released by calls to Save() or Abandon()
The default for lockType is 0 - Automatic unless an
overriding setting is
set in plus.ini or the application's .ini file.
Added support for new ini file setting:
[Rowset]
LockType=0
or
LockType=1
Allows user to set default rowset.lockType via ini
setting.
Fixes
Notebook
QAID: 6405
Fixed regression in Notebook component which caused
the following notebook properties to not work and to corrupt
the notebook's window:
buttons
focus
visualStyle
multiple
tabstop
id
XDML and DEO
QAID 6404
Fixed PLAY SOUND FILENAME <filename> command so
that when executed in the dBASE Plus runtime, it will
perform a full DEO search for the specified .wav file.