******************************************************
* Clarion 5.5b version 5.5.02 Patch Install
******************************************************
* This patch updates Clarion 5.5a 
* if you have not yet installed the 5.5a update, the 
* 5.5b patch will not install
*******************************************************

=================================================================================================
Fixes in Clarion 5.5b version 5.5.01  
=================================================================================================

RTL 
fix to make output of messages more reliable: report was on truncation 
message boxes

=================================================================================================
list of all changes in c55b00.  
=================================================================================================
Compilers, Debugger

- The 32 bit CLW compiler can begin code generation phase even if errors
  have been found during syntax analysis
- 32 bit compilers (C++ mostly) can lose part of debug information
- 32 bit debugger now attaches to the process successfully under W2000

RTL

- SHEET control with WIZARD and COLOR attributes is painted incorrectly
- After UNHIDE menu items are redrawing incorrectly
- Owner draw settings for menu items became lost after merging menus
- More reliable detection of Text Only (TTY) driver by current printer
- Incorrect restoring of height for non-MDI child windows with the status
  bar
- Initialization of the "internationalization" part of the RTL 
  - If listbox column has the underline attribute, that field has been
  underlined on the last row even if the text is only partially visible 

Dictionary - 
- fixed problem with in-place conversion
- fixed problem with file conversion code generation 

IDE, AppGen

- Long lines are split into smaller blocks on export to TXA
- Incorrect processing of GROUP fields by the INC reader
- If listbox column has the underline attribute, that field has been
  underlined on the last row even if the text is only partially visible 
- Initialization of the "internationalization" part of the RTL 
- C55EE not adds the Oracle driver to the driver registry

Templates

ABPROGRM.TPW 
fixes problem in INIMgr.Update if the .EXE uses external global data.

- Missing CLIP() for values of STRING and MEMO fields in checking for
  "must be in list" condition


- New embed points
ABCHAIN.TPL

   #INSERT(%ConstructExportFile)
   #!
   #EMBED(%AfterGeneratedApplication),HIDE
   #!
   #SET(%GenerationCompleted,%True)


CW.TPL

   #REMOVE(%BuildFile)
   #!
   #EMBED(%AfterGeneratedApplication),HIDE
   #!
   #SET(%GenerationCompleted,%True)



