Allen,
Here is what I am attempting to accomplish.
I am printing a directory and need to underline the person's middle name if
the person goes by the middle name rather than the first name. For example:
John Ray Doe. Ray needs to be underlined if the person is called Ray Doe
rather than John Doe.
I have a yes no field in the table which is set to true if the person uses
the middle name. RTF is not a practical solution.
Is there a way to accuraratly measure the length of the string (name) in
twips and then I could draw my own line in the correct position under the
name field on the report?
Thanks.