Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.DataAdmin.DataSource.AuthTagDataSource

OpenEdge.DataAdmin.DataSource.AuthTagDataSource

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Version 12.8
    • Documentation
Namespace: OpenEdge.DataAdmin.DataSource
Type: Class AuthTagDataSource
Parent Classes:
Inherits: OpenEdge.DataAdmin.DataSource.DataSource


Copyright (c) 2023-2024 by Progress Software Corporation. All rights reserved.
File:AuthTagDataSource
Author(s):pjudge
Created:2016-04-26



Method Summary
  Options Name Purpose
  AfterAuthTagRow (dataset-handle)
  BeforeRowSave (handle) /* Validates a row before save */
  PrepareBuffer (handle)
  LOGICAL Save (handle) /** Save all @param buffer the temp-table buffer handle with data */
  LOGICAL Save (handle, integer) /** Save changes of specified state @param buffer the temp-table buffer handle with data @param state the row-state to save (row-created, row-deleted or row-modified) ? = all */
  SaveAuthTag (handle, integer) /** SaveAuthTag changes of specified state @param buffer the temp-table buffer handle with data @param state the row-state to save (row-created, row-deleted or row-modified) ? = all */

Constructor Summary
  Options Name Purpose
  AuthTagDataSource ()

Method Detail
Top

AfterAuthTagRow (dataset-handle)

Parameters:
hds DATASET-HANDLE
 
Top

BeforeRowSave (handle)

/* Validates a row before save
Parameters:
phTTBuffer HANDLE
 
Top

PrepareBuffer (handle)

Parameters:
phBuffer HANDLE
 
Top

LOGICAL Save (handle)

Purpose: Save all
Parameters:
bufferHandle HANDLE
 
Returns LOGICAL
 
Top

LOGICAL Save (handle, integer)

Purpose: Save changes of specified state
? = all
Parameters:
phBuffer HANDLE
 
piState INTEGER
 
Returns LOGICAL
 
Top

SaveAuthTag (handle, integer)

Purpose: SaveAuthTag changes of specified state
? = all
Parameters:
phbuffer HANDLE
 
pistate INTEGER
 


Constructor Detail
Top

AuthTagDataSource ()



TitleResults for “How to create a CRG?”Also Available inAlert