1751.8.1 |
ATE SFTP refinement: TAB(-10,AG_FTP) within an SSH connection (i.e. using SFTP file transfer) now automatically adds the file.ext from the localpath to the hostpath when transferring to the host and the hostpath does not include a filename and extension. While it is often the case with file transfers, as with file copy operations, that a destination consisting of just a directory will be automatically updated to use the source filename, that is not the case with SFTP, often leading to confusion as to why file transfers fail. This refinement hopefully smooths things over. |
1742.0.7 |
New ATE function Get Locale. |
1740.0.3 |
|
1740.0.5 |
|
1740.0.8 |
New ATE function AG_DIRCLEAN scans a specified directory, counting and/or deleting files based on various filter attributes. See MX_DIRCLEAN for description, specs, parameters, etc. |
1692.0.2 |
New ATE function AG_GETDPI returns the DPI for the workstation. |
1680.0 |
New ATE function Activate DPI Awareness. |
1621.0.3 |
Enhance the AG_XFUNC Corruption Avoidance function. |
1610.0.2 |
New ATE function AG_SCROLLBACK (109) allows program to hide, show, or toggle the vertical scrollback bar. Syntax: ? TAB(-10,AG_SCROLLBACK);op;chr(127); where op is 0 (or empty) to disable/hide the vertical scroll bar, 1 to enable/show it, and -1 to toggle it. There is no response. |
1606.0 |
ATE function AG_WALLPAPER enhancement: new opcode flags added for dialog wallpaper: +8 expand image to fit dialog +16 stretch (distort) as needed to fit Previously, dialog wallpaper only supported opcode 0, in which case the image was tiled as needed to fit the dialog. |