DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: TTitle & Justify

  1. #1
    Join Date
    Mar 2002
    Posts
    1

    Question

    I am writing an SQL script and I would like to use a TTitle and BTitle that are justified. I am not sure of the syntax.

    I tried
    TTITLE '30-Sep-Sun' , JUSTIFY LEFT, 'Instructor
    Report|Load' JUSTIFY CENTER

    BTITLE 'Confidential' JUSTIFY LEFT

    but it did not work. It printed everything except the words
    TTITLE & BTITLE. I have the bar between Report and Load to enter a line feed and that did not work also....any help PLEASE!!!

    Thanks!


  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    Check:

    TTITLE LEFT '30-Sep-Sun' CENTER 'Instructor Report' SKIP CENTER 'Load';
    BTITLE LEFT 'Confidential';

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width