diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-07-25 05:28:50 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-07-25 05:28:50 +0000 |
commit | ec422c069023bbde22d916b8c1f62babea1aea24 (patch) | |
tree | 7ba0c3b32e0f9304a649ff9112ced24b12c76e1b /dbaccess/util | |
parent | 518184decb8a1d178061902958e0cc7aee6ceaf2 (diff) |
#100280# #95146# new helpids for report and autoincrement fields
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/hidother.src | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/dbaccess/util/hidother.src b/dbaccess/util/hidother.src index a312c36399f5..04d9f67310f2 100644 --- a/dbaccess/util/hidother.src +++ b/dbaccess/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: oj $ $Date: 2002-07-09 12:54:27 $ + * last change: $Author: oj $ $Date: 2002-07-25 06:28:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -312,11 +312,19 @@ hidspecial SID_SBA_CLEAR_QUERY { HelpId = SID_SBA_CLEAR hidspecial SID_FM_EXECUTE { HelpId = SID_FM_EXECUTE ; }; hidspecial HID_DSADMIN_SQL92CHECK { HelpId = HID_DSADMIN_SQL92CHECK ; }; +hidspecial HID_DSADMIN_AUTOINCREMENTVALUE { HelpId = HID_DSADMIN_AUTOINCREMENTVALUE ; }; +hidspecial HID_TAB_AUTOINCREMENTVALUE { HelpId = HID_TAB_AUTOINCREMENTVALUE ; }; +hidspecial HID_DOCUMENT_CREATE_REPWIZ { HelpId = HID_DOCUMENT_CREATE_REPWIZ ; }; +hidspecial HID_DSADMIN_RETRIEVE_AUTO { HelpId = HID_DSADMIN_RETRIEVE_AUTO ; }; +hidspecial HID_DSADMIN_AUTORETRIEVEENABLED { HelpId = HID_DSADMIN_AUTORETRIEVEENABLED ; }; /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.43 2002/07/09 12:54:27 oj + * #99921# check if datasource allows to check names + * * Revision 1.42 2002/07/09 07:42:45 oj * #96306# remove unused helpids * |