I had the same problem. Here is the answer I got...
The password may not have been saved correctly. From time to time the
"Persist Security Info" property gets set to false which means the
password is not stored in the package. You can check this from within
the Advanced properties...
I had the same problem. Here is the answer I got....
The password may not have been saved correctly. From time to time the
"Persist Security Info" property gets set to false which means the
password is not stored in the package. You can check this from within
the Advanced properties...
RESPONSE SENT BY: Darren Green
The password may not have been saved correctly. From time to time the
"Persist Security Info" property gets set to false which means the
password is not stored in the package. You can check this from within
the Advanced properties sheet of the...
I was debugging an existing DTS using the package designer. When I was checking the SQL server connectivity icon, I found that the user's password was blank, so I changed it.
When I pressed OK to record the change, I answered "NO" to resetting the transformations.
When I attempted to...
I found the solution on my own.
Here it is....
Dim crpeApp As CRPEAuto.Application
Dim crpeRpt As CRPEAuto.Report
Dim lcount As Long
'Set the application object
Set crpeApp = New CRPEAuto.Application
'Set the report object
Set crpeRpt =...
Thanks for the response, but I'm not sure I understood it. What type of object is crpe1 in your example? In other words, what CRPE object contains the records.read and when is it's value populated?
Thanx
I am executing a group of different Crystal Reports all at once using VB 6.0 and the Automation Server (CRPE) in Crystal Reports 7. Several of these reports may or may not have data associated with them. If there is no data, a blank page/screen is produced. I would like to supress the...
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.