Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack As the DDK manual specifies, a custom aggregate can be added to any of the DDK classes as follows.
VB Sample
_Public FTAgg As FileTransferClientAgg
where FileTransferClientAgg is the name of the class you have derived from the aggregate class.
Frequent Problem
The following error can be caused when adding a custom aggregate
07-NOV-2007 15:42:30.625 00F0 [FWKMET ADTModule] Aggregate: FTAgg07-NOV-2007 15:42:30.625 00F0 [FWKERR ADTModule] Object reference not set to an instance of an object.
One cause of this problem is missing the table attribute for the derived class.
The class should be defined as follows
_Public Class FileTransferClientAggInherits ClearSCADA.DBObjFramework.Aggregate