
To configure the Process Payments Window:
1 Open the CUSTSYS.MDB.
2 Open the CUST_EVNT table.
3 Type the properties you want in the appropriate fields.
OWNER_KEY =
EVNT_TYPE: Text
EVNT_MEMO: <desired screen caption>
Default Value:
EVNT_TYPE: Text
EVNT_MEMO: <desired button caption>
Default:
EVNT_TYPE: Text
EVNT_MEMO: <desired function to be called with parameter replacement>
Default: Null
The following run-time parameters may be used in this expression:
<Owner_Key>
<Funds_App_Id_List>
These parameters have the appropriate values supplied to them prior to calling
the function specified by EVNT_MEMO. The following string will typically be
used:
Queue_and_Process_Payments(<Owner_Key>, <Funds_App_Id_List>)
Process_Button_Status_Bar: Text that appears on the Status Bar when the
EVNT_TYPE: Text
EVNT_MEMO: <desired button status bar text>
Default:
EVNT_TYPE: Boolean
EVNT_MEMO: True or False
Default: False
Process_Button_Finished_Message: A message which should be displayed upon completion of the
EVNT_TYPE: Text
EVNT_MEMO: <desired message to be displayed upon completion>
Default: Null
Default_Sort: The desired sort order for the payment when the screen is first displayed.
See the
EVNT_TYPE: Text
EVNT_MEMO: <desired initial sort order>
Default:
EVNT_TYPE: Text
EVNT_MEMO: <desired pattern representing the Check Number Format>
Default:
Check Numbers contain both an automatic date and automatic integer portion.
Date components are entirely optional. Integer components must contain one or
more
Valid components of the format are:
# A digit of a 0 the zero filled integer component
z A digit of an
yyyy The year portion of the date component in 4 digit form.
yy The year portion of the date component in 2 digit form.
mm The month portion of the date component with leading zeroes.
m The month portion of the date component without leading zeroes.
dd The day portion of the date component with leading zeroes.
d The date portion of the date component without leading zeroes.
<Upper Case Letter or Symbol> Literal Value
Examples:
######## 00000012
zz AC
Fyymmddz F951011C
yymmddzz 951011AC
yymmdd## 95101112
dd/mm/yyyy--##### 11/10/1995--00012
On_Delete_PAYMT_REQ_STAT: A text value which PAYMT_REQ_STAT is set to when a payment is deleted.
Typically,
EVNT_TYPE: Text
EVNT_MEMO: <PAYMT_REQ_STAT to be used for deleted payments>
Default:
Configuring the Process Payments Window