hcl-bot
November 17, 2003, 12:24pm
1
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
hcl-bot
November 17, 2003, 12:46pm
2
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.
hcl-bot
November 17, 2003, 1:14pm
3
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
hcl-bot
November 17, 2003, 2:01pm
4
Subject: RE: Actually you need computed when composed
Thanks