Question:
Why can’t I print the header even after setting up Label field on the report’s Database tab?
Solution:
After setting up the Labels, you must click the Reload File Structure button and set the value 1 to the PrintToFile() function’s PrintHeader parameter.
Example: Report1.PrintToFile(“Report.txt”, 1)