Hello,
I changed to using a data source for a report on CR XI. Now when I run my report from the ERP, I have an error message
Error: 70. Permission denied.
I do not see where that may come.
Thank you
[Crystal Report XI] Problem “Error 70” during the launch of a report
The error may be due to access or permissions and compatibility. The file that you accessed from CR XI may have been protected that is why you cannot access it in ERP. Check the compatibility of these programs. You can check the access registry yourself as another option.
On the Start button, choose Run. When the Run dialogue box appears you will type “regedit” and search for Access application. If it is missing, look for it in other folders and return it. Make sure that you save the changes before you leave this part.
[Crystal Report XI] Problem “Error 70” during the launch of a report
Hi there user,
You should fix Set Report Variable Value right in the Crystal Report as your first option. Pass the parameter, you may use these syntaxes:
crystal.formula (0) (formula-name)
crystal.formula (1) (formula-name)
Second option, this is the VB Code,
a. Set m_Rep = m_App.OpenReport (mRepName, 1)
b. Set m_Rep = ParameterFields.GetItemByName (“Owner”) .AddCurrentValue (gstrMarker)
Thank you for posting.
Best regards,