Reference |
Summary |
Fixed also with |
ACI0097749 |
4D does not start when the date and numbers format is set to " French (New Caledonia) " localization. This problem is fixed only for 64-bit application. |
|
ACI0098029 |
The SQL command LEFT OUTER JOIN does not return all records of the left table. |
|
ACI0098160 |
'Get system info' command returns different values for the property 'osVersion', depending of the system localization: some word are translated. It's better to have some information that works for all localization. |
|
ACI0098505 |
During an auto-update on a build application set as a Windows service, 'old' folders are not deleted properly. |
16.5 HF1 |
ACI0098621 |
'QUERY WITH ARRAY' returns wrong results if database language is Japanese and ICU is set to use string matching for search. |
16.5 HF1 |
ACI0099112 |
Executing the command 'SET MENU BAR' with the star parameter while a modal window is shown (ALERT,CONFIRM or QR REPORTcommand...), menu commands may be unexpectedly disabled. |
16.5 HF1 |
ACI0099118 |
Quick report 64-bit: Use of custom html-templates not working. |
17 R4 |
ACI0099253 |
Quick Report: When generating a file, an unexpected dialog "Generating Dialog" prevents any interaction with the application because of its window type. |
16.5 HF1 |
ACI0099262 |
The Swedish letters like "Å", "Ä", ... are not well displayed in the shortcut menu; they are mapped as A (instead of the letter set for the menu item). |
16.5 HF1 |
ACI0099264 |
Clicking from an application to another, leaving the mouse button pressed, you can move the window. But when clicking on 4D application, you have to release the button and click again to move a 4D windows. Only in SDI mode (Single-Document Interface). |
|
ACI0099273 |
4D Write Pro cannot Drag and Drop into header or footer. |
|
ACI0099283 |
Quickly closing many processes crashes 4D Remote when using 'SET MENU BAR'. No problem with 4D in single-user mode. |
|
ACI0099294 |
Because of a 'Begin SQL - End SQL' code in a method, the Compiler shows a wrong line number when there is a compilation error. |
|
ACI0099295 |
If the 'Startup Environment' option is "Application", and the "Splash screen" is unchecked for 'Display Windows' option, you need to execute twice the menu command "Go to design mode" to make it work. |
|
ACI0099309 |
When exporting ALPHA or TEXT field to DBF format, the exported content is truncated to 15 characters with 4D 64-bit; whereas it is 80 characters on 32-bit. The fix done pushes now the limit to 128 characters for 64-bit application. |
17 R5 |
ACI0099312 |
Dragging listbox elements from one listbox to another no longer show the mouse cursor attached to the "+" icon. |
|
ACI0099320 |
Let a text input area object with a height of 1 line in v16. After converting to v17, the descender height of the object is incorrect and may erase close form object. |
|
ACI0099329 |
If the 2 first parameters (of Blob type) are not declared properly for the 4D command 'GENERATE CERTIFICATE REQUEST', its execution leads to a crash. An error should be generated instead. |
|
ACI0099332 |
Crash due to multiple SOAP requests; the allocation of the stask for each new web process is normally done by a non-threadsafe code, yet, sometimes, it could be unexpectedly called from a preemptive web process. |
|
ACI0099358 |
Compared to the legacy network mode, with ServerNet mode queries slow over on high latency network. |
16.5 HF1 |
ACI0099359 |
Let only 'Dragable' and 'Dropable' properties for a text input object, with the event 'On Begin Drag Over' chosen. You can't select the text with the mouse because of the unexpected triggering of the "On Begin Drag Over" event. |
16.5 HF1 |
ACI0099384 |
Using "Entity.toObject ()" with circular references may lead to a crash. |
|
ACI0099385 |
Since v14, duplicating a form in the Explorer, or 'moving' it from a database to another may bring unexpected backslash + CRLF characters in the code of some object methods. Workaround is to edit and resave the code first before the duplication. |
|
ACI0099393 |
Let a picture property that states to display a picture on some pages (not all) of a 4D Write document. After a conversion to 4D Write Pro, the picture appears on all pages. |
17 R5 |
ACI0099400 |
A crash could occured when switchnig 4D in background when an update need to be done in the same time on a MODIFY/DISPLAY SELECTION. Windows system only. |
|
ACI0099407 |
The constant 'lk remove from selection' used in the command 'LISTBOX SELECT ROW' may lead to a crash. |
|
ACI0099415 |
Cursor not visible if setting a field background to a light color; the cursor color depends on the luminance. |
|
ACI0099428 |
With 'dot notation', parentheses seems needed to unpoint : " (Form.colonne)->{$index}:=(Form.colonne)->{$index}*10 " works, whereas " Form.colonne->{$index}:=(Form.colonne)->{$index}*10 " doesn't work. |
|
ACI0099430 |
'WA Get Page Title' returns URL information instead of page title, on Windows with Internet Explorer 11. |
|
ACI0099457 |
Incorrect document display after inserting a page break (same thing if the document finishes by a table, column, or a section): the page break is not at the end but is somewhere in the middle of the page. |
|
ACI0099485 |
entity.touched() return true for object field in Client/ServerMode even if this one is affected to an object (variable or field) not belonging to the dataclass. |
17 R5 |