
To configure AP_FEED Post Generation Events:
1 Open the CUSTSYS.MDB.
2 Open the CUST_EVNT table.
3 Type the properties of the events you want in the appropriate fields.
OWNER_KEY =
EVNT_TYPE: Boolean
EVNT_MEMO: True if you want a beep.
Default Value: True
Msgbox_Desired: Controls whether you want a Message Box pop up at the end of each generated
file.
EVNT_TYPE: Boolean
EVNT_MEMO: True if you do want the Message Box.
Default Value: True
Message_To_Use: Controls whether you want your own message. Ignored when MsgBox_Desired is
set to False.
EVNT_TYPE: Text
EVNT_MEMO: <desired message>
Default Value:
EVNT_TYPE: Eval
EVNT_MEMO: <function to be executed>
Default Value:
< Funds_App_ID>
<Created_File>
Example:
Cust_Func(<Funds_App_ID>, <Created_File>)
Configuring AP_FEED Post Generation Events