DLG_REGCART Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_REGCART Dialog Component.xml
The DLG_REGCART dialog component is used by new customers to enter security information before completing a sale. This is required before the sale can be completed.
DLG_CUSTEDIT Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_CUSTEDIT Dialog Component.xml
The DLG_CUSTEDIT dialog component contains the text controls necessary to edit a customer table record and a matching security record for the user, if a security record exists. The DLG_CUSTEDIT dialog illustrates the use of a tab control with multiple tab panes as well as merge controls. Control names for fields that contain data for the customer table are the field names in the table preceeded with "c_". The name of each security control in the dialog must exactly match the name of the field in the user table. A list of valid security field names can be found by using the A5WS_User_File_Field_List() function. Two other fields are recognized by the security functions used in this component, confirm_password and groups. Confirm_password is used to confirm a password entry, and groups saves the security group assignments for this user.
DLG_MAINTOPT Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_MAINTOPT Dialog Component.xml
The DLG_MAINTOPT dialog component contains two radio buttons and two buttons.
DLG_HDATE Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_HDATE Dialog Component.xml
The DLG_HDATE dialog component sets the "from" date to use in the filter expression that selects records for the GRD_HISTCUST and GRD_HISTQUAN grid components.
DLG_INTUSER Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_INTUSER Dialog Component.xml
The DLG_INTUSER dialog component is used by administrators to edit security information for internal users.
DLG_REPORTS Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_REPORTS Dialog Component.xml
Dynamically populates the radio button selections from the web_reports table.
DLG_CUSTSEC Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_CUSTSEC Dialog Component.xml
The DLG_CUSTSEC dialog component contains the text controls necessary to edit a security record for a customer. Control names for fields that contain data for the customer table are the field names in the table preceeded with "c_". The name of each security control in the dialog must exactly match the name of the field in the user table. A list of valid security field names can be found by using the A5WS_User_File_Field_List() function. Two other fields are recognized by the security functions used in this component, confirm_password and groups. Confirm_password is used to confirm a password entry, and groups saves the security group assignments for this user.
DLG_IEMAIL Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_IEMAIL Dialog Component.xml
The Validate event of the dialog sends an email using the EMAIL_SEND() function.
DLG_LOGIN Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_LOGIN Dialog Component.xml
The DLG_LOGIN dialog component contains two text box controls and two buttons.
DLG_UCHKOUT Dialog Component
/documentation/pages/Obsolete/Alpha Sports/Components/DLG_UCHKOUT Dialog Component.xml
Captures or displays the customer information required by the billing and shipping processes.