Okay,
I have web software, which should generate dynamic reports from MySQL database. So when the user push the print button, the report should popup in the new windows in printable form (pfd or cr viewer).
I know that I can make it with Crystal Enterprice, but it is too expensive.
Thanks of...
I have web software, which needs a print option. Web software have 10-100 users.
What possibilities I have?
1. Buy Crystal Enterprise (lot of $$$)?
2. Use Crystal.NET runtime with IIS (User limitations)?
3. Other?
In your web server data source should be put into System DSN, not in User DSN. If it's in User DSN, Crystal ask User and Password when you are trying it load to your browser.
You can send the wanted data in URL. For Example your account number is 123
http://mydoimain.com/cgi-bin/wcscgi.exe/reports/report.rpt?sf={account.accountno=123&init=actx&prompt0=4e9d83e65e429b56f8410105bf7b37aa.
Note, that I'm using Apache, so that's why cgi, and viewer in activeX. The prompt0...
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.