Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Longhorn and VFP
Message
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00844544
Message ID:
00846203
Views:
40
>>Dbase is not killed. Dbase Inc bougth dBase from Borland. Look at www.dbase.com
>>dbase still a good tool. The reseller in Brasil said me that, they are playnning to make a new version for Linux.
>
>I said Borland killed it, including support. It is really not evolving significantly with significant new features. Find out what the active customer base is. There are no significant resources behind it. Go ahead and post a list of new features that have been added to dBase in the past few years, you may be surprised how short the list is.

oook fine.

As far as support and others.. there is http://www.dbase.com/Docs/Links.htm and
For a user base there is BorCon this week http://info.borland.com/conf2003/ they might even have more people at that than were at the foxpro devcon. This covers all Borland products so its unfair to compare the two.

New Features / Enhancements
---------------------------
New grid method: grid.getColumnObject(n) returns an object reference to a Grid Column, by position, which gives you direct access to all column, editing and heading control properties and methods.
1004 Updated Label Designer template table to latest Avery label set.
0995 New SubForm class.
0183 New default Font and Color properties for Grid.
0183 New Grid.colorHighlight and Grid.colorNormal properties.
1015 New Grid.colorRowselect property.
0992 New Form.scroll method.
1009 Added SpeedTip property to windowed classes that did not have it.
1035 New dBL-based resource picker for selecting graphic resources in the Form Designer.
1038 New Form.showTaskBarButton property to control TaskBar icons for non-MDI forms.
1058 New TreeView.getItemByPos method.
1069 New Array.getFile method which supports multiple file select.
1100 New Animate dBL class for displaying AVI animations during application execution.
1101 New FormViewer dBL class for static display of application forms within other application forms.
1097 New Form.scrollHOffset and Form.scrollVOffset properties.


That was most recent updates to the list (dBASE PLUS 2.0x builds 1698 - 1703)
* Note that the most recent bugfix list (below) is longer



954 Enhanced runtime engine to not load COMCTL32.DLL during runtime engine startup if application is a web app.
956 Enhanced runtime engine to allow direct startup of runtime engine and pass the application EXE filename as a parameter.
928 New Editor.onDrop event.
957 dB2K and the runtime engine can now be set to load without attempting to connect to a data engine via an INI file setting.
949 New _app.errorAction, _app.errorHtmFile, _app.errorLogFile, and _app.errorLogMaxSize properties for enhanced control of error handling actions including options for logging errors to a disk file and automatic reporting of web app errors to the browser using either a built-in error reporting HTM template or a custom HTM file.
960 Enhanced runtime engine startup sequence to not create unnecessary shell window components for web apps to reduce load on server system resources and optimize runtime engine startup.
963 New Rowset.navigateMaster and Rowset.navigateByMaster properties to implement OODML behavior similar to XDML SET SKIP...
057 Significant rewrite of the Table Designer to implement functional enhancements related to Referential Integrity rules, field defaults, AutoIncrement fields, allowable field datatype conversions, File|Save As..., etc. Also fixed many related bugs and instabilities.
943 New _app.lDriver and _app.charSet property members.
904 New Form.appSpeedBar property to control when the internal toolbar displays for MDI child windows.
290 New dQuery dynamic DataModule design tool.
586 New external object file support using multiple paths for dB2K runtime applications.
571 New source file alias support to allow logical groupings of application source files in the dB2K design environment.
197 New ListBox.Key event.
540 New Enumerate function.
544 New Drag and Drop events and methods added to forms and form-contained UI classes.
554 New ReportViewer.Release method.
526 The TextLabel class can now be used in reports.
246 New Editor.ColumnNo property.
548 New SET AUTONULLFIELDS for level 7 tables and new rowSet.autoNullFields property member.
587 New read-only RowSet property members tableName, tableLevel, tableDriver, tempTable, languageDriver, and codePage.
591 New baseClassName property member added to most base classes and new name property member added to data access classes.
572 New Designer class which surfaces internal design capabilities at the dB2K language level to support open source projects.
596 New Grid.getColumnOrder method.
601 New __version__ preprocessor predefined constant.
624 The F11 and F12 keyboard function keys are now supported in menus and ON KEY LABEL.
553 New optional color shading of report StreamFrame, DetailBand, HeaderBand, and FooterBand in the Report Designer.
590 New menu option to run the dB2K Web Wizards directly from the dB2K main menu.
571 New source file alias support to allow logical groupings of application source files in the dB2K design environment.
404 New core product executable filename scheme and new _app.Language property indicating the currently used display language in the design and runtime environments.
643 An object reference to an existing report object can now be directly assigned to the ReportViewer.ref property.
668 New _app.allowYieldOnMsg property to enable/disable limited message processing during heavy processing sequences.
698 New rowset.exactMatch property member which implements SET EXACT... behavior at the rowset level.
707 New system level environment variable DB2K_SUPPRESS_STARTUP_DIALOGS which allows suppression of runtime engine initialization error dialogs.
734 New rowset.isRowLocked and rowset.isSetLocked methods that determine if the current rowset in the current session has locked the current row or the current rowset.
772 CREATE TABLE now supports FOXPRO as a table type option.
732 New PERSISTENT option for SET PROCEDURE... allows procedure files to remain in memory after CLOSE PROCEDURE or SET PROCEDURE TO is executed.
730 New WEB option for BUILD command and Web Application checkbox in the Project Explorer to identify an application as an application which will run on a web server, and therefore correctly timeout the dB2K runtime engine if the application is timed out by the web server.
819 New Container.Enabled property.



BUG FIXES
---------
Fixed delay that occurred when loading a jpeg file when the current directory is set to a drive on another computer (or the Navigator's Look In field is set to a drive on another computer).
Fixed bug in dBL function bitzrshift() so that it correctly handles a shift of zero bits.
Corrected handling of short application filenames passed on the command line to the runtime engine when the short filename differs from the long filename.
If the short filename version of a dBASE Plus application exe was passed to the runtime engine on the command line, _app.exename was being set to the short filename and the runtime was looking for an .ini file matching the short filename. If no matching .ini was found, it was creating an .ini file matching the short filename.
Set currency to "" caused dBASE PLUS to hang-up when a numeric entry field is changed.
Changed numeric entry fields are now reformatted when the field gets focus in order to remove the function and picture codes that cause problems during data entry. The field is then reformatted to include the function and picture codes when field loses focus.
Modified create/modify datamodule command to start dQuery with Database Wizard open when wizard or expert options are specified.
Fixed the following entryfield problems:
Fixed problem where a number less than 1 was incorrectly entered if typed without a leading zero, such as when typing a decimal point first.
Fixed a GPF that could occur in Overwrite Mode for numeric entryfields
Fixed other related numeric entryfield problems.
Fixed firing of Grid and Browse objects onGotFocus() and onLostFocus() events so that they fire when opening or closing a form.
Fixed firing of grid editorcontrol's onGotFocus() and onLostFocus() events so that they also fire when opening or closing a form.
Fixed problem where grid.onSelChange() was not firing when multiSelect = true and a row is de-selected.
.ICO files no longer cause an occasional "Unable To Read" error.
0983 The runtime engine now supports quoted application names passed as a parameter.
0996 Background image on form now paints correctly when form is scrolled.
0949 _app.exeName is now correctly set when running on Windows 9x.
1000 Memory loss no longer occurs when an MDI form is opened and closed in tight loop.
1001 Grid.bgColor is now maintained correctly.
1008 TreeView background color is now displayed correctly.
1016 GridColumn.width property value is now correctly updated when the column width is changed via mouse dragging.
1017 In the Form Designer, attempting to set columns for a Grid after removing the Grid.dataLink no longer causes a GPF.
1020 Editor.speedTip now functions correctly.
1025 Popup menus now appear in correct position when a TreeView is right-clicked.
0421 Object references stored in an Array are no longer orphaned when the Array.size property value is reduced.
0423 Array.resize no longer causes duplicate object references for objects retained after the resize is complete.
1036 When streaming reports to HTML or CGI, the report background color will now be correctly streamed instead of the foreground color.
1037 A GPF no longer occurs when closing a form which contains an invalid function pointer assignment.
1039 Report.inDesign is now correctly set.
1043 A GPF no longer occurs when using certain ActiveX components.
1044 Nonobject files (image files, .sql files, etc) are now correctly located by the runtime engine when using a SourceAlias to locate the files.
1029 Adding and changing SourceAlias assignments in the Desktop Properties dialog is now more intuitive.
1054 There is now no limit on the combined length of SourceAlias names.
1056 The ListBox background color now paints correctly.
1057 Grid.bgColor value is now correctly preserved when set.
0991 Icons displayed in the TreeView Class are now not distorted.
1059 Container background graphic is now painted correctly during a move operation.
1070 Invalid color error and GPF no longer occur when changing display modes within the Table Viewer.
1071 An infinite loop no longer occurs when setting Grid.hasRowLines in the Grid.onSelChange event.
1076 In the Table Designer, dropping and adding an index with the same name no longer causes a duplicate index name error to occur.
1077 Array.sort is now case-insensitive regardless of which language driver is in use.
1078 Horizontal Grid lines now paint correctly when column headings are off and rowSelect is on.
0430 Many of the picture/function options for Entryfield and SpinBox have been fixed.
1068 In the Table Designer, changing the name of an indexed field no longer causes an Invalid Index Descriptor error.
0123 In the Form Designer, running a form immediately after making changes in the Source Editor no longer causes those changes to be lost.
1081 Double-clicking a .CC file in the Navigator will now open the file in the Source Editor instead of loading the file in memory.
1082 An error in the source file for a running object no longer causes a GPF.
1087 Corrected reversed Sort Ascend/Descend menu translations in the German version.
1088 Corrected misleading translation in German version Find Rows dialog for Partial Length.
1052 Corrected problem where SourceAliasing was matching on partial paths.
1053 Source Alias lookup will now find a Source Alias containing a portion of the specified path.
1089 Popup menus are now being released correctly.
1041 In the Form Designer, copy/paste of a custom container or custom NoteBook is now handled correctly.
1096 ComboBox.onChange now fires correctly when the ComboBox.Value is changed programatically.
1106 A GPF no longer occurs in the Form Designer after deleting multiple containers and then Undoing the deletes.


Ok that was the most recent fixes...... now here's the rest...

*---------------------------------------------------------*
947 dB2K now repaints the screen better when switching to dB2K from another application.
952 Corrected a problem where a .db BYTES fieldtype may not be correctly converted to a BYTES or ALPHA fieldtype.
904 Corrected potential ToolBar bounce problem and a problem where the built-in SpeedBar might disappear during dB2K startup.
948 Fixed a potential problem where internal memory requests did not properly handle memory allocation failures which could result in a GPF or other instability.
961 Corrected a problem where a PushButton appears to stick in the down position when double-clicked multiple times. Also fixed a problem which made dB2K appear to hang when an Image object is double-clicked.
965 Grid column sizing now works correctly independent of the setting of Grid.allowRowSizing.
968 Fixed a problem where a ScrollBar object paints and behavior were erratic when a ScrollBar object is double-clicked.
969 dB2K now correctly recognizes and handles ActiveX control registration in the IDE and the runtime engine.
633 TreeView.releaseAllChildren no longer causes a GPF.
934 A GPF no longer occurs when deleting a TreeItem from a TreeView or when deleting all TreeItems by calling TreeView.releaseAllChildren.
964 ToolBar.form now correctly references the attached form when ToolBar.attach is called before the form is opened.
971 The TreeView now correctly displays a horizontal scrollbar if required when the TreeView is populated with TreeItems before the form is opened.
972 GetFile() and PutFile() now correctly return the filename in natural case instead of uppercase.
974 Can now select a Text object in a report DetailBand when the Text object's variableHeight = True and Height =
975 Source alias names are now case insensitive.
976 A GPF no longer occurs if [CommandWindow] PaneRatio setting in dB2K.INI is set to a large value, and the setting is defaulted to a reasonable value of 50.
977 The alignment toolbar now closes correctly when the Form Designer or Report Designer is opened and then closed with dQuery opened.
979 The Report and Form Designers' Control Palette and Field Palette now corrrectly close when the Report Designer and Form Designer are closed while dQuery is opened.
522 Transparent property now functions correctly for classes that support the Transparent property.
980 The Report Designer's Source Editor window no longer tries to stay on top when dQuery is opened.
914 Index changes are now correctly detected and displayed by Grids, Browse objects, and the BROWSE command.
933 A Grid containing CheckBoxes no longer causes a GPF in Windows ME.
912 A GPF no longer occurs if ITOH() is called with the value of the second parameter set to a value greater than 255.
915 The Source Editor window is no longer positioned off-screen in dQuery if the dB2K.INI file is not accessible.
919 A GPF no longer occurs if TRANSFORM() is used to display a Session object handle.
930 ToolBar.Visible now correctly controls the visibility of the ToolBar.
931 LIKE() now returns correct values when called.
932 A GPF no longer occurs when Form.OnOpen calls Form.Close and there is a Form.Release call in Form.OnClose for non-modal forms.
856 A GPF no longer occurs when deleting a ReportViewer in the Form Designer when the report contains a DataModRef object.
935 Reading very large blocks of text data using FGETS() or File.Gets or File.ReadLn no longer causes 'Out of Memory' errors.
922 Deleting an object in the Form Designer immediately after creating the form using the Form Wizard no longer causes a GPF.
937 Methods now correctly execute in a report within the ReportViewer.
272 The Table Designer now correctly allows upgrading a table from a lower to a higher level if a higher level table feature is used.
917 Fixed a problem where input focus was lost after setting a field datatype in the Table Designer.
938 Deleting a table with a long filename or spaces in the filename referenced through an alias in the Navigator now works correctly.
918 Non-English versions now correctly display translated text in the runtime engine GPF error dialog.
293 A GPF no longer occurs when Form.OnOpen calls Form.Close and there is a Form.Release call in Form.OnClose.
820 Rowset lock state is now set correctly on rowset navigation.
827 Parameterized queries now work correcly when parameter values have trailing spaces.
840 Logical fields are now defaulted correctly when AutoNullFields is off.
841 Performance has been improved for level 3, 4, and 5 tables when AutoNullFields is off.
860 A StoredProc object that returns a result set no longer causes a GPF.
855 Rowset.Next() and SKIP N now work correctly for values outside the range of -32768 - 32767.
870 The Table Designer now removes trailing spaces from field names.
250 Version(.89) and Help|About dialog now return correct BDE version information.
891 Performance has been improved when _app.allowYieldOnMsg is True.
888 Internal reference counting for procedure files has now been fixed. This fixes a problem where changes made in the Report Designer were not always saved.
857 Corrected a memory leak which occurred when literal strings were passed to procedures, functions, and class/object methods.
882 Null can now be assigned to ReportViewer.ref property member.
859 Pressing the keyboard ESC key after dropping a table on the dQuery design surface no longer causes a GPF.
896 Automatic compile of source files in include path is now being done correctly.
899 Rowset.canGetRow function pointer assignment now works correctly in dQuery. 848 File.readln and File.gets methods now return correct data.
900 Fixed bugs in ToolBar handling which caused child window bounce to occur when switching between built-in and custom ToolBars.
060 Editor now follows Rowset.AutoEdit.
480 Editor.StatusMessage now displays in the StatusBar.
518 Deleting a Session object from a form with 3 or more Query or StoredProc objects no longer causes 'Released object' error.
519 Deleting a Session object from a form with a Database object no longer causes a 'Released object' error.
523 Fixed a repaint problem on left side of Grid.
486 The Grid now correctly picks up system color assignments.
520 The PrefixEnable property now works for the Text and TextLabel classes
002 TableDef.Load() can now be called multiple times without creating a new instance of the TableDef class.
009 TreeView.AllowEditTree now correctly works to block user editing of the tree.
195 The ListBox now correctly indicates the currently selected item when the form is first opened.
196 The ListBox now changes the selection when using keyboard characters.
111 A memo field can now be completely emptied with an Editor object.
533 The statusmessage for the Navigator now displays when the Navigator is first opened.
535 Resource losses no longer occur when running reports from within a program loop.
537 Form opening speed has been improved when the form contains a Grid.
013 The current row position is now maintained when using the BROWSE command and toggling the view between browse, form, and columnar views.
052 The BROWSE views (browse, form, and columnar) now follow SET DELETED and SET FILTER settings.
059 The BROWSE views (browse, form, and columnar) now follow the NOUPDATE option of USE.
401 BROWSE now shows the correct record after GO BOTTOM.
366 Alternating Inspector views when inspecting a released TreeView no longer causes a GPF.
388 Attempting to destroy a File object no longer causes an error or GPF.
530 TreeView.StreamChildren method now correctly terminates lines with CR/LF.
090 FGETS() no longer takes a long period of time to return the first line of text from a large file.
497 Opening an HTM file from right-click context menu in the Navigator now correctly opens the file in the registered application.
514 ToolBars are now updated properly as input focus is changed between forms.
335 The Form Designer now streams object property changes for objects contained in DataModules which are contained in forms.
536 Images no longer disappear in the Report Designer when Report.Output is set for HTML.
541 Images are now streamed when Report.Output is set for HTML.
147 ListBox.ColorNormal and ListBox.ColorHighlight now function correctly for ListBoxes which are DataSourced to a table.
458 Grid.SetFocus method now correctly places input focus on first column.
488 The current cell in a Grid now has a text caret when first tabbing into Grid.
547 Input focus is now correctly maintained when vertically scrolling through a deleted row in a Grid.
521 ActiveX properties, events, and methods are now more accurately detected and surfaced.
558 Editor.Key event handler is now called with the correct nColumn parameter value.
559 SpinBox.Key event handler is now called with the correct nColumn parameter value.
560 ComboBox.Key event handler is now called with the correct nColumn parameter value.
562 Form repaints during loop processing have been improved.
467 Query.Execute can now be called multiple times without causing GPF.
468 Database.Open can now be called multiple times without causing GPF.
525 Text.ColorNormal background color now works in reports.
543 Lines are now terminated with CR/LF when Report.Output is set for HTML.
549 Empty field asterisks are now correctly displayed when Report.Metric is set to any value.
550 Object selection problems have been corrected in the Report Designer when Report.Metric is set to any value.
099 LIST MEMORY and DISPLAY MEMORY now correctly report LOCAL and STATIC variables.
216 The LkSys function now returns the correct date for dates later than 1999.
500 Nested ActiveX method calls now work.
001 Corrected a problem with the ActiveX.SetFocus method.
426 Dragging an image file from the Navigator to the Report Designer now works correctly when Report.Metric is set to any value.
555 The ReportViewer no longer causes a User resource loss.
503 Controls are now redrawn correctly when NoteBook.Enabled is toggled.
552 Snap To Grid now works correctly for objects placed in the DetailBand in the Report Designer.
557 Method calls within a WITH...ENDWITH block are now correctly scoped to the object referenced by the WITH statement.
551 The main menu options Grow To Largest Height and Grow To Largest Width in the Report Designer now work correctly for Lines when Snap To Grid is turned off.
396 GPF no longer occurs when using a custom Editor object with an OnGotFocus event handler when the Editor object is Released in Form.OnClose.
413 BROWSE FIELDS no longer causes GPF.
579 In the Form Designer, the Inspector now only allows for logical setting for Value property of PushButton, RadioButton, and CheckBox.
102 In the Form Designer, the handling of Line objects has been improved.
291 Numerous preprocessor bugs caused by extra whitespace characters and comment markers have been fixed.
164 The DataModule Designer no longer becomes the Form Designer when clearing the current custom data module.
595 In the Form Designer, the current scroll position is retained when maximizing and then restoring the form. Also corrected an over-scrolling condition which occurred when homing form's horizontal or vertical scrollbar.
032 The current Grid.dataLink assignment can now be cleared in the Inspector while in the Form Designer.
049 Corrected a bug in the Form Designer scrolling where the value of the Top property member of controls was changed to a negative value and the controls could no longer be scrolled into view.
580 Multiple ToolBar rows are no longer created unnecessarily when using multiple ToolBar objects.
594 The performance of the File class has been improved.
600 Corrected a problem where form scrollbars could not be fully scrolled to the end of their range. Also, corrected a problem where the form's scrolled position was not maintained when adding a new control to the form in the Form Designer which also caused the Top and/or Left property values to not be set correctly after the control is added.
146 Assigning a function pointer in the Custom Form Designer's Source Editor now retains the assignment correctly.
020 NoteBook.onSelChange event no longer fires twice.
605 When a NoteBook is contained in a Container, the correct controls now display on the NoteBook for all NoteBook pages.
614 Fixed numerous problems in the Report Designer when using the Layout|Size and Layout|Align menu options when the Report.Metric is set to other than twips.
608 The Form Designer now correctly loads and streams 5.x forms which contain custom controls.
612 Executing CLEAR MEMORY after cancelling the opening of a form containing a syntax error no longer causes a GPF.
626 The Report Designer no longer causes a GPF when copying and pasting StreamFrames.
602 The Form Designer now correctly handles Form.OnLostFocus event handler assignments.
627 A GPF no longer occurs when changing Report.Metric in source code after having previously run the same report.
623 Text objects now correctly switch to in-place edit mode on second mouse click.
585 Numerous fixes for working with Line objects in the Report Designer.
459 Toggling DataModRef.Active in the Form Designer now correctly updates the contents of the Field Palette.
638 Data objects are now correctly positioned when placed on the report in the Report Designer.
625 Assigning an inactive rowset to Grid.dataLink no longer causes a GPF.
642 Clearing a custom report class containing a Query from a report in the Report Designer no longer causes an error or GPF.
116 Text objects now display correctly when they are anchored and transparent=true.
412 Grid EditorControl.OnGotFocus now fires correctly when clicking on the Grid with the mouse.
506 Grid display has been cleaned up so that when deleting a record in the Grid, the next record after the deleted record does not move to the top.
603 Grid column HeadingControl now executes the correct code assigned to the mouse events for the HeadingControl.
648 Corrected problems which caused multiple ToolBars to display on multiple rows when they should all fit on the same row.
649 Line objects are now scrolled correctly when the form is scrolled.
653 Grid display now correctly clears when rowset.active is set to false.
136 In the Form Designer, the menu option Layout|Spacing| Make Equal Vertical Spacing now works correctly.
427 In the Form Designer, when changing the active page of a NoteBook by clicking on the page tab now updates the NoteBook.pageNo property in the Inspector.
654 If a Grid column's editorControl is a ComboBox, changing the selection in the ComboBox no longer causes the Grid to move to a different current row.
655 Horizontal grid lines no longer disappear when the current row is changed in the Grid.
667 Query.Rowset.Handle property is now read-only.
669 The Grid.onGotFocus event no longer fires multiple times for a single focus occurrence.
671 Grid display performance has been improved.
428 Field.lookupSQL now works correctly.
677 Rowset.beginAppend() no longer causes row locks on child rows that match the current parent row.
674 When passing text strings to ActiveX control methods, the correct string length is now passed.
678 Child row locks are now correctly released after saving a change to the parent row.
339 Deleting a DataModule derived from a Custom DataModule from a form in the Form Designer now correctly removes any associated dataLinks. This prevents a subsequent GPF.
681 Popup menus are now displayed in the correct position when the form is scrolled.
679 Grid.onGotFocus now fires when form is opened and Grid is first control on the form.
682 An error is now detected when linking tables using fields with dissimilar data types.
100 Assigning a function pointer inside a WITH...ENDWITH construct now works correctly.
338 Text.suppressIfBlank in reports now works correctly.
685 Grid displays no longer corrupt when switching the rowset assigned to Grid.dataLink.
686 The ListBox no longer displays horizontal line remnants between items in the list.
687 The offset of images displayed on ToolButtons has been corrected.
690 A GPF no longer occurs if a MenuBar contains a menu with the same name as a stock menu property member.
689 Corrected problems in the Grid display when assigning null to Grid.dataLink.
694 The Editor object when dataLinked to a memo field no longer causes 'Too many BLOBs open' and 'BLOB not opened' errors.
697 If a rowset is active for a table and then the rowset is deactivated, the table modified, and then the rowset is activated, the rowset now correctly recognizes changes made to the table structure.
695 Corrected problems in the File class when reading and writing files in binary mode.
673 Corrected a problem where a GPF could occur when assigning Grid.dataLink.
700 Corrected a problem where a 'this' reference was stored with every custom method of an object, which created unwanted circular references to the object.
701 A Text object with a shortcut when used as the last control in the form's z-order no longer causes a GPF.
704 Grid.columnCount is now set correctly before the form is opened.
706 Corrected conditions where instances of the runtime engine and/or the application EXE were left in system memory after an error occurred.
714 Changes made to controls contained in custom Containers in the Form Designer are now streamed correctly.
699 Grid EditorControl.speedTip now displays correctly.
709 Rowset.canGetRow when used with an SQL WHERE... clause no longer causes a GPF.
693 Corrected a problem with registry access security rights so that an application EXE can now correctly find the location of the runtime engine files during application startup.
716 MouseUp events are no longer reflected through to other form and control surfaces after a corresponding mouse button double-click on an underlying surface.
724 The Menu Designer now correctly streams root_onInitMenu for the onInitMenu function name instead of _onInitMenu.
719 Referencing an invalid object reference in a lower level class constructor while the form constructor is running no longer causes a GPF.
737 Deleting a dataLinked form control and the associated query in a single delete operation no longer causes a GPF.
703 The CLASS... statement is now consistently streamed correctly for Popup menus in the Popup Menu Designer.
740 Assigning a different parent rowset to a child rowset no longer causes a GPF.
741 Changing an application EXE icon and then building and running the application EXE no longer causes a GPF.
738 Rowset navigation now functions correctly for rowsets created using SQL JOIN.
712 The Table Designer and CONVERT command now correctly create a backup of the original table.
746 Grid.onSelChange now correctly fires when the current row and/or column is changed in a Grid independent of the Grid.rowSelect setting.
748 Using EXTERN... with an ordinal number no longer causes a GPF.
279 A custom ComboBox which has a reference to a Query object as a custom property member no longer causes a GPF.
756 A problem where string comparisons could produce incorrect results when using a rowset index is now fixed.
757 A problem where a GPF could occur due to incorrect stack cleanup after an error has occurred when closing a form is now fixed.
759 Form.onLostFocus now fires correctly when input focus is switched to another application.
749 PushButton.visible now functions correctly when in a Container and PushButton.borderStyle > 0 and # 3.
758 Fixing a codeblock error in a report no longer causes a GPF when the report is run after the fix.
760 A GPF no longer occurs when closing the database which is set as the current database using SET DATABASE TO...
763 PushButtons no longer stick in the down position when clicked multiple times.
723 The standard Cancel/Fix error dialog is now correctly displayed when an error occurs in MenuBar.onInitMenu.
766 The Diskspace() function now returns correct results for drives larger than 2 gigabytes.
769 Divide by zero errors in a report no longer cause subsequent instabilities to occur due to memory corruption.
770 Selecting a report band in the Report Designer and then pressing Tab or Shift-Tab no longer causes a GPF.
773 In the Table Designer, changing the tableType multiple times in the Inspector no longer causes a GPF.
777 The Table Designer now defaults to the correct table type that matches the current database.
779 BROWSE TABLE no longer causes a GPF.
780 LookupRowset when used with a Grid no longer causes a GPF.
783 Releasing an active ToolBar (a ToolBar which is attached to a form) no longer causes a GPF when the form is closed.
789 A GPF no longer occurs when a lookupRowset is used, and the query is then modified and reactivated.
788 Using a macro within an array initializer no longer causes a GPF.
743 A problem has been addressed where adding a logical field to a table could cause a GPF.
776 Using non-English BDE language drivers no longer cause a GPF.
792 Assigning a DataSource with 'RESOURCE #1' with no DLL name no longer causes a GPF.
793 Using RELEASE OBJECT to release a shared ToolBar no longer causes a GPF.
747 Repeatedly opening and closing the Desktop Properties dialog no longer causes a GPF.
784 A GPF no longer occurs after fixing a syntax error in a custom report.
786 Omitting the tablename in a Query.SQL statement no longer causes a GPF.
787 The parameter values passed to the MsgBox() function are now tested for valid combinations which prevents the accidental creation of a message dialog that can lockup dB2K.
790 Deleting all rows of a table in one instance of a form while another instance of the form has a rowlock on the table no longer causes a GPF.
791 Deleting a field object from a Fields array no longer causes a GPF.
805 Saving a form containing a custom ComboBox that has a Query referenced as a custom property no longer causes a GPF.
627 Changing a report's Metric property in source code and then running the report no longer causes a GPF.
801 Assigning the results of a divide by zero calculation to a rowSet field value no longer causes a GPF.
803 A 'record in use' or 'row in use' error for a child rowSet no longer causes a GPF.
808 Restricted the use of the SQL Query Designer to one instance at any given time to prevent errors and loss of work.
785 A GPF no longer occurs if statements such as 'RESOURCE # 123' or 'RESOURCE # ""' are accidentally used to assign ToolButton.bitmap.
802 Resizing a Text object in the Report Designer when Text.trackJustifyThreshold is set to a non-zero value no longer causes a GPF.
817 A non-MDI form no longer falls behind the dB2K FrameWindow when the form is first opened.
057 A GPF no longer randomly occurs when adding field defaults to tables in the Table Designer.
754 The position of a popup menu is no longer skewed on a non-MDI form that has a ToolBar attached.
753 When a non-MDI form's attached ToolBar is right-clicked, a built-in table popup menu is no longer displayed.
823 Rowset.findKey() and rowset.findKeyNearest() no longer cause a GPF when no parameters are passed.
825 Clicking the Help ToolBar button while any band is selected in the Report Designer no longer causes a GPF.
827 Parameterized queries now function correctly when field values have trailing spaces
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform