uidoc.FieldHelp - where does this work?

Apparently in R7, you have to TURN ON field help on a subform - this is new …

The only place I’ve found where using uidoc.FieldHelp = True actually works is in the first editable field on a subform. If I put this in the Entering event, and make that field the default focus, then field help is actually ON when the subform pops up in a dialog box.

We have a LOT of subforms, though, so I’d hate to have to put code in the Entering event of the first editable field on each one of them! I’ve tried putting uidoc.FieldHelp = True and the @Command equivalent in the Initialize event of the subform, and just about all the subform events, but to no avail.

Is there a global way to turn on Field Help in a subform, maybe something I’m missing? TIA