Print Page | Close Window

receiving parameters from asp

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4598
Printed Date: 28 Apr 2024 at 5:17pm


Topic: receiving parameters from asp
Posted By: nostromo14
Subject: receiving parameters from asp
Date Posted: 22 Oct 2008 at 10:53am
i receive parameters from asp file like this:

Session("oRpt").ParameterFields.GetItemByName("partida").AddCurrentValue(mipartida)
Session("oRpt").ParameterFields.GetItemByName("calendario").AddCurrentValue(micalendario)

and when my report can't be created, just appear this error

Error Occurred Reading Records: Logon failed

Please help



Print Page | Close Window