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

    Export Crystal Reports to Excel without Options window

    Hi all, I have a problem. I need to export report to excel in background using JavaScript but it always brings export option window (not that one where you select format etc but next one). What to do to hide this window? Set objCRApp = CreateObject("CrystalRunTime.Application") set objCRRpt =...
  2. vetaldj

    Export to Excel without Options window

    Hi all, I have a problem. I need to export report to excel in background using JavaScript but it always brings export option window (not that one where you select format etc but next one). What to do to hide this window? Set objCRApp = CreateObject("CrystalRunTime.Application") set objCRRpt =...
  3. vetaldj

    How to do chart on data that doesn't retrun from DB

    Thanks for your answer but I can't use this way since we are trying to remove access db from our process :) right now. Is there any way using formulas, arrays or similar tools from Crystal to achive this? Thanks
  4. vetaldj

    How to do chart on data that doesn't retrun from DB

    Hi all, I have a problem... I have DB that I can't modify and I use it to build chart that should show data for each week in year. It should be 52-53 bars. Problem is that I have no data for all weeks in DB. I have it just for first five weeks of the year, but customers want to see all 52-53...
  5. vetaldj

    Just pass BOCP CR Level2

    Hello, I had: Report processing technique - 19 questions Subreports - 10 questions Complex function and custom functions - 11 questions I had about 10 question about multipass report. You should remember which evaluate function (WhileReadingRecords,...) you can use in which pass and you ahould...
  6. vetaldj

    BO certification SABE201

    Yep, it's interesting for me too - where it's possible to get some manual for preparation for this exam... thanks
  7. vetaldj

    Just pass BOCP CR Level2

    Hello to all, Just pass second exam for BOCP with 80%. I got 40 question for 1.20 h, and 70% passing level. It was some kind of strange exam, lot of questions from first level exam, lot of questions where not enough information to decide what answer is correct... But anyway, I did it :) Now I...
  8. vetaldj

    Mouse-over and Chart

    Hi! I have the bar chart. Is it possible when mouse pointer over the bar in the chart to get this bar value ? All that i did show common information for all chart. Thanks.
  9. vetaldj

    Mouse-over the column

    Thanks! It's what I'm looking for!!
  10. vetaldj

    Mouse-over the column

    Hi! I have one question. I have the report. It has a some fields from DB. When I place mouse pointer over fields I can see source of this fields. Can I do something to show field's value, insted of source? Thank you for any help.
  11. vetaldj

    Chart type Guage.

    Hi all! I have the task to create chart. I need to use char type Guage. I have two parameters, they need to be both in this chart. The first - estimated time, the second - real time. I need to fill region to estimated time with green, and from estimated to real time - with red. Is it possible...

Part and Inventory Search

Back
Top