How do you remove the ----- under the column-label command?

Gazlon

New Member
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
 

Crittar

Member
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
 
Top