I am supporting Made2Manage 5.6 and was asked to modify the balance sheet report, rpfbsh_l.frx . I do not remember how to access the data environment and would very much appreciate assistance.
Working in VFP 9, I opened the original report, then saved as v2, then tried to open and modify the frx copy with:
MODIFY REPORT m:\m2mdata\reports\template\rpfbsh_l_v2.frx
If I right-click the report and choose data environment, the data environment is empty. Note that it is also missing with the original report.
I think I'm looking for csrSheet; an example of an expression is: DisplayVal('POP','GLREPORT.SECTION',csrSheet.fcsection,'60')
(I've tracked down DisplayVal as a user defined function in SQL.)
Thanks in advance!
Karen
Working in VFP 9, I opened the original report, then saved as v2, then tried to open and modify the frx copy with:
MODIFY REPORT m:\m2mdata\reports\template\rpfbsh_l_v2.frx
If I right-click the report and choose data environment, the data environment is empty. Note that it is also missing with the original report.
I think I'm looking for csrSheet; an example of an expression is: DisplayVal('POP','GLREPORT.SECTION',csrSheet.fcsection,'60')
(I've tracked down DisplayVal as a user defined function in SQL.)
Thanks in advance!
Karen