Namespace: Consultingwerk.SmartFramework.System
Class 
SmartDBSmartFieldsService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Ccs.Common.IService, Consultingwerk.SmartFramework.System.ISmartFieldsService

File:SmartDBSmartFieldsService.cls
Created:08.05.2023 14:45:30
Purpose: Returns the key field values for a database record
Notes:



Top Method Summary
Options Name Purpose
+ dispose () Disposes the service
+ initialize () Initializes the service
+ CHARACTER RecordDescription (character, character, handle, logical) Returns the standard description value for a database record
+ CHARACTER RecordKeyFields (character, character, handle, logical) Returns the key field values for a database record


Method Detail
Top

PUBLIC dispose ()

Purpose: Disposes the service
Notes:

Top

PUBLIC initialize ()

Purpose: Initializes the service
Notes:

Top

PUBLIC CHARACTER RecordDescription (character, character, handle, logical)

Purpose: Returns the standard description value for a database record
Notes:

Parameters:
pcDatabaseName CHARACTER
The name of the database
pcTableName CHARACTER
The name of the database table
phBuffer HANDLE
The buffer with the database record to return the description for
plReturnedValue LOGICAL
Indicates whether a value was returned
Returns CHARACTER
The standard description value for the record
Top

PUBLIC CHARACTER RecordKeyFields (character, character, handle, logical)

Purpose: Returns the key field values for a database record
Notes:

Parameters:
pcDatabaseName CHARACTER
The name of the database
pcTableName CHARACTER
The name of the database table
phBuffer HANDLE
The buffer with the database record to return the description for
plReturnedValue LOGICAL
Indicates whether a value was returned
Returns CHARACTER
The standard description value for the record


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:11:15