Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vbadmin

    Reading database field values in .dsr file at run-time

    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...
  2. vbadmin

    loading image into report using html image tag.

    that was exactly what I was looking for. Thanks a ton!
  3. vbadmin

    loading image into report using html image tag.

    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?
  4. vbadmin

    CR9 used to print version of a book

    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...
  5. vbadmin

    CR9 used to print version of a book

    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...
  6. vbadmin

    problem with .SetDataSource when loading report in VB6 app

    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...
  7. vbadmin

    problem with .SetDataSource when loading report in VB6 app

    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...
  8. vbadmin

    What are CSS Class Names in CR9 used for?

    thanks, I checked out the link and it was helpful.
  9. vbadmin

    What are CSS Class Names in CR9 used for?

    I'm curious what the CSS Class Name is used for in CR9 and if someone knows could you please show a simple example of how it can be used.
  10. vbadmin

    Checking database fields on the fly in CR9 dsr report

    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.
  11. vbadmin

    Checking database fields on the fly in CR9 dsr report

    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...
  12. vbadmin

    Dynamically building record selection formula

    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...

Part and Inventory Search

Back
Top