I have a form that shows data from a parent table (text boxes)and a related child table (grid). In my Data Environment, I have the 'OneToMany' property for the Relationship set to 'False', enabling the user to navigate throught the parent records and have the grid show the appropriate child data for each parent.
After running a report (with the Report command) and returning to the Form, the Form acts like the 'OneToMany' property has been reset to 'True', forcing the user to navigate through the child records.
Do I have to re-define the Data Environment even though the Form uses a Private DataSession?
Thanks for your help,
Jacob
After running a report (with the Report command) and returning to the Form, the Form acts like the 'OneToMany' property has been reset to 'True', forcing the user to navigate through the child records.
Do I have to re-define the Data Environment even though the Form uses a Private DataSession?
Thanks for your help,
Jacob