Focal Point
Add a line under the field titles

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6391048331

April 07, 2005, 05:59 PM
<catelinw>
Add a line under the field titles
Developer studio /Report painter

Any one knows how to add a single line between the dield title and data to saparate & add space right under the feild tiltes

Name number amount
--------------------


Admin 2 453
Spec 5 67


Thanks.
April 07, 2005, 08:27 PM
reFOCUSing
Is this what you are looking for:

TYPE=TITLE,BORDER-BOTTOM=MEDIUM,STYLE=-UNDERLINE,$
April 07, 2005, 08:47 PM
<catelinw>
I am new to the developer studio, I can only use GUI to do simple things,where I can type in your code?

F1 F2 F3 F4
______________________

I use Crystal reports a lots, it is really easy to insert a line anywhere I want, It seems I have to type code all the time for the webfocus reports to work.
April 07, 2005, 09:54 PM
reFOCUSing
In the GUI on the bottom left there is a tab names 'Source' you can copy the code in there.

You will need to put the between the following lines:
ON TABLE SET STYLE *
ENDSTYLE

Here is a better example:
TABLE FILE CAR
PRINT
CAR
ON TABLE SET STYLE *
TYPE=TITLE,BORDER-BOTTOM=LIGHT,STYLE=-UNDERLINE,$
ENDSTYLE
END
April 08, 2005, 02:33 PM
<catelinw>
Thanks Curtis, I tried and did not changes anything, I like your idea , I will try using different stylesheet.

Catelin
April 11, 2005, 05:27 PM
Denver RSE
Unless I am misunderstanding the question, the default stylesheet in Dev Studio underlines all the column titles (in essence, putting a line in between the title and the data.

Also, in the GUI, do the following:

* Highlight the field you want to underline, right click and choose "Options".

* On the Style Tab, Choose Column Title or Data (or Both). Then click Select Font, and you'll see the place to Underline etc.

If you are asking how to add a HORIZONTAL line in a report (separating Titles and Data), try this:

* Select ALL the fields in the report.
* When they are all selected, right click them and choose Options
* Under Active Object, choose Column TITLES, then click Select Borders
* Uncheck "Make all Borders the Same" and then add a Bottom border


Does that help?
April 11, 2005, 08:53 PM
<catelinw>
Yes, It worked, I used your second suggestion, selected all columns, put a single line under all of them. I just couldn't find how to do it at first.

Thanks a lot
Catelin