Dates in Strings

Charles Lewis lewisc@swau.edu
Mon, 19 Oct 1998 18:20:10 -0500


Not sure if you have variable length fields or what other limitations you
might have, but you might try reporting the items individually in the report
statement as follows:

report &
    tab 1 "ProdClass" &
    tab 11 prod_type &
    tab 12 "Product" &
    tab 20 p_product &
    tab 31 "Ship Date Range: From" &
    tab 53 p_from_ship_date format ddmmmyyyy separator "-" &
    tab 65 "To" &
    tab 68 p_to_ship_date format ddmmmyyyy separator "-" &
    tab 80 "Cust Name" &
    tab 90 p_cust_name

===================================
Charles Lewis
Director of Administrative Computer Services
Southwestern Adventist University
PO Box 567
Keene, TX 76059

Phone: (817) 645-3921 #220
Fax: (817) 556-4744
Email: lewisc@swau.edu
====================================

* If this email is displaying HTML tags (meaning your email client is not
HTML enabled)
  please let me know and I will flag your address for text only email.


= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.