All Products 17.3 - Fixed bugs

Reference Summary Fixed also with
ACI0098412 Columns settings are not reset when creating a new QR report: it keeps columns from the previous report. 17 R6 17.2 HF1
ACI0098802 Impossible to save a report fromt the Quick Report editor with a 64-bit standalone application (Engined application) 17.2 HF1
ACI0098925 Backup settings do not save “Repeat after X seconds/minutes/hours” option: on Windows it is always 60 mn, on macOS it is always 0 mn (wich is worse because the 0 seconds will lead the backup log file to be flooded). 17.2 HF1
ACI0099168 Sometimes, it happens that a user connected to the database is not shown in the user list (4D server administration Window). 17.2 HF1
ACI0099314 When 'SET MENU BAR' is called before 'EDIT ACCESS', the 'EDIT ACCESS' dialog has the design mode menu bar instead of the one setting by 'SET MENU BAR'. 17.2 HF1
ACI0099404 Especially during a data convertion, deleting an index after just building it may lead 4D to a crash if some pages are still in the flush tree, and if the index type has changed between the data and the structure file. 17 R5 17.2 HF1
ACI0099456 If SSO is activated (Single Sign-On), the display of the users in the administration window may not be complete. 17.2 HF1
ACI0099461 A bad result is returned with a query on an indexed object field attribute name, when this one is null (ORDA mode) or undefined (Classic mode). 17.2 HF1
ACI0099526 A crash could occur when modifying shared objects/collections simultaneously from multiple threads; compiled mode only. 17.2 HF1
ACI0099544 When applying a format to a field of type 'real' in the label editor, only the first record is printed. 17 R5 17.2 HF1
ACI0099554 Reducing selection to 0 using 'REDUCE SELECTION' does not unload the current record in the application process when running 4D client-server. 17.2 HF1
ACI0099585 During a Compact, Repair or Recover by record headers, the cache size was always (harcoded) to 800 Mb. Now, the cache size allocation is set to 70% of the physical memory (64-bit only). 17.2 HF1
ACI0099599 On Mac, a bad character appear at the end of the line when you try to tokenise in the method editor a table name that does not exist. 17.2 HF1
ACI0099609 Displaying a false value when passing a string containing an accented character 17 R6
ACI0099616 Cmd+L / Ctrl+L in a method does not open the Goto Line dialog anymore
ACI0099621 When a form contains multiple date pickers, assigning a date to one of them causes both date pickers have the same value instead of treating them separately. 17.2 HF1
ACI0099624 4D quits unexpectedly when executing a SQL query that contains jointly "CREATE VIEW" and "CASE...WHEN...END" statements. 17.2 HF1
ACI0099637 When you double click on the table (box) while the focus is not in a text box, Japanese input is somehow disabled in the opened inspector window. 16.6 17.2 HF1
ACI0099656 Page Up and Page Down does not Trigger 'On After Keystroke' for Single Lined Variable Form Objects 17.2 HF1
ACI0099662 Using dot notation element inside parameters for WP SET ATTRIBUTES raises a syntax check failed (error 8: incompatible type) 17.2 HF1
ACI0099667 Unopened parenthesis before For each will crash 4D upon Syntax check 17.2 HF1
ACI0099674 Compiler gives error (“missing parameter”) if third parameter of 'COLLECTION TO ARRAY' is a text variable. 17.2 HF1
ACI0099675 Using the Quick report' with 4D 64-bit, when applying a format for a calculated column, the formula of this column is lost. 17 R5 17.2 HF1
ACI0099682 The 'Row height' array for a listbox could not be typed by the 'Generate Typing' option of the Compiler dialog; nothing appears in the method 'Compile_Arrays'. 17.2 HF1
ACI0099689 4D can't be launched (crash) on macOS Catalina (macOS 10.15.x). 17 R5 17.2 HF1
ACI0099714 Copying from 4D and pasting in Excel a text with words separated by tabs doesn't place words in different cells as it should. All are unexpectedly pasted in one cell. 17.2 HF1
ACI0099719 if an entity is loaded, and the corresponding record is updated via the classic language, entity.reload() will not refresh the entity in client-server mode. 17 R5
ACI0099736 entity.drop() method returns true in the status instead of false when the drop action with "dk force drop if stamp changed" fails because the referenced record doesn’t exist anymore. 17 R6 17.2 HF1
ACI0099738 entity.lock() errors are not trapped by 'ON ERR CALL' in Standalone mode, and the returned object in Client/Server mode doesn't contain all the error information. 17 R6 17.2 HF1
ACI0099742 In Client/Server mode, entitySelection.drop() doesn't return the number of locked entities that were not dropped. 17 R6 17.2 HF1
ACI0099744 With the 64-bit quick report editor, adjusting the column width changes the column formula to 'C1' 17.2 HF1
ACI0099749 Rarely, when creating and deleting processes, it could happen that 4D Server freezes (deadlock). 17.2 HF1
ACI0099773 Drag and Drop doesn't work after setting the text object property to Automatic Drag and Automatic drop, and unsetting 'Draggable' and 'Droppable' options. 17 R5 17 R6 16.6 17.2 HF1
ACI0099784 Using Semaphore in many parallel processes can produce hanging system threads (wich can lead to a 4D Server crash). 17 R6
ACI0099789 Print landscape with GDI legacy setting in preview mode not possible 17.2 HF1
ACI0099868 In SDI mode, Menus item with some styles applied appear always empty. 17 R6
ACI0099889 Write Pro: The character attributes of the last empty line in a paragraph (such as font size, font color, and bold) do not change with the rest of the paragraph 17 R6
ACI0099079 There are Duplicate CRLF in the headers despite the use of the following command "SMTP_SetPrefs (0;2;0)" with 0 as a value for parameter "lineFeed". 16.6 17.2 HF1
ACI0099619 FTP_Receive returns error (error 10054 on Windows, error 54 on Mac) in 64-bit