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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using VB DLL to wrap Crystal Rep. Standard.

Status
Not open for further replies.

efrost2

Programmer
Jul 18, 2001
50
US
I would like to make a VB DLL and use the standard edition of Crystal Report. Access a DB, export reports to either PDF or HTML, save exported reports to directory. More importantly I need to be able to call this DLL from ASP served from a Win2K/IIS5.0 server. Is this possible with the standard edition?
Something like:
<%
dim rpt
rpt = Server.CreateObject(&quot;Crystal.VBDLL&quot;)
rpt.ReportName = &quot;reportname&quot;
rpt.MakeReport
%>

Thanks
 
I doubt it. Wouldn't it be cheaper/faster to upgrade to the Developer edition? Brian J. Alves
Email: brian.alves@worldnet.att.net
VB / ASP / Crystal / SQLServer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top