PDA

View Full Version : Highlight all Fields in Document


Zaxxon
October 12, 2007, 20:00:45
Hello,
i am missing a feature like the TextField.ShowActivated to de-/ highlight all Fields in the current Document - optional for Headers and Footers too.

It would be very usefull, if i can set as special color to highlight these fields.

If the highlighted fields are dehighlited, the TextBackColor of the fieds schould be set to the color of the text/line/paragraph in back of the field, if the text/line/paragraph was set to a different color.

Gunnar Giffey
October 15, 2007, 15:06:37
Hi,

This can already be done by coloring the text background for all text fields.
Just step through all text fields, select the text and set the TextBkColor property.

Zaxxon
October 16, 2007, 06:32:57
Hi,

This can already be done by coloring the text background for all text fields.
Just step through all text fields, select the text and set the TextBkColor property.

Hi Gunnar
I know this, but didn't you think, this would be a cool feature if a developer can make this with only one method like "textcontrol.fields.highlight(lightblue) / textcontrol.fields.dehighlight()"

By the way, thank you for your answer :)

Gunnar Giffey
October 16, 2007, 16:41:47
Yes, I agree that this would be a cool feature, I just wanted to mention that it is already possible to implement this ;)