Visual Adelia and Adelia Cloud
- WINDOW object: GET_OBJECTS method added which collects the names of graphical objects on a page, in the margin or in the whole window in an array.
- LIST object: GET_COLUMNS method added which collects the names of columns from the graphical list in an array.
- EXCEL CLIENT object: in Adelia Cloud only, WKBK_CREATE_EX method added which is used to create a workbook in XSLX format.
ACCORDION MENU object (Adelia Cloud): EndResize method added.
↑ Top of page
Visual/Web/Cloud Language
- The following file management functions have been added to VaToolBx: VaToolBxIsDirectory, VaToolBxIsFile, VaToolBxIsHidden, VaToolBxSetReadOnly, VaToolBxSetWritable, VaToolBxCanReadFile, VaToolBxCanWriteFile, VaToolBxGetTempDirectory, VaToolBxGetUserPrivateDirectory, VaToolBxCreateTempFile and VaToolBxGetFullPathName.
- The VaToolBxJavaLDAPSearch function of VaToolbBx can now support an SSL connection (ldaps://).
- New VaToolBxJavaEncodeURL function has been added to VaToolBx. This function allows to encode an URL (escape special characters and spaces).
A new DocxToolBx API has been added which contains a set of functions for managing documents in docx format. This API does not require Microsoft Office to be running on the machine in order to work.
↑ Top of page
Miscellaneous Improvements
Correction manager: in the "before validation" Exit program in the OBJECT_FOR_VALIDATION section of the parameter file, "STATUS" key shows if the object was automatically validable or if it had to be confirmed by the user in order to participate in validating the correction.
4GL Editor: The source line number is now visible (setup in the Maintenance tab of Options in the Tools menu). It is also possible to go to a line by entering its number in the Go to line option in the Edit menu or by double-clicking on the line number displayed in the editor status bar.