Help. I have some reports where some fields have stopped printing. For example I have some custom detail fields on our Estimates from the Estimate Line that used to print but starting a few months back quit showing up on the reports.
I remember there was a problem at one time with the Text field of the properties of the Label in Report Designer getting out of synch with the Data Binding field. For example the Data Binding might something like dataSet1 - Estimate.EstimateLine.... and the Text field would be [EstimateLine.Estimate.Desc]. There are several places where the object location of the data is shown in the report designer, like hover tips, etc. and sometimes I will see object locations like [EstimateLine.Estimate.EstimateLine.Desc] with 2 "EstimateLine" and other times with only one.
In the past I might just refresh the object pointers by selecting the field again in the Data Binding Drop down or manually editing the Text field to add/remove the bad stuff, but now I can't remember what I did or find the original forum posting with answer.
I've tried re-selecting fields in the Data Set drop down, but I have only succeeded in "breaking" other fields and not getting the non printing fields to show up properly.
How do I make sure I am getting the right Data Set and Text field contents?
James