Clarion 11-12
Добавлено: 16 Сентябрь 2023, 18:46
Ресайзер для anyscreen будет включать сохранение положения окон или только размер, никто не слышал? Сейчас положение окон не сохраняется, насколько я понимаю.
Место общения программистов, форум разработчиков БД на Clarion
https://www.forum.clarionlife.net/
там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно
ingasoftplus писал(а): 29 Сентябрь 2023, 13:23там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно
Серьёзно? Не представляю как это?ingasoftplus писал(а): 29 Сентябрь 2023, 13:23там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно
Ну так это для тех, кто способен это сделать.
Учите с++ и все будет.kreator писал(а): 29 Сентябрь 2023, 14:29Серьёзно? Не представляю как это?ingasoftplus писал(а): 29 Сентябрь 2023, 13:23там ничего не будет. Будет инструмент, с помощью которого вы сами создаете драйвер для чего вам нужно
Послал - так послал.
*/--- Clarion 11.1.13845 Oct 20, 2023 ----- Fixes/Changes/Features--/
------------------------------------------------------------------------
CHANGE: Added code for trapping an invalid field datatype used as a key component in a conversion of a DCT from C6
CHANGE: Potential problem in the Clarion compiler: if a function has parameter(s) of type CONST *CSTRING, the code generation could fail with an ISL(0) error. (when the function was compiling in debug mode)
CHANGE: RTF Control, new methods to Copy/Cut/Paste from internal storage to avoid using the Clipboard
CHANGE: RTF Control, new method to get the selected RTF text
CHANGE: RTF Control, new methods that executes actions using the internal Property,Selection and Font Interfaces directly from the RTFClass
CHANGE: RTL RTF Control added two new methods to get the selected RTF formatted content and to get its size in bytes. [SelectedRTFText and GetSelectedRTFLength]
CHANGE: When a Field derived from an invalid key component is found the "derived from" is removed instead of the DCT conversion failing, and the issue is recorded to the log
FIX: ABC ASCII FileClass was not being read by the ABC Reader
FIX: Drag-n-drop from an external program to LIST controls would not set the row/field values returned by PROPLIST:MouseUpRow and PROPLIST:MouseUpField
FIX: Fuzzy class could give compile errors
FIX: IMDD could fail in some multi-thread environments
FIX: Quicksocket template was not exported from the Data DLL
FIX: RTL RTF SelectedText methods was returning values in utf8 and affecting CSTRING fields
FIX: String value can be decoded incorrectly on assignment to a DECIMAL variable if the string has a leading + sign
FIX: The program could enter into infinite nesting of exception messages if the primary exception occurred during program shutdown
FIX: TopScan memory leak on closing the open files
FIX: memory leak on getting and setting some properties of controls
FIX: memory leak on the Rtf control destructor
FIX: memory leak on the LIST/COMBO/DROP control destructor
FIX: Dictionary Export to DCTX lost BLOB/MEMO User Options or Comments and they were assigned to an adjoining column [PTSS 42711]
NEW: updated the S3 binaries to latest available from Amazon ver 3.7.#