Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Crystal through another application

Status
Not open for further replies.

susanLe

Programmer
May 16, 2001
7
US
Our application is written in Smalltalk and we want to view/print a form in Crystal Reports. In my research I found several places that it is mentioned that we need to be using VB in order to use the RDC Runtime Engine. Is this true? Is there something else I should be considering?

 
Thanks....it looks like a good place to start the journey.
 
susanLe,

You definitely don't need to use VB in order to use the RDC. But you wouldn't know that when you read the RDC documentation or any of the otherwise-excellent books on CR. Most of them think that the term "programming" is synonymous with the term "Visual Basic".

In fact, you can use any language that is capable of instantiating a COM object. I don't know if your version of SmallTalk can do that. If it can, you're in business.

I have been happily using the RDC with Visual Foxpro for several years -- as have thousands of other Foxpro programmers. I don't even have VB installed on my computer.

Mike


Mike Lewis
Edinburgh, Scotland

My Visual Foxpro web site: My Crystal Reports web site:
 
Thanks, that is what I needed to hear.

We do instantiate com objects in our application, so it is just a matter of getting that bit of a task completed to generate the reports our users need.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top