Contents

Introduction
Basic Concepts
Accounting
Advertisements and Catalogs
Shipping
Order Processing
Purchasing
Getting Started
Main Menu
Documentation
Customer Functions
Customer Lookup Screen
Customer Information Screen
Customer Contact Screen
Deduping and Deleting Customers
Order Functions
Order Entry
Order Review
Order Status Screen
Release Orders on Hold
Credit Card Processing
Order Processing Examples
Order Processing - Batch Mode
Order Processing - Single Order
Batch Order Making Utility
Club Membership Plan
Product Functions
Supplier Maintenance
Stock Maintenance - Overview
Rename Stock Number
Additional Stock Information Maintenance
Additional Supplier Information Maintenance
Purchasing Functions
Establish New Low Levels
Order Product
Review Purchase Orders
Record Delivery from Suppliers
Product's Purchasing Forecast
Inventory Recieving & Adjustment Functions
Purchase Order List
Adjust Inventory for Stock Item
Assemble Kits
Auto-Replenish Bins
Print Additional Stock ID Labels
Product Scan & Receive
AIM Import From An External File
AIM Export To An External File
Accounting Functions
Accounts Receivable Functions
Accounts Receivable Journal
Accounts Receivable Status Definitions
Applying Customer Credit
Applying Customer Payments
Applying Finance Charges
Accounts Payable Functions
Accounts Payable Journal
Paying Suppliers
Reconcile Received Merchandise With Supplier Invoices
General Accounting Functions
Credit Card Merchant Accounts
General Ledger Interface
Sales Tax Rates Maintenance
Close Year
Posting
Inventory Valuation Methods
System Setup Functions
Advertising Information
Catalogs
Media Source Codes
Customer Form Letters
Telemarketing Scripts
Order Type Code Maintenance
Standard Greetings Maintenance
Order Promotions Information
Accounting Information
Credit Card Merchant Accounts
General Ledger Interface
Sales Tax Rates Maintenance
Posting
Close Year
Inventory Valuation Methods
General System Parameters
Shipping Methods
System Security
Customer Information
Customer Type Code Maintenance
Customer Salutations Maintenance
Customer Honorifics Maintenance
Order Processing Forms
Master Pick Report
Pick Ticket
Packing Slip & Invoice w/ Label
Special Modules
Address Correction and Validation Module
Advanced Inventory Module
Advanced Warehouse Module
Amazon Order Management Module
Automatic Shipping Calculations Module
Contact Management Module
Database Purge Module
eCommerce Management Direct Feeds
Interactive Credit Card Authorization System
Import/Export Module
List Management Module
Miva Order Management Module
Multi-Company Controller Module
Point of Purchase Module
Product Manufacturing Module
Shared Inventory Module
ShopSite Order Management Module
SiteLINK e-Commerce Module
Subscription Management Module
Web Auction Management Module (WAMM)
X-Cart Order Management Module
Yahoo Order Management Module
Reports
Accounting Reports
A/P Aging Report
A/P Checks-to-Print Report
A/P Journal Activity Report
A/R Aging Report
A/R Journal Activity Report
Credit Card Merchant Deposit Report
Customer Deferred Balance Report
Inventory Cost Lots
Gift Certificates Activity Report
Lost Sales Report
Product Profit Report
Product Royalties Report
Sales Listing Report
Sales Tax Collection Report
Shipping Charges Report
Cashier's Drawer Daily Reconciliation Report
Customer Performance Report
Uncollected Balance Report
Advertising Reports
Catalog Square Inch Analysis Report
Downstream Analysis Report
Market Analysis Report
Order Promotions Activity Report
Product Within Source Key Profit Report
Response Curve Analysis Report
Selling Tools Activity Report
Source Key Profit Report
Inventory Reports
Auto Replenish Bin Report
Back Ordered Products Report
Bin Report
Detailed Back Ordered Kit Items Report
Inventory Journal Transactions
Inventory List
Product Low Level Notification List
Return Merchandise Authorization Detail Report
Item Exchange Report
Order Activity Reports
Daily Order Activity Report Section 1 (Orders Entered)
Daily Order Activity Report Section 2 (Invoices Generated)
Daily Order Activity Report Section 3 (Payment Received)
Warehouse Daily Activity Report
Feed Order Activity Report Sample
Performance Analysis Reports
Catalog Performance Analysis Report
Customer Performance Analysis Report
Product Performance Analysis Report
Source Key Performance Analysis Report
Data Dictionary
File Structure - A/R Journal
File Structure - Advertising Source Keys
File Structure - Composite Items
File Structure - Customers
File Structure - Invoices
File Structure - Import/Export
File Structure - Orders
File Structure - Order Line Items
File Structure - Stock Item Buy Price
File Structure - Stock Item Selling Price
File Structure - Stock Items
File Structure - Subscriptions
File Structure - Suppliers
File Structure - Telemarketing Entries
Data Dictionary - XL Edition
XL File Structure - A/R Journal
XL File Structure - Advertising Source Keys
XL File Structure - Composite Items
XL File Structure - Customers
XL File Structure - Invoice
XL File Structure - Order Line Items
XL File Structure - Orders
XL File Structure - Stock Item Buy Price
XL File Structure - Stock Item Selling Price
XL File Structure - Stock Items
XL File Structure - Subscriptions
XL File Structure - Suppliers
XL File Structure - Telemarketing Entries
XL File Structure - Import/Export
SiteLINK
SiteLINK 5.4
SiteLINK 5.4 Setup
SiteLINK 5.4 System Requirements
Creating Your Store
Uploading New Customer and Order Information to SiteLINK 5
Downloading Orders and Information Requests in MOM
Store Activity Reports
SiteLINK 5.0 Global Discount
Store Setting
Style Sheet
Maintain Store Text Pages
Generate Search Engine Product List
Account Info
SiteLINK Support Team for SiteLINK
Getting Help For SiteLINK 5.4
Setup In Mom
Product Options
SiteLINK Store Departments Maintenance
SiteLINK Store Specials Maintenance
Setting Up Product Information
Mom Maintenance
SiteLINK Preferences Maintenance
Setting Up Acknowledgement E-Mails
Setting Up the Import/Export Module for Use with SiteLINK
Setting Up Shipping Options for Shoppers
Setting Up Credit Card Options for Shoppers
Setting Up Advertising Source Codes for Hyperlinks
Setting Up Catalog Selection Options for Information Requests
SiteLINK 5.4 Store Publisher
SiteLINK 5.4 Store Publisher - Web Service Settings
SiteLINK 5.4 Store Publisher - Froogle Data Feed
SiteLINK 5.4 Store Publisher - SiteLINK
Download New Orders from SiteLINK
Demo Store Instructions
Section 1 - M.O.M. Setup
Section 2 - SiteLINK Setup

 
Home
MOM Helpers Online Help
Prev Page Next Page
 
 

XBASE Expression Builder

General Information

This utility helps you build XBASE expressions with a "pick and choose" menu for functions, fields, and variables. An expression can be as simple as a field name or as complex as a calculation involving immediate IF functions, concatenations, and data type conversions. The main purpose of the Expression Builder is to facilitate the creation of expressions by providing you with lists of appropriate options each step of the way.

How to Use the Screen

To create an expression, you can type it directly into the expression box, or you can select items from the functions drop-down lists in the dialog box to have the utility paste them into the expression box for you.

You might find some of the following functions useful when manipulating strings in expressions.

If you want to...

then use this function

Remove leading & trailing blanks from character expressions

ALLTRIM( )

Remove leading blanks

LTRIM( )

Remove trailing blanks

RTRIM( )

Add specified characters to the left, right, both sides of a string

PADL( ), PADR( ), PADC( )

Work with parts of a character string for comparisons

SUBSTR( )

Use a specified number of characters starting left of a string

LEFT( )

Use a specified number of characters starting right of a string

RIGHT( )

Change uppercase to lowercase, or lowercase to uppercase

UPPER( ), LOWER( )

Convert a string to initial capitals

PROPER( )

Have a numeric field interpreted as a character string

STR( )

Functions

Contains list boxes of four function types. When you select a function from one of the four types, it is automatically pasted into the expression box. When you are building expressions for remote views, only the functions specific to the target back-end data are listed.

String - Lists available character string functions.

Logical - Lists available logical functions.

Math - Lists available math functions.

Date - Lists available date and time functions.

Expression

Displays the expression that you are creating or editing.

Fields

Lists the fields in the current table or view.

To paste a field into the expression box, either double-click the field or select the field and press ENTER.

To display fields from a different table, select a different table in the From Table box.

From Table

Lists tables and views that are open. Select a table or view to update the Fields box.

Variables

Lists system memory variables, arrays, and memory variables that you have created.

To paste a variable into the expression box, either double-click the variable or select the variable and press ENTER.

The VERIFY Button

Validates the syntax of the expression in the expression box. If the expression is valid, "Expression is valid" is displayed in the status bar. If it is not valid, an error message is displayed. This option is not enabled for remote views.

Note If you include a user-defined function call in the expression, Verify will indicate an error, but there will not necessarily be an error when the expression is evaluated at run time.

The OPTIONS Button

Displays the Expression Builder Options dialog box, in which you can set preferences for the Expression Builder.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)