G Gazlon New Member Jan 20, 2004 #1 How do you remove the ------------------- that apper under the column-label command: cust_add format "x(10)" column-label "Address" This is how it is: Address City State ------- ---- ------ I just want to see: Address City State
How do you remove the ------------------- that apper under the column-label command: cust_add format "x(10)" column-label "Address" This is how it is: Address City State ------- ---- ------ I just want to see: Address City State
C Crittar Member Jan 21, 2004 #2 The easiest way round this is to use NO-LABEL and put some text fields on the screen which you populate with your own headings
The easiest way round this is to use NO-LABEL and put some text fields on the screen which you populate with your own headings
M Mike Carroll Member Jan 21, 2004 #3 Use the NO-UNDERLINE clause on the FORM/FRAME. e.g. FORM field-a field-b WITH FRAME FRAME-A STREAM-IO NO-BOX NO-UNDERLINE.
Use the NO-UNDERLINE clause on the FORM/FRAME. e.g. FORM field-a field-b WITH FRAME FRAME-A STREAM-IO NO-BOX NO-UNDERLINE.