Namespace: Consultingwerk.OERA.Resources
Class 
OERACustomizer Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:OERACustomizer
Purpose:This class is an entry point for customization and
translation of strings used for messages or as f.e.
error messages from the DataAccess base class. To
enable customization all strings are represented as
static properties and may be overridden in f.e. an
initialization procedure.
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Oct 19 19:52:43 CEST 2010


Top Property Summary
Options Name Purpose
+ CHARACTER DataAccess_RecordChangedByAnotherUser Customization of the error message for ABL error 11913 raised during SAVE-ROW-CHANGES
+ CHARACTER DataAccess_RecordLocked Customization of the error message for ABL error 12300 raised during SAVE-ROW-CHANGES
+ CHARACTER DataAccess_UnableToDelete Customization of the error message for ABL error 11914 raised during SAVE-ROW-CHANGES
+ CHARACTER DataAccess_UnableToUpdate Customization of the error message for ABL error 11915 raised during SAVE-ROW-CHANGES


Property Detail
Top

PUBLIC CHARACTER DataAccess_RecordChangedByAnotherUser

Purpose: Customization of the error message for ABL error 11913 raised
during SAVE-ROW-CHANGES
Notes: SAVE-ROW-CHANGES found <name> record with conflicting change by another user. (11913)

Returns CHARACTER
Top

PUBLIC CHARACTER DataAccess_RecordLocked

Purpose: Customization of the error message for ABL error 12300 raised
during SAVE-ROW-CHANGES
Notes: Could not get lock for record during save-row-changes. (12300)
&1 in message text will be replaced with the table name

Returns CHARACTER
Top

PUBLIC CHARACTER DataAccess_UnableToDelete

Purpose: Customization of the error message for ABL error 11914 raised
during SAVE-ROW-CHANGES
Notes: Unable to delete <name> record in the database during SAVE-ROW-CHANGES. (11914)

Returns CHARACTER
Top

PUBLIC CHARACTER DataAccess_UnableToUpdate

Purpose: Customization of the error message for ABL error 11915 raised
during SAVE-ROW-CHANGES
Notes: Unable to update temp-table <name> record in the database during SAVE-ROW-CHANGES. (11915)

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:30:24