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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vtisgreat

  1. vtisgreat

    Crystal Reports Version XI sometimes asks for the parameters twice

    I occasionally open up a crystal report and run it and the parameters are asked for a couple times. If I do a show SQL Query, I see no Where statement limiting my report. If I try enough times to run this report, eventually it will run fine with the WHERE limitation pushed down in the SQL. If...
  2. vtisgreat

    Joining a command object to a view

    Hi, there are occasions when I want to create a specific re-usable command object that can be joined to another view. I tried this in a very simple case, and when I show the SQL actually generated, it is not joined at all. Can this be done? Thanks, Sean
  3. vtisgreat

    Need to be able to write a report based on Outlook

    OK, I have been able to access a PST datasource. In theory, I should be able to create a UNION as LB suggests. Unfortunately, the Outlook datasource types do not support SQL Expressions. Any other thoughts? Thanks!
  4. vtisgreat

    Need to be able to write a report based on Outlook

    Thanks for your quick response, Linda. The problem is not so much the mechanism (Union would work fine), but the access to the Outlook data source. I can see only active tasks available. Not sure how to "point" to the PST file.
  5. vtisgreat

    Need to be able to write a report based on Outlook

    Hi, I have been writing Crystal reports XI reports against Outlook for a few years. I have developed a very sophisticated workflows using Outlook Tasks. I have developed nice tools that pull metrics from milestones, etc from the tasks. Unfortunately, I have run into a size limit on the tasks...
  6. vtisgreat

    Connecting to Shared Outlook Tasks

    Hi: I have written a really nice Crystal Report in XI that looks at my Outlook tasks. It works so well, that I am now pushing it out to the enterprise. What I have been requested to do is to report on other's tasks (Shared). In going to the Database Expert Outlook/Exchange Default Profile, I...
  7. vtisgreat

    Crystal XI crashes when dragging a field

    Does anyone know a solution for Crystal Reports XI 11.0.0.2812 crashing when you drag any field off of a primary monitor onto a secondary monitor. I use a Dell Lattitude D630 using an Intel Graphics Media for Mobile Driver, and my whole team has the same issue.
  8. vtisgreat

    field explorer has disappeared and the report explorer too

    Hi: This could be because of a few things. If you are using Crystal XI, and using to monitors, Crystal can "lose" your field explorer. To fix try using one monitor, or have crystal run on the primary. Have you tried the Field Explorer Icon? Perhaps you have set the field explorer to...
  9. vtisgreat

    Finding Company Name in Database Table

    Hi: Yes, you can look for a string in a memo field in Crystal XI... for example you can look for: {table.note} like "*Microsoft*" should evaluate to TRUE. Hope this helps.
  10. vtisgreat

    Recurring appointment problem report on an Outlook Calendar

    I am using Outlook 2003 and am trying to write a report from the data using Crystal Reports XI. The appointment "starttime" associated with a recurring appointment is not always correct. If in Outlook I override one of the recurring appointment's "starttime", the start time for the overridden...
  11. vtisgreat

    How to flatten out a one to many relationship

    I am having difficulty in SSIS to be able to take two tables in a one to many relationship, and flatten the resulting joined rows into one wow with a comma separated field representing the repeating data. I am creating a flat file for 100s of records. Each record may point to several items in...
  12. vtisgreat

    How do shared variables in Crystal 8.5 and XI effect performance?

    Hi Steve: The items that I am passing from Subreport to report typically are not stored in a database, so a stored proc or a view would not help, nor would the logistics work for this solution in the environment that it is to be used. I am not too concerned about the overhead of one call to a...
  13. vtisgreat

    How do shared variables in Crystal 8.5 and XI effect performance?

    I have a solution to a problem that I am considering that requires me to design around using possibly 100s of Shared variables in a subreport that gets included for every report I write. I am concerned before I go too far that this could effect performance/memory considerably. These variables...
  14. vtisgreat

    Anyone know what a file that ends in .RPX is?

    Any thoughts as to what app might use this extension?
  15. vtisgreat

    Anyone know what a file that ends in .RPX is?

    I am seeing these .RPX files showing up occasionally. Is this a Crystal Report 8.5 related file? A temp file?

Part and Inventory Search

Back
Top