----------------------------------------------------------------------

ELOQUENCE B.08.00 - patch PE80-0902090

----------------------------------------------------------------------

This patch adds enhancements or fixes defects of the dbutil utility
as released with Eloquence B.08.00. This patch will be integrated in 
the Eloquence B.08.00 release.

Eloquence B.08.00 must be installed before applying this patch.

Severity:
 PE80-0902090: ENHANCEMENT, BUG FIX

Superseded patches:
 none


Patch PE80-0902090
------------------

Platforms: All

* This patch adds support to change item order (#3689).

  The ORDER ITEMS BY NAME statement may be used to order the
  items by name.

    ORDER ITEMS BY NAME;

  The CHANGE ITEM syntax was enhanced to support changing
  the item order. The ORDER BEFORE|AFTER clause may be used 
  to specify the new item position, relative to another item.

    CHANGE ITEM NAME2 ORDER AFTER NAME1;
    CHANGE ITEM CUSTNO ORDER BEFORE NAME1;

  The CREATE ITEM syntax was enhanced to support specifying 
  the item order.  The BEFORE|AFTER clause may be used to 
  specify the new item position, relative to another item.
  If not specified, items are added at the end.
  
    CREATE ITEM NAME2,X30 AFTER NAME1;
  
* Fixes memory corruption problem when using a dialog server 
  (such as jdlg) on a 64 bit build.


Notes / Related patches:

- Changing item order for existing items requires installation
  of server patch PE80-0902091 (or superseding).


Installation:
-------------

Please download the patch archive that corresponds with the installed
release.  The patch files follow the conventions below:

   PE80-0902090-hpux-ia64.tar.gz
        ^       ^    ^
        |       |    Architecture / OS specific build
        |       Operating system
        Patch ID


HP-UX:

In order to install this patch, you need to unpack it with gzip and tar.
Gzip is included with HP-UX. Installation requires root privileges.

cd /opt/eloquence/8.0
gzip -dc /path/to/PE80-0902090-hpux.tar.gz | tar xf -

Files:

   bin/dbutil
   lib/dbutil.hlp
   share/doc/PE80-0902090-README


Linux:

In order to install this patch, you need to unpack it with tar.
Installation requires root privileges.

cd /opt/eloquence/8.0
tar xzf /path/to/PE80-0902090-linux.tar.gz

Files:

   bin/dbutil
   lib/dbutil.hlp
   share/doc/PE80-0902090-README