Key Summary --- ------- TD-5157 Color setting for background color shows wrong default color TD-14426 WPF : SQLGetLastStatement need to be supported TD-14455 GRID: row with colored background does not change color (i.e., get 'selected') when user clicks row header TD-15316 SalListSetSelect returning the wrong boolean value TD-15483 WIN API function SetWindowLong() with a style that includes WS_CAPTION still displays the caption/title of an MDI child form window TD-15555 When using Native Windows XP or Office 2000 themes, the tabs at the bottom are unreadable TD-15664 Error building WPF EXE: warning -- Failed to autodetect assembly 'LIBVAR' -- because symbol import for var. saString[10] is defined as simple string TD-15681 TD .NET: extremly bad FILE I/O SalFileRead/SalFileGetStr performance TD-15692 Report Builder: Editing a Conditional formula in test case's Break Group Footer line, deletes the conditional formulas for other Footer lines TD-15735 Documentation: SalYieldStartMessage() might need to be changed to use hWndFrame instead of hWndForm TD-15740 LISTBOX issue selecting items TD-15753 .NET explorer wizard not functional on certain assemblies TD-15858 Sal function to select tree item by data value TD-15890 WPF: Referencing a class variable in the WHERE of a SQL query generates a SQL error #0. Works OK in WIN32. TD-15915 New Sal function to mimic VisListGetIndexFromPoint with new tree control TD-15930 "Default" Icon size has changed when used in an Option Button TD-15933 Bad performance when navigating inside a grid with a large amount of data TD-15998 Rich Text in a report footer only displays the first line of the text TD-16000 corruption of updaded long using ODBC router in this case DB2 TD-16008 QuickReports: Support for adding a RichText item + associate with a new input variable via the QuickReports (Q/R) API is missing TD-16034 VisMenuInsert() changed its menu ID return as of v5.x and now other VisMenu functions, like VisMenuCheck() don't reference the correct menu TD-16037 TAB BAR: With a pushbutton on the tab page, clicking it sets it as 'default' - but if you then click in a field and hit Enter key, pushbutton still gets SAM_Click TD-16038 calling SalTblSetFocusCell() 2 times on a TW row with disabled columns hangs TD TD-16043 SalTreeSetItemFontEnh doesn't work as expected with certain combination of FONT_Enh* TD-16059 .NET Table Window drop-down list column issue: Different lists in different rows get cross-linked so row 1's list displayed in drop-down list for row 2, for example. TD-16071 Late bound calls fail if a columns is created usign SalTblCreateColumnFromClass( ) TD-16083 Unable to print a QRP with Rich Text Content TD-16084 When previewing a QRP with a Rich Text Control you will notice that a gap is added below the Rich Text content TD-16085 When printing a QRP with a Rich Text Control to a PDF you will notice that a gap is added before the Rich Text content TD-16124 String Check box value cannot be set or retrieved - only with WPF TD-16190 Create a Server Authentication object to initialize "SERVER_CERT", "KEY_FILE" and "SSL_PASSPHRASE" Axis2.xml parameters at runtime TD-16210 Accelerator would not work on button in a DLGTOOLBAR, DLG created in a FORM using SalCreateWindowEx TD-16338 GRID: Number column preset to 0 and ROW_New | ROW_Edited set FALSE, still gets checkmark when user clicks in a cell then clicks elsewhere with no change. TD-16353 SalSetFont() change objects order when using SalGetFirstChild() / SalGetNextChild() TD-16447 After migrating from TD4.2 to TD6.0, buttons derived from a class have incorrect value set for new attributes TD-16501 Unable to set an instance array TD-16599 Unable to iniatialize a data field associated to a nested tab TD-16631 SalColorSet( COLOR_White ) doesn't work when the field bkgnd color=3D Face Color TD-16643 TD ORACLE connections: if x SqlConnect calls made, then x SqlDisconnect calls made, Oracle VIEW V$PROCESS shows that with last disconnect the TD process didn't close TD-16645 SAM_Validate is being fired twice when tabbing out of a grid column TD-16747 MDI: MDI child Form is (re)maximized if clicking its title to make it active TD-16755 CDK: v6.x CDL.APL still declares this constant: k_sRegistrySection = "Gupta\\SQLWindows 5.2\\UserWizards" TD-16763 WPF & OBJ_Null: You are not able to set a Functional Class Instance Variable array element = OBJ_Null. OK in Win32. TD-16764 SalTrackPopupMenu() and cascading menu: Submenu item does not display icon TD-16768 Report Builder stops responding when trying to print a QRP with an RTF object embedded TD-16791 Help states for a combo attribute Auto Fill that Default = No. This is wrong: Default for that attribute is Yes TD-16794 TBL_Flag_SingleSelection can be bypassed when the user holds down the "Shift" key TD-16813 SalStrLopASCII() is not documented and SalStrLop() does not reference it TD-16827 Find and Replace window moving too much during search when dialog is covering partially the outline TD-16828 Access violation depending what gets inserted in TBLW columns and its MAX data length property TD-16871 Unexpected behavior for SalTblQueryColumnWidth( ) when called on hidden grid columns TD-16872 MSOFFICE document cannot be retrieved from SalActiveXGetData() TD-16878 GRID with Drop-Down Column: test case with editable column is not selecting correct lookup/drop-down column. TD-16892 TREE CONTROL and "All Files (*.*)|*.*||" -- Selecting an item in the tree control displays the "All Files" error msg. TD-16916 SalFileGetStr( ) crashes on German version of Windows 7 Professional 64 bits TD-16942 MENU CRASH: In IDE when your select a Form's Menu section, r-click and click on Menu Editor... option. TD-16945 When "Line Wrapping" is set to "Dynamic" on a report field, the last characters before the first line wrap won't get fully displayed TD-16951 MNEMONIC FUNCTION KEYS (F2, F3, etc.) no longer sent as the accerator of a Pushbutton if PB is a control in a child form window created by SalCreateWindowEx() TD-16968 Unexpected behavior for SalTblSetFlagsAnyRows() when ROW_Hidden is TRUE on some rows TD-16969 Unexpected behavior for SalTblSetFlagsAnyRows() on grouped data TD-16997 TBL_FillAll won't display SalTblPopulate( ) result set when Height is insufficient and SAM_CountRows if forced to return zero TD-17003 Inconsistent behavior for SalTblGetColumnText() when called upon a hidden grid column TD-17006 Regional Settings & SalIsValidXXX functions: the 3 functions (Number, Decimal, Integer) all return TRUE for a field = "3.....14" if Reg. Settings = FINNISH TD-17007 .NET NUMBER_Null assignment: Setting to a DT Table Window column gens. a runtime error: "String was not recognized as a valid DateTime." TD-17008 Regional Settings & SalIsValidDateTime() function: Returns TRUE for a field = "23,11,2011" if Reg. Settings = FINNISH TD-17009 GRID: Non-default text color, when a column cell is selected, does not display text as WHITE. Text color does not change and becomes unreadable. TD-17010 Add a new SalNav*() function to reset the button selected state TD-17014 VisMenuSetText() doesn't clear the tab suffix TD-17019 How n = NUMBER_Null should evaluate in: If NOT n... Win32 evals. n = FALSE. Behavior should be same when run in .NET/WPF TD-17025 WPF - WM_CHAR: wParam = 0 (zero) when trapped in a field. It should be the keycode for the key that was clicked. TD-17030 WPF: SalGridDataExport( ..., Format_EXCEL ) - is saving out as an XML-formatted file TD-17031 GRID WPF: Non-editable column and right-click with mouse still displays the Edit context menu. Does not happen running in Win32. TD-17036 WPF - When a Grid is created and owned by a form and form's title bar has Grid title, then the grid is destroyed, the Form's title bar does not refresh to its earlier title TD-17037 WPF Pushbutton issue: If you click down on a button, then move the mouse off the button and release, button still receives SAM_Click. In Win32 click is cancelled.q TD-17038 SalTrace() in On SAM_Activate crashes app TD-17047 Local Language Support: Date Picker & DateTime Picker buttons 'Today' and 'None' are not translated to local language TD-17052 Unable to open certain types of JPG files TD-17054 Grid columns with "Cell Type = Progress" loose their values when sorted TD-17056 GRID: Word wrap mode in grid columns dynamically created doesn't work TD-17070 GROUP BOX and Background text in a dlg box: When dlg. is created, it appears that part of background is painted onto the the bkgnd. text TD-17078 REPORT BUILDER - RichText and Windows Terminal Server: Only the first several chars. of the RT in Preview mode are displayed. TD-17086 Since TD6.0 SP3 AXIS2C runtime library changed its CRT manifest DLL causing problem on XP and WIN2003 TD-17093 Docked dialog state breakes combobox behavior TD-17094 SQLSERVER : OLEDB dynamic SalTblPopulate not working with column using UNIQUEIDENTIFIER or NTEXT TD-17109 MDI Toolbar Pushbutton call to SalWaitCursor( TRUE ) : does not set cursor to hourglass if that's the only call in PB's SAM_Click TD-17119 DOCKING WINDOWS: A docked dlg. box with 5 vertical fields on an MDI can be reduced vertically so all of bottom 5th field is hidden before vert. scroll bar is displayed TD-17124 Closing a Modal Dialog created from an MDI Child Window causes that the Parent Window won't get reactive TD-17128 RichText Control: All Files *.* error msg. box on calling SalRTFTextSetFont() TD-17142 New Treecontrol problems TD-17155 ReportBuilder RTF text printing: With multiple RTF files -- one for each of 3 pages -- RB only prints # of lines of shortest RTF file TD-17160 Rows won't get fetched when resizing a grid populated using TBL_FillNormal TD-17178 GRID -- SalTblSetColumnTitle() and SalTblSetColumnPos() incorrectly reference a column that should be in 21st position in the test case GRID TD-17180 SAM_ItemExpanded and SAM_ItemCollapsed are not being fired in Windows XP when clicking on "+" and "-" TD-17199 DateTime Picker doesn't fire SAM_AnyEdit if Year is changed TD-17200 SalGridExportDataEx( ) Don't export hidden columns TD-17228 Bitmaps wrongly displayed in reports TD-17232 GROUP BOX and Background text in a dlg box: When dlg. is previewd in design-time, it appears that part of background is painted onto the the bkgnd. text TD-17235 MB_* constants not translated to Italian TD-17239 SAM_DropFiles -> SalDropFilesQueryFiles() would always return 0 dropped file... TD-17249 The resources used by qwaxi60.dll are not being released TD-17287 SalStrToDate of a US long date / time would not work with non US regional settings TD-17290 GRID -- if it contains a non-editable column, if navigating using up/down keyboard keys, the GRID is not getting sent the SAM_Click msg. TD-17309 TAB BAR: crash with call to SalTabSetPageTitle( ) referencing a non-existent Tab Bar Page. TD-17315 DOCKING WINDOW SAM_Dock & SAM_DockChange: Low/High lParam values for these SAM messages are incorrect TD-17317 WPF Date calculation throws compiler error TD-17330 TD & INFORMIX: User reports crash in SqlExecute() with a SELECT where a CHAR/VARCHAR column TD-17334 GRID and SalGridSetCellPicture( ..., GRIDAREA_Cell, ...): All cells get the same BMP image -- image should be specific to that GRID Column Cell TD-17340 If you select items from a Combo Box using letter keys and then press the "Tab" key, this will cause that Team Developer keep the previous selection TD-17362 Japanese characters entered in a cWebDataField and cWebHTML control get garbled after pressing a button TD-17407 Context Menus in MDI and MDI child forms do not work TD-17449 Compilation error when calling SalWindowIsDerivedFromClass( ) to evaluate if a Window Handle is derived from a Date Time Picker class TD-17455 Report Builder is saving/writing out Rich-Text RTF files with text overwritten. OK if output is to PDF TD-17464 Unable to set default printer using SalPrtSetup to a share printer on TS when the current default printer is redirected. TD-17472 Crash in SalTrackPopupMenu() with Named menu item when this is evaluated: Enabled When: hWndFrame.cIxFileClipper..GetSelectedCount( ) > 0 TD-17477 SalReportPrintToFileEx - crash when called with param. FORMAT_PDF TD-17478 ReportBuilder RTF text printing crash when saving to PDF file TD-17503 WPF: Pushbutton accelerator Fx keys F1 - F11 & Esc key do not work in WPF. OK in Win32 TD-17512 Informix router if router log is enabled insert/update no longer works TD-17530 Win 64bit German - VisWinShow( frm1, SHOW_Maximized ) crashes TD-17532 WPF GRID Number column formatting error: Regional Setting = GERMANY, if format defined as "#.##0,00" displays incorrectly as 12345,67890123 TD-17533 The functions SalTblCopyRows/SalTblPasteRows are not working with hidden column