Clarion 9.1 build 11220 release notes

/--- Clarion 9.1 update --- Sept 12, 2014 ----- Fixes/Changes/Features--/

Note: If this is your first time working with 9.1, the 9.1 release requires a one-time rebuild of all your Binaries (DLL and LIB).
You also need to download the 9.1 versions of any 3rd party addons that you use.

FEATURE:  The Clarion to SQL converter now converts the following operators for the specific drivers -
          % (Modulo) All drivers
          ^ (Power) Pervasive SQL, Oracle
          & (Concatenate) All drivers.  Note that ODBC uses the ANSI standard ||
          XOR (Exclusive OR) SQLAnywhere, MSSQL

FIX: Possible IDE lockup when there is very large number (hundreds) of local/global variables, and tables in the procedure and IDE is processing the closing of an embed
FIX: OLE Automation could be treated as side-by-side instead of an OLE server in a separate process
FIX: StdFunc.tpw: Incorrect assignment in FillZoomControl
FIX: After changing a field's size you could not set the OVER attribute for a field to all possible values without first saving changes and then editing the field
FIX: Background under active IMAGE controls could be painted incorrectly
FIX: Importing a dctx with a blob in it imported it incorrectly as a memo
FIX: Instances of #CODE templates are removed from the APP if the template was unregistered but the corresponding code responses were not deleted from the embed tree
FIX: PNG images with an alpha channel could prevent repainting the background under them
FIX: Possible failure on closing APP if embed tree with orphan embeds has been touched
FIX: Possible memory leaks on setting a PNG file to IMAGE control
FIX: Possible string stack overflow on getting the PROP:VScroll property for a multi-line TEXT controls
FIX: ReportWriter: License validation could fail in Windows with language other than en-US
FIX: Scrolling of LIST controls without both the vertical scrollbar and the IMM attribute
FIX: Topscan: Clicking outside the row being edited did not stop edit mode
FIX: Topscan: Possible run-time error if the File's record structure contains arrays
FIX: Variable return types were not allowed in prototypes in the Procedure Properties dialog

CHANGE: The DataPad does not pause the IDE when refreshing its content upon procedure selection (improved response time)
CHANGE: Topscan: Apply font to the driver string builder's dialog

PTSS 40852: Using OLE automation to paste data to Excel fails win 9.1, works in 9.0
PTSS 40894: Incorrect assignment in FillZoomControl (STDFUNC.TPW) 
PTSS 40937: TopScan 9.1 Entering a new record 
PTSS 40958: Excel COM Object 
PTSS 41010: The SQLite Driver Does Not Handle Concatenation Properly 
PTSS 41016: When doing a group place over, e.g. for an Sql date string, the drop-down didn't show the preceeding datetime string