Inherit into computed for display field

Probaly simple, but I can not get it:

Response form inherits values from selected documents.

FIELDA is editable on Parent form and is computed for display on Response form.

Everithing works until I create Action from Response form to create another Response.

Please, help…

Thanks

Subject: Inherit into computed for display field

Computed-For-Display fields are not stored in the document, and so cannot be inherited.

Change them to just Computed fields.

Subject: Actually you need computed when composed

You do not want the computed field to recalculate every time the response document is saved. The link to the parent doc is only available when the response doc is first composed.

Howard

Subject: RE: Actually you need computed when composed

Thanks