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

    Specifying Command Line parameters in debug mode

    Thanks, all. Took me a little while to sort out all the places that had COMMAND arguments or parameteers (most seemed to be directives to the compiler or linkers), but I finally got there. Appreciate your help!
  2. MedInfoMan

    Specifying Command Line parameters in debug mode

    I'll look as you suggest too, Ion. Really appreciate the help, all.
  3. MedInfoMan

    Specifying Command Line parameters in debug mode

    Thanks, Matt. I'll take another look for this when I get home tonight. I thought I'd already looked where you suggest in your comment, but I may well have missed something.
  4. MedInfoMan

    Specifying Command Line parameters in debug mode

    Hello, I'm trying to learn C++ and am using Visual Studio.Net to reverse engineer/modify some open source code. The program is designed to run with 2 command line parameters. How do I specify test values for those parameters while in debug mode? I was able to hardcode a value into the code...
  5. MedInfoMan

    Suppress Recalculation

    Thanks so much! I'll give that a try.
  6. MedInfoMan

    Suppress Recalculation

    Is there a way to suppress BO recalculating everything in a document while doing format edits? If I so much as change the typeface to Bold for a cell, it takes a couple of minutes or so for me to get to the next edit. Also would like to build graphs this way, and then retoggle the recalculate...
  7. MedInfoMan

    Use Single Data provider for different reports

    This might be of interest to you as well. Assume you wish to have your second report show only data for one department at a time, but you wish to use that same report for all departments to make printed, HTML or PDF copies of the report. Rather than setting the filter by hand, you can use a...
  8. MedInfoMan

    What Universe is the report based on??

    Not sure if you mean a specific report, or all the reportd that happen to be in a document. Can you get to VBA after you've opened the report? From there, you can see what all the dataproviders are in the document, and what database, Personal datafile or universe each dataprovider uses. If you...
  9. MedInfoMan

    How to use VBA to read the values in a cube?

    Hello, I'd like to read the values contained in a dataprovider cube and put them into an array in VBA. (From there, I'll apply some additional data processing and put the data into a new cube using a VBA Stored Procedure). Now, I see how to read the number of rows and the columns names from...
  10. MedInfoMan

    How do I show all values for a dimension that appears in a report?

    Hello, I have a report that shows by month what a particular metric is (pulled from the database), and what a target value is (last year's measure). I break the report into sections by year. For 2001, all months show becasue there is data in the database for those months. This data also is...
  11. MedInfoMan

    Data Provider Names

    Is there a way on the report side (without using VBA) to make a table that dynamically lists the names of all the data providers you may have? I see a function are available for returning the number of data providers, and a function for returning the name of the data provider which returns a...
  12. MedInfoMan

    Tab names show in report

    Well, I'm surprised there has never been a response to this question. I too would like to know the answer. Can anyone help?
  13. MedInfoMan

    Multiple BO Universes

    Given that I had a careless typo, (we CAN'T see the other two universes of interest when we try to create a new data provider), I think you understood fine. Are you saying that the separate universes must be put into the same repository? Each universe has a separate development team and is...
  14. MedInfoMan

    Multiple BO Universes

    Several of us here have access to three different BO implementations. These implementeations were developed by different groups. When we start BO, we pick which database we wish to log onto, log on , and begin our session. We'd like to be able to bring data into one session from two of the...
  15. MedInfoMan

    Stopping DB queries via BO

    There's an awful lot I do not understand about BO, and I don't have access to the developer components, but in our set up, the ESC key doesn't seem to do anything until the query has actually started to return results from the server. If the query on the server side is still running, hitting...
  16. MedInfoMan

    RunningSum problems

    I found one other thread on this topic, but was not able to resolve my problem. The search engine seems to be broken, so if there is a good thread that has the answer, please reference the date. My dataprovider has these items in it: <Year> as a dimension <Month> as a dimension <Facility> as...
  17. MedInfoMan

    Displaying GIS data with reporter

    I suppose you can export th data you need to a file from either the dataprovider table, or from a report table, and then import that into your GIS application and generate your GIS displays. I don't use Reporter, sdo don't know what you'd be trying to accomplish with that tool in particular...
  18. MedInfoMan

    Limit to # of Queries in a Report

    Ainka, Just sort of curious, but if you are going to many different types of tables, you may well need the number of dataproviders you are constructing, or if you are going to one table and are trying to get under a limit you have on the number of rows of data you can return per data provider...
  19. MedInfoMan

    BO Error trapping in VBA

    Thanks, but is there a way to actually trap and identify the specific BO error so I can conditionally handle the specific error that is encountered? I can do this with VBA identifiable errors (such as divide by zero), but BO specific errors just return an error code of 0 with no description...
  20. MedInfoMan

    BO Error trapping in VBA

    As added clarification, I'm looking to be able to identify what the error once it is trapped. I also get the occassional message on &quot;SQL Sentence or connection problem&quot;. So, on some errors, I wish to be able to continue processing, and on others to brek out of the loop, clean up and...

Part and Inventory Search

Back
Top