Hello,
I converted a VB.NET application in a DLL. Is there a way to use that DLL in ASP.NET to use that appliication as it was originally created in VB.NET? or do I need to use that DLL as part of a web service, than use ASP.NET with that web service? If the later, how do I use that DLL as part...
Hello,
How do I pass values to crystal report (in order to filter my data) as a web service? I will be accessing the web service from ASP.NET. I would like to select values from a couple of text boxes and pass the to the record selection formula.
Thanks,
Victor
Hello,
I would like to use a ASP.NET application in the web, created a DLL for the application and trying to include it as part of a web service to view the application in the web. I added to DLL as a reference in the webservice but don't know what to do from there, please help.
I am using...
Hello asgain,
The correct syntax is myaop29report.SetDataSource(dtset1.tables(0))", problem is, I'm getting prompted for a password eventhough my report is not connected to a password protected datasource, it's datasource are XML files.
Can you please help me fix this problem.
Code:
Dim...
Hello,
I'm getting the following error on the code below
" Identifier is expected "
On line:
"myaop29report.SetDataSource(dtset1.tables[0])"
Any ideas on how to fix this problem??
Code:
Imports System.Data.OleDb
Imports Microsoft.VisualBasic.ControlChars
Imports CrystalDecisions.Shared...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.