#100796##100798# insert new helpids

This commit is contained in:
John Marmion
2002-07-04 13:46:41 +00:00
parent 738a791b5b
commit b98a99c0db
2 changed files with 14 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: dbaccess_helpid.hrc,v $ * $RCSfile: dbaccess_helpid.hrc,v $
* *
* $Revision: 1.46 $ * $Revision: 1.47 $
* *
* last change: $Author: oj $ $Date: 2002-02-27 10:20:16 $ * last change: $Author: jmarmion $ $Date: 2002-07-04 14:45:50 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -316,6 +316,8 @@
#define HID_DLG_REL_NO_CASC_UPD (HID_DBACCESS_START + 220) #define HID_DLG_REL_NO_CASC_UPD (HID_DBACCESS_START + 220)
#define HID_DLG_REL_CASC_UPD_NULL (HID_DBACCESS_START + 221) #define HID_DLG_REL_CASC_UPD_NULL (HID_DBACCESS_START + 221)
#define HID_DLG_REL_CASC_UPD_DEFAULT (HID_DBACCESS_START + 222) #define HID_DLG_REL_CASC_UPD_DEFAULT (HID_DBACCESS_START + 222)
#define HID_BROWSER_SAVE_RECORD (HID_DBACCESS_START + 223)
#define HID_BROWSER_UNDO_RECORD (HID_DBACCESS_START + 224)
// don't forget to update the file util/hidother.src // don't forget to update the file util/hidother.src
@@ -326,6 +328,9 @@
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.46 2002/02/27 10:20:16 oj
* #97666##97667# insert new helpids and unique ids
*
* Revision 1.45 2002/02/06 09:01:50 oj * Revision 1.45 2002/02/06 09:01:50 oj
* #90580# introduce new file for relation control * #90580# introduce new file for relation control
* *

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: hidother.src,v $ * $RCSfile: hidother.src,v $
* *
* $Revision: 1.40 $ * $Revision: 1.41 $
* *
* last change: $Author: oj $ $Date: 2002-05-17 11:30:09 $ * last change: $Author: jmarmion $ $Date: 2002-07-04 14:46:41 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -304,6 +304,8 @@ hidspecial HID_DLG_REL_CASC_UPD { HelpId = HID_DLG_REL_C
hidspecial HID_DLG_REL_NO_CASC_UPD { HelpId = HID_DLG_REL_NO_CASC_UPD ; }; hidspecial HID_DLG_REL_NO_CASC_UPD { HelpId = HID_DLG_REL_NO_CASC_UPD ; };
hidspecial HID_DLG_REL_CASC_UPD_NULL { HelpId = HID_DLG_REL_CASC_UPD_NULL ; }; hidspecial HID_DLG_REL_CASC_UPD_NULL { HelpId = HID_DLG_REL_CASC_UPD_NULL ; };
hidspecial HID_DLG_REL_CASC_UPD_DEFAULT { HelpId = HID_DLG_REL_CASC_UPD_DEFAULT ; }; hidspecial HID_DLG_REL_CASC_UPD_DEFAULT { HelpId = HID_DLG_REL_CASC_UPD_DEFAULT ; };
hidspecial HID_BROWSER_SAVE_RECORD { HelpId = HID_BROWSER_SAVE_RECORD ; };
hidspecial HID_BROWSER_UNDO_RECORD { HelpId = HID_BROWSER_UNDO_RECORD ; };
// missing pre processor for helpids so we have to include them here // missing pre processor for helpids so we have to include them here
hidspecial SID_SBA_ADD_RELATION { HelpId = SID_SBA_ADD_RELATION ; }; hidspecial SID_SBA_ADD_RELATION { HelpId = SID_SBA_ADD_RELATION ; };
@@ -320,6 +322,9 @@ hidspecial SID_FM_EXECUTE { HelpId = SID_FM_EXECUT
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.40 2002/05/17 11:30:09 oj
* #98913# helpids inserted for SBA slot ids
*
* Revision 1.39 2002/02/27 10:25:40 oj * Revision 1.39 2002/02/27 10:25:40 oj
* #97666##97667# insert new helpids and unique ids * #97666##97667# insert new helpids and unique ids
* *