
Visual dBASE 7.5 Release Notes
Following are some items which describe significant product changes which represent noticeable differences between version 7.5 and prior 7.x versions of Visual dBASE. These changes may affect operations in the design environment, or the operation of applications.
[CommandSettings]
EPOCH=1950
Also ensure that no other EPOCH entry exists in the [CommandSettings] section of the application's INI file.
OnSave
CanAbandon
OnAbandon
CanDelete
OnDelete
CanEdit
OnEdit
GetYear
Year
For x = 1 To 1000
// Some processing here.
FORM.Text1.Text := "Processing record: " + x
Next x
When the code in the example above was run, the Text object display was not updated until some time after the loop had completed. In Version 7.5, the Text object display update is forced on each assignment change to the Text1.Text property. It was common practice in prior versions to use a workaround with the Windows API in application code to force the update to occur. These types of workarounds should no longer be necessary in most situations and should be removed from application source code after testing to ensure that the new default behavior satisfies the application's requirements. The classes affected by this change are:
EntryField
PushButton
Text
TextLabel
|
©2004 dataBased Intelligence, Inc., dQuery and dBASE are trademarks of dataBased Intelligence, Inc. / All rights reserved. All
other copyrights and trademarks are the property of their respective copyright
or trademark holder |
|||