[EMAIL PROTECTED] wrote:
> Well, you could clear he bit manually in your code... There may be
> a nice easy clean way to do it, but I'm not aware of one.

The FldSetAttributes API can set the underline bits cleanly.

Our workaround to this mess was to add code in only one place, in the
event loop.  Before dispatching the frmOpen event to its normal handler,
we run code to fix all field underlines in the current form.  By putting
this code at the event loop, you don't need to add any other code to
each individual form.

-slj-

Reply via email to