File: pfc_n_cst_linkageattrib.sru
Size: 551
Date: Sat, 23 Mar 2013 16:23:03 +0100
HA$PBExportHeader$pfc_n_cst_linkageattrib.sru
$PBExportComments$PFC Attributes for DataWindow Linkage service
forward
global type pfc_n_cst_linkageattrib from n_cst_baseattrib
end type
end forward

global type pfc_n_cst_linkageattrib from n_cst_baseattrib autoinstantiate
end type

type variables
Public:
string   is_mastercolarg[]
string   is_detailcolarg[]
end variables

on pfc_n_cst_linkageattrib.create
TriggerEvent( this, "constructor" )
end on

on pfc_n_cst_linkageattrib.destroy
TriggerEvent( this, "destructor" )
end on