I have a table of employees in a mysql database and a blob field in that table that stores a picture of each employee. Some of the employees don't have a picture so that field is null. When I built a crystal report in Visual Basic showing those pictures for each employee, instead of showing...
If I have a field in my database that stores the location of an image (i.e., <img src="C:\image1.jpg">), can I load that into a crystal report and have it interpret the html and load in the image in the source path instead of just displaying the tag?
right now all the content is stored in static html pages and the print version is stored in a separate file, so maintaining edits is a pain because I've got duplicate data that I have to update. If I have the content in a database, then I can create one dynamic web page to display each page and...
I've got lots of books that I display online and I'm thinking about putting their content into a database. I want to be able to create a printable version of the book and I'm thinking that crystal reports could query the database a generate a print version of the book. Is this a bad idea to try...
I checked out the link and I found it rather interesting that it said you can't change the command object at runtime. I have book called "The Complete Reference: Crystal Reports 9" that says you can modify it at runtime by passing the new query to the report.SQLQueryString property. But since...
I'm using CR9 and VB6 and want to integrate a report into my VB app so that I can create a filter in VB that will allow the user to filter out the results in the reports. When I built the report, I wrote a command query that will return all records. Then when the user selects the filter...
You're right. That would be a solution; however, I'm still curious to know how to check values on other fields from my employee table so I can modify my report on the fly.
I have a table of employees in a mysql database and a blob field in that table that stores a picture of each employee. Some of the employees don't have a picture so that field is null. When I built a crystal report showing those pictures for each employee, instead of showing nothing for the null...
I want to use VB 6 to dynamically build a query string then pass that into the record selection function that CR 9 provides but it doesn't allow me to do this. The reason I want to build the entire query string first is so the user can select mulitple filter categories and multiple options...
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.