
November 25th, 2003, 10:52 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Crystal Report problem....
Hi, everyone i am the new user for this site..
i have face some problem when i try to implement crystal report into ASP page.
I am using crystal report 8.0 and working with the PWS....
I have try to connect the crytal report in ASP page and i try to import parameter into it, but i getting a problem in viewing the report and i even cannot view the report page, i just can see the report frame( please view to the attachment file)
I have a few question on it:
1. Is it compulsary to include the code
- set crtable = session("oRpt").Database.Table.Item(1)
crTable.SetLogonInfo "sqlservername", "Databasename", "sqlserveruserid", "sqlserverpassword"
i am using Microsoft Access
2. can PWS support the property of
session("oRpt").ParameterFields.GetItemByName("MemberNo").AddCurrentValue(request.form("txtMember_No"))
3. Should i use IIS as recommended working server.
|