I have a form with totals at the top.
A page object below this.
list boxes on the page with a select in the row source. As data is added, the totals change at the form level, a calculations occurs that adds the related data records, and then calculates on each data record (new and old) an percentage of the total amount on the top of form.
This all occurs correctly. If I exist the system, the refresh of the data occurs and it is correct. I have all the math in the refresh of the form object. But the timely is off.
I have so many refreshes in the objects of the add button, trust me
this.parent.parent.parent.parent.refresh
this.Parent.Parent.parent.Refresh
this.parent.list1.requery
this.parent.list1.refresh
this.parent.refresh
thisform.Refresh
The list box results, list box totals will refresh correctly on the page you are looking at, the next page totals are right but not the records in the list box.
This is a little wordy. Sorry about that.
Betty
A page object below this.
list boxes on the page with a select in the row source. As data is added, the totals change at the form level, a calculations occurs that adds the related data records, and then calculates on each data record (new and old) an percentage of the total amount on the top of form.
This all occurs correctly. If I exist the system, the refresh of the data occurs and it is correct. I have all the math in the refresh of the form object. But the timely is off.
I have so many refreshes in the objects of the add button, trust me
this.parent.parent.parent.parent.refresh
this.Parent.Parent.parent.Refresh
this.parent.list1.requery
this.parent.list1.refresh
this.parent.refresh
thisform.Refresh
The list box results, list box totals will refresh correctly on the page you are looking at, the next page totals are right but not the records in the list box.
This is a little wordy. Sorry about that.
Betty