I made a new report with 2008 Crystal report, the existng reports where done by somneone else and I don't know what version they use .
My report work OK for me, but not on any other machines I have tested it on.
I get error like this:
Logon failed.
Error in File C:\Users\HARRYJ~1\AppData\Local\Temp\rptWorkPack
The report is called from here:
sDocName = msCurrentDIR & "Work_" & Format(dNow, "yyyy_MMM_dd_HH_mm_ss") & ".pdf"
If Not newfrmMain.LaunchReportExportToFile("rptWorkPack.rpt", "Work Pack", sDocName, "@HireRecordID=" & mRefno)
Any help woul be appreciated understanding why it works on my machine and not on any others.