Namespace: Consultingwerk.Framework.RepositoryServices
Class 
DefaultDynamicViewerRepository Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Framework.RepositoryServices.IDynamicViewerRepository

File:DefaultDynamicViewerRepository
Purpose:Detault Repository provider for dynamic viewers
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Apr 01 16:18:08 CEST 2012
Notes:Reads and writes the viewer definition from an XML file,
typically in the session working directory



Top Method Summary
Options Name Purpose
LoadSettings (character, table) Loads the Layout of the dynamic viewer.
SaveSettings (character, table) Saves the Layout of the dynamic viewer.


Method Detail
Top

LoadSettings (character, table)

Purpose: Loads the Layout of the dynamic viewer.
Notes: The output table ttViewerDesign is defined REFERENCE-ONLY inside this
class and thus should be passed by the caller BY-REFERENCE

Parameters:
pcSettingsKey CHARACTER
The key to retrieve the settings for
ttViewerDesign TEMP-TABLE ttViewerDesign
OUTPUT TABLE The table that contains the viewer design
Top

SaveSettings (character, table)

Purpose: Saves the Layout of the dynamic viewer.
Notes: The output table ttViewerDesign is defined REFERENCE-ONLY inside this
class and thus should be passed by the caller BY-REFERENCE

Parameters:
pcSettingsKey CHARACTER
The key to store the settings for
ttViewerDesign TEMP-TABLE ttViewerDesign
INPUT TABLE The table that contains the viewer design to be stored


Temp-Table Detail

Temp-Table ttViewerDesign

Defined in:


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:27