Bugfixes BW 7.1c.135 Corelli: # 8825 (VHNT3591): Bug: cannot change value in drop down combobox. Date: Mon, 8 May 2000 09:27:05 +0200 (METDST) Release: Corelli Date: 2000/05/08 Script: MergeProject Project: VHNT3591 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Cannot change the values of a drop-down-combo box in a grid using the arrow keys. Problem Description (Technical terms) When the user clicks in (or on the small button at right side) the drop-down-combo box, the combobox closes itself. This is due to the focus being lost to other control. This problem occurs when there is edit-box in grid and the focus is in the edit box. Then when the user clicks with his/her mouse on dd-combo-box to open it and make a selection, the combo box closes automatically giving the user no chance to change value. The code which snatch the focus from the combo-box has be disabled. Workaround Test Procedure See TCS call 100-55176 Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 8906 (VHNT3670): Grid zoom button does not work. Date: Thu, 18 May 2000 07:45:28 +0200 (METDST) Release: Corelli Date: 2000/05/18 Script: MergeProject Project: VHNT3670 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Zoom button in Grid doesn't work. Problem Description (Technical terms) Workaround Test Procedure Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 8938 (VHNT3689): Toolbar button state not changed Date: Mon, 22 May 2000 13:06:49 +0200 (METDST) Release: Corelli Date: 2000/05/22 Script: MergeProject Project: VHNT3689 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Toolbar button states sometimes not updated. Problem Description (Technical terms) When a pop-up menu is created and destroyed, the count of number of menu-bars owned by a main window becomes corrupt. Workaround None Test Procedure The problem is found in a specific case in the session tirou0104m000 ( Task Relationship) session and i suppose that it is related to auto complete property. Step 1: In the session, mark any row and the toolbar buttons "Duplicate", "Delete" and the button "Process Variable" in the secondary toolbar get enabled. Step 2: Press the new group button and enter only the first or the first two character of the an existing task relationship and press tab. Step 3: Now Right click on the red characters and choose the one you would like to see. Step 4: Now select any row, but the button which were enabled in the step 1 by selecting a row are now disabled and are not enabled even upon refreshing. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 8943 (VHNT3687): Benttool was not backwards compatible, causing some older programs (like release builder) to fail. Date: Mon, 22 May 2000 15:11:09 +0200 (METDST) Release: Corelli Date: 2000/05/22 Script: MergeProject Project: VHNT3687 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) The benttool.dll was not backwards compatible. Some of the functions had been moved to gentool and thus were not available anymore in benttool. As a result, some of the programs like the release builder did not work anymore. Problem Description (Technical terms) Release Builder: function EnvNameIsValid did not work, it always returned -1 (which causes the release builder to show This environment name cannot be accepted. Same error also appeared during installation of the BW client on a PC. Workaround Test Procedure Affected Executables benttool.dll Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 8983 (VHNT3716): New japanese resource files Date: Thu, 25 May 2000 08:58:57 +0200 (METDST) Release: Corelli Date: 2000/05/25 Script: MergeProject Project: VHNT3716 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) Double byte katakana resource files received. Problem Description (Technical terms) See above Workaround None Test Procedure Test on multi-byte system. Affected Executables bw.exe becs.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz TCS remark id(s) Priority (e.g. not workable) xxxxx Corelli: # 9249 (VHNT3923): Make sure right Graph object is registered Date: Fri, 30 Jun 2000 09:08:51 +0200 (METDST) Release: Corelli Date: 2000/06/30 Script: MergeProject Project: VHNT3923 Created on: Verdi Type: bugfix Problem: Problem Description (Customer terms) The message 'Failed to open Graphics Server' displays when selecting Show Chart button on the Resource Chart session cprmp3701m000. When I click the OK button, the message either displays again or a new message "The server is already running" displays. The only way to get out of this loop is to re-boot. This situation occurs whenever I log in to BaanERP using the Web Launcher. Problem is caused because BW is also installed on the local desktop. For some reason, when running BW centrally deployed, the graphics server does not work when BW is also installed locally. Problem Description (Technical terms) When the Graph OCX is registered no new registration is done. This might result in loading the wrong OCX. Workaround None Test Procedure Run centrally deployed BW. Use session: cprmp3701m000 to test the Chart OCX. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 22744 833446 30 Corelli: # 9317 (VHNT3900): Use of correct slashes for path BSE and BSE_TMP when used in argument of program started by app_start Date: Fri, 7 Jul 2000 14:49:11 +0200 (METDST) Release: Corelli Date: 2000/07/07 Script: MergeProject Project: VHNT3900 Created on: Grieg Type: bugfix Problem: Problem Description (Customer terms) When starting for example a program like: winword ${BSE_TMP}\worddoc on a windows platform, winword cannot find worddoc because the ${BSE_TMP} is expanded using unix slashes. Problem Description (Technical terms) To start winword app_start(winword "${BSE_TMP}\worddoc", ${BSE_TMP}, "", stdout, stderr) is used. When expanding ${BSE_TMP} conversion is made to unix slashes. Workaround Hardcode the path to worddoc. Test Procedure Take care a text file "worddoc" is available in ${BSE_TMP} on the pc running bw.exe Execute app_start(winword "${BSE_TMP}\worddoc", ${BSE_TMP}, "", stdout, stderr) Winword should be able to find and open worddoc now. Code-change Type bugfix Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 96914 506137,535271,831502 20 Corelli: # 9369 (VHNT3845): Endless reconnecting BW Date: Fri, 14 Jul 2000 15:18:39 +0200 (METDST) Release: Corelli Date: 2000/07/14 Script: MergeProject Project: VHNT3845 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) No reconnect possible after a failing reconnect. Problem Description (Technical terms) See above. Needed for Cluster Server failover support. Workaround Restart BW. Test Procedure Disconnect network cable from Workstattion. Enter somthing in BW screen. Re-connect dialog comesup Press yes. Re-connect dialog now should comeup again. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 9485 (VHNT4071): Change focus bug in grid solved. Date: Thu, 3 Aug 2000 08:46:18 +0200 (METDST) Release: Corelli Date: 2000/08/03 Script: MergeProject Project: VHNT4071 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Change focus bug in be grid fixed. Problem Description (Technical terms) Change focus bug in be grid fixed. Workaround Test Procedure Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 9525 (VHNT4118): BW command line bug - cannot start bw with command -set BAAN_WIN_TITLE=... Date: Wed, 9 Aug 2000 13:27:57 +0200 (METDST) Release: Corelli Date: 2000/08/09 Script: MergeProject Project: VHNT4118 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) When we use BW 7.2b.118 and we set the command-field to -set BAAN_WIN_TITLE="%o%s : %S [%c]" then BW won't start. Problem Description (Technical terms) There is a command line parsing error. Workaround Test Procedure Start BW with command option in the bwc file set as -set BAAN_WIN_TITLE="%o%s : %S [%c]". BW should start. Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 9571 (VHNT4152): Message box shows & as underscore. Date: Tue, 15 Aug 2000 08:09:49 +0200 (METDST) Release: Corelli Date: 2000/08/15 Script: MergeProject Project: VHNT4152 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) The message box interprets the & sign as underscore for next character. Tools (BW) need to change the behaviour of the message box. This can be done by double the & signs before the message is diplayed in the message box. Problem Description (Technical terms) Workaround Test Procedure Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 25436 Corelli: # 9573 (VHNT4159): Bad fix of grid corrected. Minor updates done on util.rul Date: Tue, 15 Aug 2000 14:37:51 +0200 (METDST) Release: Corelli Date: 2000/08/15 Script: MergeProject Project: VHNT4159 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) Installation script update: - CheckFile op bw.exe in winnt\baan\bin but bw.exe is not in that directory. - CheckFile op comctl32.ocx in winnt\baan\bin again this file is a system file (winnt\system32 on NT) - CheckFile op oleaut32.dll in winnt\baan\bin, again the same problem as above. Problem Description (Technical terms) Workaround Test Procedure Affected Executables BW.exe BW setup Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 9586 (VHNT4165): Toolbar button not visible in Windows high contrast color mode. Date: Fri, 18 Aug 2000 11:11:10 +0200 (METDST) Release: Corelli Date: 2000/08/18 Script: MergeProject Project: VHNT4165 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Some icons of BaanERP are not visible when user choses high contrast mode in the control panel. Problem Description (Technical terms) Workaround Test Procedure Choose High Contrast (Black) mode from the control panel and start BW. Start as many sessions as possible which contain toolbar with icons. All icons should be visible. Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 9686 (VHNT4230): Fixing toolbar, grid and other minor problems. Date: Thu, 31 Aug 2000 17:01:27 +0200 (METDST) Release: Corelli Date: 2000/08/31 Script: MergeProject Project: VHNT4230 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Extra buttons added in the toolbar. Problem Description (Technical terms) Workaround Test Procedure Run session tpppc1821m000 and select View Map from the specific menu. Physical Progress - Map session appears. This session has one toolbar. The toolbar should be normal - at the end of the toolbar no 'empty' button should appear. Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 9698 (VHNT4102): Merged WRT project to Corelli and up Date: Fri, 1 Sep 2000 13:46:28 +0200 (METDST) Release: Corelli Date: 2000/09/01 Script: MergeProject Project: VHNT4102 Created on: Corelli Type: enhancement Problem: Problem Description (Customer terms) Enhanced support for multiple languages Problem Description (Technical terms) This project was known as the Windows Resource Translation (WRT) project. For applications, which are now WRT-enabled, a separate resource DLL containing all strings and dialogs per language is delivered. The applications: BECS, bw, bwconfig, bwprint, bentman and the installer are WRT enabled now. The original project was made on 4c, see project VHNT3982. Workaround none Test Procedure Install the new portingset (7.1d and up, 7.2b shuttle 15 and up) on a system with non-English Language settings and add the translated DLL's to the defined place. Check the FD of WRT (document number: D1782A US) for more information. Affected Executables bwprint.exe, bentman.exe, bwc.dll, bw.exe, BECSGrid.exe and installer (installres.dll) Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 9755 (VHNT4253): Final solution for bitmap problem - with high contrast, fixing grid problem when page down/up and solving eastern europian character problem in grid. Date: Thu, 7 Sep 2000 09:08:12 +0200 (METDST) Release: Corelli Date: 2000/09/07 Script: MergeProject Project: VHNT4253 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Some bitmaps (especially Back and Forward) where not visible in High Contrast mode of Windows Display Properties. When a user edits in editable grid, and then page down/up, the field where she was editing will not be updated with new value. Refresh (F5) puts the correct value on the field. Some Slovenian characters are not displayed correctly on grid. Problem Description (Technical terms) see above. Workaround For East Europian characters, use Courier New font for the menu items. This will display characters from Eastern Europian code page correctly. Test Procedure Affected Executables Bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 100885 Corelli: # 9772 (VHNT4307): Include libwrt project in BW and BECS workspaces and Fixing BECS so that no two environments point to the same folder. Date: Fri, 8 Sep 2000 10:21:11 +0200 (METDST) Release: Corelli Date: 2000/09/08 Script: MergeProject Project: VHNT4307 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) Include libwrt project in BW and BECS workspaces so that no linking error occurs when building BW and BECS from MS Developer Studio. Fix BECS so that no two environments point to the same folder. Problem Description (Technical terms) Workaround Test Procedure Affected Executables BW.exe BECS.exe bec.dll Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 99796 Corelli: # 9938 (VHNT4296): Introduce BW_MAX_RETRIES variable. Date: Thu, 21 Sep 2000 14:15:29 +0200 (METDST) Release: Corelli Date: 2000/09/21 Script: MergeProject Project: VHNT4296 Created on: BaanIVc Type: bugfix Problem: Problem Description (Customer terms) In case of connections via wide area networks (telephone lines, modems and so on there is a timeout in BW that produces a popup window with the message "connection with server lost". Problem Description (Technical terms) In case of a socket error "WSAWOULDBLOCK" BW goes into a retry mechanism, waiting for the rest of the data to be received. Firstly a number of immediate retries (RETRIES_NOWAIT) are done, and after that a number of delayed retries (MAX_RETRIES). The delay is about 55ms (RETRY_TIME). Sometimes the delay MAX_RETRIES*RETRY_TIME seems to be too short. Therefore the MAX_RETRIES (which is 600) is made adjustable by setting the environment variable BW_MAX_RETRIES. In case BW_MAX_RETRIES is set, MAX_RETRIES becomes the value of BW_MAX_RETRIES. So, in case BW_MAX_RETRIES is set to 1000, maximum 1000 delayed retries will be done in stead of 600. If BW_MAX_RETRIES is set bigger then 6000, MAX_RETRIES will set to the default, 600. If BW_MAX_RETRIES is set smaller then 600, MAX_RETRIES will also set to the default of 600. Furthermore tcp parameters TcpMaxConnectRetransmissions and TcpMaxDataRetransmissions can be adjusted to avoid connection timeouts. Workaround no workaround Test Procedure The practice should show out if this fix helps solving the timeout problem. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 101302 857083 30 Corelli: # 9969 (VHNT4334): Solving grid focus related bugs. Date: Tue, 26 Sep 2000 10:12:15 +0200 (METDST) Release: Corelli Date: 2000/09/26 Script: MergeProject Project: VHNT4334 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) 1. When entering new records in an Overview-Edit session with a vertical grid and the user is at the end of the first record, then when tabbing on, the next record gets filled with all the data of the previous record and there is a warning that the record already exists. 2. Users can add records to the grid by just holding down the left-arrow key - that should not be the case. Problem Description (Technical terms) Workaround Test Procedure Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 10102 (VHNT4525): Fixing bug: Event is not sent when a TAB key is pressed in edit-grid field. Date: Wed, 4 Oct 2000 16:49:56 +0200 (METDST) Release: Corelli Date: 2000/10/04 Script: MergeProject Project: VHNT4525 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Marcel: In BW event is not always send when you TAB out from a field in edit-grid. This lead to that the when.field.changes not to be executed. Problem Description (Technical terms) See above. Workaround Test Procedure Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 10143 (VHNT4493): BW: activate message window when connection to server is lost Date: Mon, 9 Oct 2000 14:29:07 +0200 (METDST) Release: Corelli Date: 2000/10/09 Script: MergeProject Project: VHNT4493 Created on: BaanIVc Type: bugfix Problem: Problem Description (Customer terms) When connection to server is lost, the message window should pop up, but is doesn't. Problem Description (Technical terms) The message window should be mapped and raised. Workaround None Test Procedure Connect to a bshell and kill the bshell Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 10200 (VHNT4532): Bug fix on grid - problem with drag to desktop and making header text bold. Date: Fri, 13 Oct 2000 08:36:03 +0200 (METDST) Release: Corelli Date: 2000/10/13 Script: MergeProject Project: VHNT4532 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) Drag to desktop may not work if the title of the Window is changed by the user. Sometimes the header in grid is not bold while it should. Problem Description (Technical terms) See above. Workaround Test Procedure Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 10242 (VHNT4605): BW Crash Date: Thu, 19 Oct 2000 11:32:07 +0200 (METDST) Release: Corelli Date: 2000/10/19 Script: MergeProject Project: VHNT4605 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) Session: titrp0511m000 Work Order: CH..48 Evoke order in screen. CHoose option specific Plan Tools. After 1 minute double click record or scroll next/previous group. Application log screen pops up and Dr Watson and BW ends Problem Description (Technical terms) With the attribute DsNdragNames also object numbers can be passed. However when these objects are deleted afterwards, the Grid refers to a non existing object while dragging. Workaround None Test Procedure See problem description. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 10350 (VHNT4665): Several errors when logging in to fat client Date: Mon, 6 Nov 2000 12:59:56 +0100 (MET) Release: Corelli Date: 2000/11/06 Script: MergeProject Project: VHNT4665 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) When using bw in a fat client configuration, login errors occur Problem Description (Technical terms) BSE_REM is (mistakely) used in a fat client configuration, causing login to the database server, before BW connects the bshell on the fat client. Since username, password and used protocol (e.g. SPPI doesn't work on Unix, but does on the NT fat client) may mismatch, various errors occur. Workaround use -- -set BSE_REM in BW. Test Procedure - use a fat client configuration - set BSE_REM in the environment, instead of using -- -set BSE_REM in Becs - enable SSPI and/or BaanLogin in the logic service - fill in r file correctly - try to login with BW to the fat client The fat client should correctly logon to the database server, and no logon error should displayed in the eventviewer. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) Corelli: # 10380 (VHNT4711): Appstart problem Date: Thu, 9 Nov 2000 09:00:29 +0100 (MET) Release: Corelli Date: 2000/11/09 Script: MergeProject Project: VHNT4711 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) Maximum length of commandline for appstart is fixed. This should become dynamic because a commandline might contain a (very) long URL. Detected with crystal reports integration in Baan IVc. Problem Description (Technical terms) See above. Workaround None Test Procedure Test appstart with a long commandline parameters. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 10403 (VHNT4718): hand-merge difficult parts of project bugf_VHNT4703 to Verdi2 Date: Fri, 10 Nov 2000 10:58:17 +0100 (MET) Release: Corelli Date: 2000/11/10 Script: MergeProject Project: VHNT4718 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) In project 4703 some changes were done in BaanIV which would give merge conflicts when merged to Verdi2. Problem Description (Technical terms) The keyword 'const' wa added to several function arguments in al_hash.c and this has consequences for the implementation. When applying these changes, also several bad coding examples were improved. Workaround none Test Procedure Affected Executables bwprint.exe bshell bw etcetera Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 94359 515167 50 Corelli: # 10405 (VHNT4703): BwPrint: Save and Save As... Date: Fri, 10 Nov 2000 11:03:32 +0100 (MET) Release: Corelli Date: 2000/11/10 Script: MergeProject Project: VHNT4703 Created on: BaanIVc Type: bugfix Problem: Problem Description (Customer terms) BwPrint does not have Save and Save As... functionality Problem Description (Technical terms) Serialize function is only implemented in one direction: input, no output Workaround None Test Procedure run BwPrint and use the new File menu options and the new toolbar button Code-change Type bugfix Affected Executables bwprint.exe bshell bw etcetera Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 94359 515167 50 7.1c Corelli: # 9139 (VHNT3841): Window with datetime control captures focus Date: Mon, 19 Jun 2000 15:05:36 +0200 (METDST) Release: Corelli Date: 2000/06/19 Script: MergeProject Project: VHNT3841 Created on: Verdi2 Type: bugfix Problem: Problem Description (Customer terms) After selecting a serial number in session whltc5500m000 the session disappears. Problem Description (Technical terms) Unmapping a modal Window did not enable the parent before the unmap. Workaround None Test Procedure See TCS remark:106-3987 Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 10558 (VHNT4827): #/reg should also be handeled when passed by BECS Date: Thu, 30 Nov 2000 10:37:18 +0100 Release: Corelli Date: 2000/11/30 Script: MergeProject Project: VHNT4827 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) The fix of puting "/reg" in the command line in order to fix the two open Bshell problem does not hold the quotation marks when it saves, therefore it doesn't work after the first time. Problem Description (Technical terms) /reg option was not handled when passed through the commandline field in the configuration file. Workaround Pass /reg on the commandline of BW. Test Procedure Run test session: otewhrgetclass on the saturn to see what the current ProgId is. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 10565 (VHNT4829): Add minimize button to non-modal dialogs Date: Fri, 1 Dec 2000 09:31:23 +0100 Release: Corelli Date: 2000/12/01 Script: MergeProject Project: VHNT4829 Created on: Verdi Type: bugfix Problem: Problem Description (Customer terms) Lost functionality in BaanERP, in Baan IV, main sessions and subsessions can be minimized. Minimizing allows the user to perform other tasks without going back to the menu browser to open sessions again. BaanERP (Baan V) software Request: Please add a minimize button ( - ) to the sessions listed. Customer requesting to be able to minimize session whinh4201m000 and whinh4202m000; Generate Outbound Advice, Release Outbound Advice. Both are Main sessions that have an option of (?) or (X) in the upper right hand corner of window. Problem Description (Technical terms) Miminize buttons are standard not available on windows dialogs. For this specific situation (e.g. the dialog is not modal and there is no parent) the minimize button is enabled. As a side effect the help button (?) is removed since this combination is not allowed by Windows. Workaround None Test Procedure Test the above sessions. Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 26274 551173 30 Corelli: # 10573 (VHNT4748): BIDI support in Corelli Date: Mon, 4 Dec 2000 13:57:52 +0100 Release: Corelli Date: 2000/12/04 Script: MergeProject Project: VHNT4748 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) Right to left reading is now supported in BW. You can activate it by choosing Arabic or Hebrew as your locale. Problem Description (Technical terms) Bidi implemented . Workaround - Test Procedure (Fill this in) Affected Executables bw.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 10603 (BDNT4852): Readonly attribute for checkbox Date: Wed, 13 Dec 2000 17:18:24 +0100 Release: Corelli Date: 2000/12/13 Script: MergeProject Project: BDNT4852 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) A lot of users complain about the bad readability of disabled checkboxes. Therefore an ediable attribute should be available. Problem Description (Technical terms) The standard windows control does not support a readonly checkbox. Therefore an owner drawn button must be implemented. Workaround None Test Procedure Use test script: otewhrcheckbox on the saturn. Affected Executables bw.exe bisetup.class Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) xxxxx yyyyy zz Corelli: # 10598 (VHNT4632): Empty ImageList causes assert fail in BW Date: Wed, 13 Dec 2000 14:50:29 +0100 Release: Corelli Date: 2000/12/13 Script: MergeProject Project: VHNT4632 Created on: Corelli Type: bugfix Problem: Problem Description (Customer terms) Start session tppss2500m000 --> Click "Charge Breakdown Structure" in Specific menu. Then a Window application error occur. Problem Description (Technical terms) When reproducing the same problem using a debugable BW the following error comes up: Microsoft Visual C++ Debug Library Debug Assertion Failed ! Program: C:\Program Files\Baan\Corelli\bin\bw.exe File: bartool.cpp Line: 307 The problem is that the ImageList is of the barmenu is not filled correctly. Refer to trace of Events & Messages: ** Request CreateObject received for process 7,object 123 attribute DsNobjectType : (int) =42 attribute DsNparent : (long) =113 attribute DsNtitle : (char *)(56)="tppss2502m000 : Activity.....etc attribute DsNgravity : (long) =0 attribute DsNcommandList : (long *)="<1001><1002><1003>......etc attribute DsNimageList : (long *)="<-105340><-105340><-1><-105340><-105340>.....etc This illegal situation should not occur and should be handled more nicely by BW in case it occurs. Workaround not applicable Test Procedure Ran session tppss2500m000 as mentioned in problem description on Korean system, using BSE_LANG=k, BSE_LOCALE=WANSUNG. (Could not reproduce on our own internal testsystem) Affected Executables BW.exe Scopus defectnumber(s) Scopus casenumber(s) Priority (e.g. 10) 99797 539743 20