Jola,

The following strings were added to ace2.rs
----------------------------------------------------------------------
   IDS_FORMVIEWNOTICE   "Form View"
   IDS_XTABVIEWNOTICE   "Crosstab View"
   IDS_LISTVIEWNOTICE   "List View"
   IDS_REPORTVIEWNOTICE "Report View"
   IDS_GRAFVIEWNOTICE   "Graph View"
   IDS_MMERGEVIEWNOTICE "MailMerge View"
   IDS_LABELVIEWNOTICE  "Label View"
   IDS_VIEWSETNOTICE    "View Set"
   IDS_MACROFILENOTICE  "Macro File"
   IDS_JOINNOTICE       "Join Definition"
   IDS_UPDATENOTICE     "Update Definition"
   IDS_XTAB_SUM_ON      "Summarize On:"



The following defines were added to ace.rh
----------------------------------------------------------------------
#define IDS_XTAB_SUM_ON         197
#define   NOTICES               2000
#define   IDS_FORMVIEWNOTICE    NOTICES+1
#define   IDS_XTABVIEWNOTICE    NOTICES+2
#define   IDS_LISTVIEWNOTICE    NOTICES+3
#define   IDS_REPORTVIEWNOTICE  NOTICES+4
#define   IDS_GRAFVIEWNOTICE    NOTICES+5
#define   IDS_MMERGEVIEWNOTICE  NOTICES+6
#define   IDS_LABELVIEWNOTICE   NOTICES+7
#define   IDS_VIEWSETNOTICE     NOTICES+8
#define   IDS_MACROFILENOTICE   NOTICES+9
#define   IDS_JOINNOTICE        NOTICES+10
#define   IDS_UPDATENOTICE      NOTICES+11


You will also find that string tables are now included in both the
ACEFILE1.DLL and ACEFILE2.DLL files.  If you cannot modify these with
workshop I am including the .RC files for both.  You can modify them
and return them to me for recompilation and linking.


