I am trying to export a report to Excel and getting an error - Problems During Load

Solution
The error can be located in the path indicated.
One possible cause could be that there are odd dates in the data

When the dates were repaired the report successfully exported.
In the above instance the code used in Commande Mode - on the Customer Table was:
repl all lastpay with ctod("01/01/1900") for lastpay < ctod ("01/01/1900")
Comments
0 comments
Please sign in to leave a comment.