Field Inheritance

Ok here’s the deal…

Domino 8.5.2 FP2

Lotus Notes 8.5.2FP2

I set-up 2 forms and inherit the values of fields from one form into the other.

It works great.

If, however, I use a

@SetTargetFrame(“xxx”)

before the

@Command([Compose];“xxx”)

Nothing is inherited.

Take the @SetTargetFrame line out…and it works.

Is this how its supposed to work? Its damned annoying if it is…

Just wondered…