Subject Inserting records and computed fields
Author Marcin Bury
Hi List

Is there any solution to get values for computed fields during inserting a
new record

I.e I have a dataset of container documents and a dataset of containers,
both linked by IB_LookupEnh.
There are several computed fields in document - container params (simple
subselect in SQL statement) and I'd like their values to be visible after I
select the container for document I prepare.

Is the only way to post dssInsert state and put the document dataset in
dssEdit state within the same transaction?

TIA
Marcin