Bugfixes BW version 7.1d.05.157 -------------------------------------------------------------------------------- MaintCorelli: # 21482 (BDNT14532): DF144721 TAB formatting problem with multiline editor Date: Tue, 17 Feb 2004 12:42:36 +0100 Created on: MaintCorelli Type: bugfix Problem Description (Customer terms) The customer has a problem with the functionality that the multiline editor (tttxt2230) stores a as a tab sign in the database and a tab sign is represented with 8 spaces while it is printed. Inside the editor you see the cursor jumping to the next position that can be divided by 8. So the formatting you enter in the editor will be destroyed in the printout. This should be consistent. Workaround Use spaces in stead of TAB's Test Procedure Use the Baan text editor and check the space occupied by the TAB character. Affected Executables bw.exe Motive source DF:144721 -------------------------------------------------------------------------------- MaintCorelli: # 21465 (BDNT13559): BW: set reason TsTerminationProcessHandle only when process could be started Date: Mon, 16 Feb 2004 11:52:24 +0100 Created on: MaintCorelli Type: bugfix Problem Description (Customer terms) The process was not started, but the reason given by BW was TerminationProcessHandle (7). This is not correct. The reason should be TerminationCreateProcess (4) Workaround no workaround Test Procedure Start a .bat file using app_start. Take care that the .bat file cannot be started Check the reason in returned. Refer also to defect for reproduction from TG package. Affected Executables bw.exe Motive source DF:144386 -------------------------------------------------------------------------------- MaintCorelli: # 21212 (BDNT13843): CR/LF character in single line field on grid Date: Mon, 26 Jan 2004 10:58:02 +0100 Created on: MaintCorelli Type: bugfix Problem Description (Customer terms) When a using copy/paste action of text from e.g. Word to a field on a grid in the Baan software characters like CR/LF (carriage return/line feed) are copied as well. Records containing these characters can result in erroneous sort action later. Workaround Find the wrong record manually and remove the CR/LF characters. This workaround is hardly manageable. Test Procedure Start session tcmcs0145m000 (Areas). Start MSWord and create a new document. Enter some lines of text. Select the text in MSWord, including one or more Line Feeds. Paste the selection in the description in session tcmcs0145m000. The CR/LF characters should be filtered and changed to spaces. Affected Executables BW.exe Motive source DF:217408 --------------------------------------------------------------------------------