Please enable JavaScript to view this site.

A-Shell Development History

1404.2.1

XGETARG(S) refinement: use of XGETARG or XGETARGS in a global (non SBX, not function/procedure) context no longer generates an invalid syntax or unsupported function error. Instead, it just acts the same as it would in a valid context where no arguments were passed, i.e. it sets any specified receive parameters to null.

1404.2.2

EVENTWAIT accelerator bug fix: accelerators were being ignored for controls without the MBF_KBD flag, limiting the ability to use accelerators with MBF_SHLEXC or MBF_CMDLIN controls. Also, when using the EVW_ACCEL flag, it was treating them as case sensitive (when it shouldn't).

1404.1

APEX bug fix: window size and position wasn't being saved/restored properly when the "Force Main Window To Wait" option was set. They were getting saved relativel to the desktop but restored relative to the parent window.

1404.0.1

ASQL enhancement: Auto-Closing ASQL Connections.

1404.0.2

New ASFLAG.SBR flag AF_SQLPERSIST (&h00200000) disables the auto-closing of SQL connections at the end of a program. Note: flag eliminated in 1405.3.

1404.0.3

ASQL enhancement: Add new ASQL Opcode DISCONNECT_ALL