I have tried that suggestion but to no avail. Still getting the invalid TLV Record error, when trying to view the report in the App.
Does CR have to be installed on every machine that needs to use this application? To test this theory out, I uninstalled CR on a PC that that ran this...
I just created a VB6 application that is able to pull up .rpt files based on a database. The app works fine on my PC that I developed it on eventhough my CRXI liscense expired. However when I try to install the application on another PC, (Same OS, same SP), I keep getting the error "Invalid...
I tried those instructions and succesfully installed the ActiveX viewew on the target PC, but I still get the same error (429: ActiveX component cannot create object). I did some more searching and the business objects website said that cdo32.dll needed to be registered as well. I did that...
The reason I am asking is because my free trail license expired on the PC in which I wrote the application, and I can no longer run CRXi, but my VB app still works fine on it. That leads me to believe that I just need certain files on all the other PCs but I am not wure.
I just created a VB6 app that is able to display crystal reports based on the database it is pointing to. While it runs fine on my PC, when I try to run it on another PC, I keep getting a runtime error "Error 429: ActiveX component cannot create object".
I don't have crystal Reports XI...
Sorry for the long delay, I just have been REAL busy for the past few weeks. Here is what I did in my code to allow it to switch DB locations at run time. Like I said previously, it involved altering the Crystal report SQL query programmatically:
Private Sub inspector_Data_Report()
boolDebug...
bmeza,
yes I finally figured it out. For some reason it involved actually setting the SQL query in the VB code. I will post the code up here when I get my laptop in the house.
I just built a VB application and used the package and deploy wizard to make a distributable cab file. I tried to run the setup program on another PC, but keep getting a message saying "Some files are out of date on your PC, Click OK to update these files, then restart your PC" I clicked OK...
Has anyone succesfully done this?
I am trying to create a JAVA app that is able to view real time crystal report files based on the information in our database. I have it done in VB6, but is there anyway to do this in JAVA as well?
I have the GUI created with all the buttons and whatnot, I...
Guess I spoke too soon....
While I am able to switch DB's at runtime, doing this also removes all of my options set in the crystal report. In my .rpt file, I have "Select Distinct Records" checked in the report options window.
However when I connect to the database using the VB app, the...
Hi guys,
Sorry for the delay. I finally got it working thanks to all of the suggestions you guys made. I ended up figuring it out and what I had to do was to change the "Connection URL" property to point to the actual database I wanted to go to...
Hi thanks for you response!
I have tried what you suggested, but see that my connection buffer string does not have a "Database Name" item in the connection properties. So when I tried the statement:
SetcrxProperty = crxDBTable.ConnectionProperties("Database Name")
I get a "Subscript out...
Vidru,
I hope you still come here. I am running into the exact same problem as graphix03, only that I still can't get my app to change the database location of the crystal report. I have seen your FAQ, but that still does not help me. what could I be doing wrong? I am using CRXI and VB6...
I have a VB6 application that is able to view a Crystal report using the database that is defined in the .rpt file. This works fine and is able to generate updated reports as the DB changes, but we have many different databases (test, prod, dev, etc), and I have been trying since last night to...
I have been trying for the past week to get my FTP problem solved. Problem is below:
I have created an application that logs on to a UNIX system via FTP. However when I use the command:
INET1.execute , "MKDIR chris",
A directory is created with the name if CHRIS. In other words 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.