Hello everyone,
I have a continuous sub-form within a form. Both forms are bound. The sub-form has a text-box control "TXB_AGGREGATE" that calculates Totals of the sub-form (=SUM([FIELD1]*[FIELD2]) in its Footer section.
The Main- and Sub-form are related using LINK MASTER/CHILD FIELDS properties.
When a user moves through records in Main-form, its sub-form occasionally gives #ERROR in the control "TXB_AGGREGATE".
If the user moves back and forth one record, the #ERROR disappears.
Does anybody know how to get around this problem?
Sudakov.
I have a continuous sub-form within a form. Both forms are bound. The sub-form has a text-box control "TXB_AGGREGATE" that calculates Totals of the sub-form (=SUM([FIELD1]*[FIELD2]) in its Footer section.
The Main- and Sub-form are related using LINK MASTER/CHILD FIELDS properties.
When a user moves through records in Main-form, its sub-form occasionally gives #ERROR in the control "TXB_AGGREGATE".
If the user moves back and forth one record, the #ERROR disappears.
Does anybody know how to get around this problem?
Sudakov.