Hi
I am Developing a New Application in which i use Crystal Reports 8.5 as my reporting tool.
To create a new instance of Crystal Reports From VFP7.0 in order to preview or print a report i use the CREATEOBJECT Function/Command. I Have established this with the use of one of the following Lines:
1. oCR = CREATEOBJECT("crystalRuntime.Application"
2. oCR = CREATEOBJECT("crystal.crpe.Application"
What's the difference between the two?
Which One to use and why?
Tnx
I am Developing a New Application in which i use Crystal Reports 8.5 as my reporting tool.
To create a new instance of Crystal Reports From VFP7.0 in order to preview or print a report i use the CREATEOBJECT Function/Command. I Have established this with the use of one of the following Lines:
1. oCR = CREATEOBJECT("crystalRuntime.Application"
2. oCR = CREATEOBJECT("crystal.crpe.Application"
What's the difference between the two?
Which One to use and why?
Tnx