The following tables list the defects that have been resolved with this update.
| Defect #: | Date Reported: |
| 108517 | 4/15/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar Controls | |
| Description: | |
| Adding a category of actions causes items to be drawn overlapping each other. |
|
| Defect #: | Date Reported: |
| 108786 | 4/18/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar Controls | |
| Description: | |
| List Category of Standard Actions do not render properly on Action Bar - the comboboxes are overlapping the text. | |
| Defect #: | Date Reported: |
| 110901 | 5/7/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| ActiveXCode Generators | |
| Description: | |
| Importing the following type libraries result in an error: "Error: 'Error' is not a type identifier" C:WINNTSystem32MSADODC.OCX C:Program FilesMicrosoft OfficeOfficeMSOWCW.DLL C:Program FilesMicrosoft OfficeOfficeMSOWC.DLL |
|
| Defect #: | Date Reported: |
| 110904 | 5/7/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| ActiveXCode GeneratorsPascal | |
| Description: | |
| Some type libraries have array properties that aren't being generated properly. | |
| Defect #: | Date Reported: |
| 111247 | 5/9/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| ActiveXCode GeneratorsPascal | |
| Description: | |
| The imported MS HTML library fails to compile | |
| Defect #: | Date Reported: |
| 112549 | 5/21/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| ActiveXCode GeneratorsPascal | |
| Description: | |
| An inconsistent use of underscore on Set method in generated code when using TLE to add Write by Ref property results in compile error | |
| Defect #: | Date Reported: |
| 112559 | 5/21/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| When HTTPRio has neither URL nor WSDLLocation and an attempt is run to cast it as in Soap Interface and then call one of it's functions, no error occurs until the soap function is called, and then the error is 'invalid parameter' which is not a very good discription of what the problem is. You should get an error to the effect of missing WSDL or URL. |
|
| Defect #: | Date Reported: |
| 112632 | 5/22/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| ActiveXType Library Editor | |
| Description: | |
| When adding a method with params of different types to a COM+ Event interface the generated code will not compile. | |
| Defect #: | Date Reported: |
| 112824 | 5/24/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| IDEForm Designer | |
| Description: | |
| The IDE removes any empty line in a memo or any other control which has empty strings in the DFM, if we do "View as Text" and back to "View as Form" . | |
| Defect #: | Date Reported: |
| 112876 | 5/24/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| IDEViewsDiagram | |
| Description: | |
| Diagram view on the TypeLibrary Unit AVs |
|
| Defect #: | Date Reported: |
| 112938 | 5/25/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseADO | |
| Description: | |
| Any use of the new TCustomADODataSet.OnRecordsetCreate event causes an "Invalid variant type conversion" exception. | |
| Defect #: | Date Reported: |
| 113329 | 6/1/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| IDEModule Manager | |
| Description: | |
| Marking a unit as 'platform', 'deprecated' or 'library' messes up the IDE's parser |
|
| Defect #: | Date Reported: |
| 113456 | 6/4/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| MidasTClientDataSet | |
| Description: | |
| ClientDataSet.SetOptionalParam is causing an exception when value is not a datetime string. | |
| Defect #: | Date Reported: |
| 113467 | 6/3/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAPWSDL Importer | |
| Description: | |
| SOAP URI is incorrect xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap" should be xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" |
|
| Defect #: | Date Reported: |
| 113468 | 6/3/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAPWSDL Importer | |
| Description: | |
| Make the targetNamespace for WSDL generated as a property so that users can set it. Currently its "http://www.borland.com/soapServices" | |
| Defect #: | Date Reported: |
| 113726 | 6/6/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DebuggerBreakpoints | |
| Description: | |
| Enabling a group via the new local menu items off of the Breakpoints menu item does not work | |
| Defect #: | Date Reported: |
| 113873 | 6/7/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAction Classes | |
| Description: | |
| TStaticListAction does not get it's ItemIndex property set when the action is executed. | |
| Defect #: | Date Reported: |
| 114038 | 6/10/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphi | |
| Description: | |
| UCS4StringToWideString return invalid widestring. Following code, We expect that v equal w. But Delphi6 doesn't w := '123'; v :=UCS4StringToWideString( WideStringToUCS4String(w)); if w <> v then Button1.Caption := 'Bad'; v have as '123'#0, not '123'. length(v) is 4 not 3. |
|
| Defect #: | Date Reported: |
| 114136 | 6/11/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseDBExpressTSQLDataSet | |
| Description: | |
| SQLDataSet.Refresh causes memory loss. | |
| Defect #: | Date Reported: |
| 114367 | 6/15/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| IDEPackagesPackage Manager | |
| Description: | |
| Mouse over the Diagram tab results in a series of access violations if the Package source is open in the Code Editor. The AV's happen as long as the mouse is over the diagram. | |
| Defect #: | Date Reported: |
| 114408 | 6/18/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseDBExpress | |
| Description: | |
| BcdToStr doesn't work correctly when precision and scale are the same. eg) 0.123 incorretly changes to 123 |
|
| Defect #: | Date Reported: |
| 114434 | 6/19/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar ControlsTToolActionBar | |
| Description: | |
| Deleting ActionItem from ActionToolBar (which has enough items to display [>>] mark on right side of the toolbar.) will cause an AV in module DCLACT60.BPL and invalid page fault in module RTL60.BPL. | |
| Defect #: | Date Reported: |
| 114567 | 6/21/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetXML | |
| Description: | |
| 'MSXML is not installed' is a error that may be raised even if the MSXML dll has been installed. For instance if CoInitialize has not been called the above error will surface. | |
| Defect #: | Date Reported: |
| 114626 | 6/25/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| QualifyFileName function in WebComp unit is not threadsafe. | |
| Defect #: | Date Reported: |
| 114667 | 6/26/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| IsConsole is incorrectly being set for ISAPI DLL projects. This can cause a problem with any WebSnap applications which allow exceptions to escape from their over-ridden handlers. | |
| Defect #: | Date Reported: |
| 114766 | 7/2/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseADO | |
| Description: | |
| A problem occurs when opening a form in the IDE that has a TADOQuery. If the query is active, and if the connection is no longer valid, the IDE closes without any warning. The same occurs if a form with an active TADOQuery is created before the datamodule that contains the associated TADOConnection. |
|
| Defect #: | Date Reported: |
| 114773 | 7/2/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetControlsTPageProducer | |
| Description: | |
| D6 broke TagParams by checking for #13#10 as a tag param terminator. | |
| Defect #: | Date Reported: |
| 114807 | 7/3/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAction Classes | |
| Description: | |
| TSearchFindNext action fails to find text. There is a bug in TSearchFindNext.Execute where it does not assign the Target and therefore will never find any text. | |
| Defect #: | Date Reported: |
| 114852 | 7/4/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| IDECode Editor | |
| Description: | |
| Reproducible Access Violations occur in the IDE when declarations of the following type are included at global scope in a unit: const A: set of Char = ('a','b','c'); |
|
| Defect #: | Date Reported: |
| 114886 | 7/6/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAPInterface | |
| Description: | |
| It is currently not possible to create usable descendants of THTTPReqResp. |
|
| Defect #: | Date Reported: |
| 114997 | 7/10/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DebuggerEvaluatorDelphi | |
| Description: | |
| Debugger does not correctly evaluate properties of type Int64 with a property getter method. |
|
| Defect #: | Date Reported: |
| 115042 | 7/10/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseADO | |
| Description: | |
| Opening a ADOquery in Delphi 6 is much slower then it was in Delphi 5 because of extra calls to the F.Properties for "every" field in the RecordSet regardless of the "already" determined FieldType. | |
| Defect #: | Date Reported: |
| 115071 | 7/11/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphiPascal Strings | |
| Description: | |
| Concatenating AnsiStrings fails in System._LStrCatN when the new "append" optimization kicks in. Results in garbage being appended - the "can we append" detection does not work correctly. |
|
| Defect #: | Date Reported: |
| 115117 | 7/13/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| ActiveXIDEImport ActiveX Control/Type Library | |
| Description: | |
| Class wrapper does not return result values of imported methods. Example: _DPdf = dispinterface function LoadFile(const fileName: WideString): WordBool; dispid 2; function TPdf.LoadFile(const fileName: WideString): WordBool; begin DefaultInterface.LoadFile(fileName); end; |
|
| Defect #: | Date Reported: |
| 115118 | 7/13/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseDBExpress | |
| Description: | |
| Disable the AutoFill property on the TSQLTableNameProperty class since the property editors have an AutoFill property that will try to match what you'ved typed so far with an element of the property's value list. That means for every keystroke, the property editor fetches the complete value list from the component. | |
| Defect #: | Date Reported: |
| 115151 | 7/15/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| MidasXML MidasXMLMapper | |
| Description: | |
| XML Mapper fails selecting nodes when the source XML file contains DBCS <xx5B> in a element name. | |
| Defect #: | Date Reported: |
| 115155 | 7/15/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| IDECode Completion | |
| Description: | |
| Code Completion causes AV in compiler when Browser window is opened. |
|
| Defect #: | Date Reported: |
| 115165 | 7/16/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| MidasXML MidasXMLMapper | |
| Description: | |
| Opening an XML-Schema in XMLMapper does not extract the type-information . This is important when trying to create a Midas-datapacket, or MyBase database from the schema. |
|
| Defect #: | Date Reported: |
| 115166 | 7/16/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphi | |
| Description: | |
| VarArray's do not work. VarArray data was not being copied during an assignment. Only a reference to the data was being copied. The VType in the TVarData did not indicate that it was a varByRef variant. |
|
| Defect #: | Date Reported: |
| 115171 | 7/16/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| Array of byte is not transfered in base64 encoding. | |
| Defect #: | Date Reported: |
| 115240 | 7/17/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar ControlsTMainMenuActionBar | |
| Description: | |
| If the menu show delay is set to 0 then menus should appear immediately but in ActionBands this causes you to have to click a menu item prior to it being displayed. | |
| Defect #: | Date Reported: |
| 115241 | 7/17/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar ControlsTMainMenuActionBar | |
| Description: | |
| Submenus display before the first item is selected which is inconsistent with standard windows menus. | |
| Defect #: | Date Reported: |
| 115242 | 7/17/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| TXSDate.XSToNative and TXSDateTime.GetAsDateTime both use strings which presume MM/DD/YYYY order when call date functions. | |
| Defect #: | Date Reported: |
| 115270 | 7/17/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar ControlsTMainMenuActionBar | |
| Description: | |
| ActionBand Standard menus use clMenu for drawing of menu items when it should be using clBtnFace throughout. | |
| Defect #: | Date Reported: |
| 115292 | 7/18/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar ControlsTToolActionBar | |
| Description: | |
| AV occurs clicking the dropdown button of a TActionToolBar | |
| Defect #: | Date Reported: |
| 115323 | 7/18/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseDBExpress | |
| Description: | |
| Call IsNull on a blob field causes AV |
|
| Defect #: | Date Reported: |
| 115338 | 7/19/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| There is an error in WebReq.pas with regards to TWebRequestHandler.HandleException: EAbort's are not ignored. | |
| Defect #: | Date Reported: |
| 115348 | 7/19/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| The error: -2147417842 (0x8001010e) will be returned from any WebSnap application compiled as an ISAPI dll and run under IIS5 (Windows 2000) with the Application Protection on that directory is set to "Medium (Pooled)". The reason this happens is because the CoInitFlags are not being set to COINIT_MULTITHREADED for an ISAPI dll (but, it is required). |
|
| Defect #: | Date Reported: |
| 115383 | 7/19/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar ControlsTMainMenuActionBar | |
| Description: | |
| Setting individual colors for items on a submenu fails to draw the items with that color. | |
| Defect #: | Date Reported: |
| 115399 | 7/19/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseDBExpress | |
| Description: | |
| Trying to get blob at eof (as with an empty table) results in an EOF error. | |
| Defect #: | Date Reported: |
| 115413 | 7/20/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| IntFromValue function does not check for blank string, resulting in AV when blank string is passed. | |
| Defect #: | Date Reported: |
| 115642 | 7/26/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphiOther RTL | |
| Description: | |
| SearchBuf does not locate a match if the target pattern of characters occurs at the beginning of the string being searched. | |
| Defect #: | Date Reported: |
| 115730 | 7/30/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar Controls | |
| Description: | |
| Resize a TActionToolbar which orientation is obBottomToTop will cause a AV: Access violation at address xxxx im module 'rtl60.bpl' |
|
| Defect #: | Date Reported: |
| 115745 | 7/30/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetXMLData Binding | |
| Description: | |
| XML Data Binding Wizard cannot correctly import a DTD file where attribute defaults are defined using single quotes. | |
| Defect #: | Date Reported: |
| 115780 | 7/31/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| When invokable class returns TTopClass, where TBottomClass = class(TRemotable) TMiddleClass = class(TBottomClass) TTopClass = class(TTopClass) WSDLGenerator generates Pascal as follows: TBottomClass = Class(TRemotable) TTopClass=Class(TRemotable) so that it loses the published members from its base classes. |
|
| Defect #: | Date Reported: |
| 115835 | 8/1/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| MS does not import our WSDL documents, because we are not namespace qualifying some elements in the service/port elements. | |
| Defect #: | Date Reported: |
| 115842 | 8/1/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| WSDL Exporter does not allow targetnamespace to be set, always defaults to borland specific URI | |
| Defect #: | Date Reported: |
| 115846 | 8/1/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| When OnAfterDispatchPage is assigned you will get an Access Violation in xxxxx read of address 0000000. | |
| Defect #: | Date Reported: |
| 115966 | 8/2/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| TCustomAdapterImageField.GetValue returns False instead of '' when EchoActionFieldValue is set and no value if found in the request. | |
| Defect #: | Date Reported: |
| 115969 | 8/2/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| RedirectToPageName causes AV if AParams parameter is nil | |
| Defect #: | Date Reported: |
| 115976 | 8/2/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAction Classes | |
| Description: | |
| It's not possible to assign events of the subcomponents of the following actions: TPringDlg, TColorSelect, TFontEdit, TSearchFind, TSearchReplace. | |
| Defect #: | Date Reported: |
| 116159 | 8/8/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetISAPI Application | |
| Description: | |
| Isapi dll's leak memory. After a while, it will crash the server. | |
| Defect #: | Date Reported: |
| 116254 | 8/10/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseCore VCL | |
| Description: | |
| BcdCompare(0, 0) yields wrong result. Variant comparison of BCD zeroes fails. |
|
| Defect #: | Date Reported: |
| 116262 | 8/10/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphiConvUtils | |
| Description: | |
| StrToBool does not accept "False" and "True" as boolean data. This is due to TryStrToBool being broken. |
|
| Defect #: | Date Reported: |
| 116264 | 8/10/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| Can't save an include file after previewing a page that uses it. | |
| Defect #: | Date Reported: |
| 116265 | 8/10/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| The following VBScript statement always evaluates to false. <% if IsNull(EndUser.Login) then ... %> |
|
| Defect #: | Date Reported: |
| 116447 | 8/15/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphiFile Management | |
| Description: | |
| No EInOutError exception is raised even when IOCHECKS is explicitly turned ON Regression from Delphi 5 |
|
| Defect #: | Date Reported: |
| 116908 | 8/23/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar Controls | |
| Description: | |
| Drag actions on TActionMainMenu or TActionToolbar will cause an AV if CustomizeDlg not close | |
| Defect #: | Date Reported: |
| 116926 | 8/24/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAPWSDL Importer | |
| Description: | |
| WSDL import from whitemesa gives an Invalid Variant Conversion | |
| Defect #: | Date Reported: |
| 117238 | 8/30/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| SOAP Client applications should throw a special SOAPException when the Server sends back a SOAP Fault. Currently we simply throw Exception, making hard for Clients to determine whether their Client code failed or whether the Exception was a valid SOAPFault from the Server they invoked. The new exception is ESOAPInvokeException. |
|
| Defect #: | Date Reported: |
| 117338 | 8/31/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAP | |
| Description: | |
| If anyone accesses a Delphi Webservice via the web and executes the following command they can modify the ADOServer_WSDLADMIN.INI file entries even when the "AdminEnabled" property is not enabled. Example: http://localhost/scripts/adoserver.dll/wsdl/admin When the WSDL selection screen appears just click on either the IWSDLPublish or IADOReader options you will be presented with the Administrator setup screen even though AdminEnabled = false. |
|
| Defect #: | Date Reported: |
| 117621 | 9/7/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphiConvUtils | |
| Description: | |
| Issuing strtobcd on a numeric string with thousand separators result in incorrect values. For example, strtobcd('9,999.99') results in "?<999.99". |
|
| Defect #: | Date Reported: |
| 117946 | 9/13/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| SOAPWSDL Importer | |
| Description: | |
| When importing WSDL the generated code is missing the NameSpace in the RegisterInterface Procedure. | |
| Defect #: | Date Reported: |
| 118903 | 9/26/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAction Classes | |
| Description: | |
| The unit ExtActns call URLDownloadToFile from urlmon.dll. This effectivley means that a delphi exe compiled with runtime packages will only run when Internet Explorer is installed. |
|
| Defect #: | Date Reported: |
| 120600 | 10/16/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| DatabaseDBExpress | |
| Description: | |
| Variant exception occurs trying to use TFMTBcd.AsString, AsCurrency, etc. from within the TField.OnValidate event. | |
| Defect #: | Date Reported: |
| 123305 | 11/12/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| InternetWebSnap | |
| Description: | |
| Closing the DBExpressTestSvr Delphi 6 demo causes Access Violations, after visiting the pages that the demo produces. This only happened after Delphi 6 update pack 1. | |
| Defect #: | Date Reported: |
| 124085 | 11/23/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| CompilerDelphiLanguageVariants | |
| Description: | |
| Cannot stuff an Int64 base type into a variant array of variant. | |
| Defect #: | Date Reported: |
| 125668 | 12/27/01 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| CompilerDelphiLanguageVariants | |
| Description: | |
| D6 Upd1 does not accept thousand separator as part of a variant string -> currency conversion. D6 and prior versions did |
|
| Defect #: | Date Reported: |
| 125842 | 1/4/02 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| Internet | |
| Description: | |
| We have the Active Server Page wizard which automatically generates a .asp page in the code editor. However, the .asp page is not syntax highlighted. 'asp' should be a default highlighted extension for HTML files because of this. | |
| Defect #: | Date Reported: |
| 126259 | 1/10/02 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| VCLAdditional ControlsAction Bar ControlsTActionManager | |
| Description: | |
| When a TImageList is linked to A TActionManager the Icons for FileOpen1 and FileSaveAs1 are not correct | |
| Defect #: | Date Reported: |
| 126388 | 1/14/02 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| CompilerDelphiLanguageVariants | |
| Description: | |
| String values containing a NUL character (ASCII 0) are truncated at the location of the NUL character when assigned to a variant. |
|
| Defect #: | Date Reported: |
| 126673 | 1/18/02 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| CompilerDelphiLanguageVariants | |
| Description: | |
| VarArrayClear and VarArrayCopyForEach do not correctly handle zero-sized dimensions. | |
| Defect #: | Date Reported: |
| 127203 | 1/25/02 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| RTLDelphiThread support | |
| Description: | |
| TThreadLocalCounter2 has a FLAW, see steps. This causes major slow downs in custom variants which in turn slows down DB as it is now very dependent on custom variants. | |
| Defect #: | Date Reported: |
| 127239 | 1/26/02 |
| Project: | Version: |
| Delphi | 6.0 |
| Area: | |
| CompilerDelphiLanguageVariants | |
| Description: | |
| Multiply and divide operations between byref variants of type varInteger and varCurrency fail with the exception EVariantInvalidOp. | |