Focal Point
regarding styling of subheads and subfoots

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

September 15, 2005, 08:27 AM
Dharma
regarding styling of subheads and subfoots
Hi,
I have sorted on two fields say FLD1 and FLD2.
I am using something like this:

ON FLD1 SUBHEAD
�TEST 1�
���

ON FLD2 SUBHEAD
�TEST 2�
����

Now while styling, generally we use TYPE=SUBHEAD, � for this. But this applies for both subheads. I want different styling for each of the two subheads. Similarly for subfoots. Any help on how to do this. Thanks in advance.

Regards,
dharma
September 15, 2005, 01:01 PM
codermonkey
Try:
TYPE=SUBHEAD, BY=FLD1, etc.
TYPE=SUBHEAD, BY=FLD2, etc.
September 16, 2005, 06:12 AM
Dharma
thanks! that works fine.