parajrn
Programmer
- Jul 1, 2009
- 1
Recently I have been trying to convert a Paradox for DOS report to Windows by creating the design by hand but copying the calculations into the new fields.
The report simply tallies the number of records based on different conditions and displays the totals in a set of columns. I haven't had issues creating the layout, but the Windows version of Paradox will not accept the calculation formulas so I wanted to know if there was a guide I could use to figure out how to switch the formulas over.
There isn't really any programming logic involved. The formulas are simply count commands with iif statements for the different criteria.
Thank you in advance for any assistance.
The report simply tallies the number of records based on different conditions and displays the totals in a set of columns. I haven't had issues creating the layout, but the Windows version of Paradox will not accept the calculation formulas so I wanted to know if there was a guide I could use to figure out how to switch the formulas over.
There isn't really any programming logic involved. The formulas are simply count commands with iif statements for the different criteria.
Thank you in advance for any assistance.