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!

Search results for query: *

  • Users: MedInfoMan
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. MedInfoMan

    BO Error trapping in VBA

    I use VBA to change a parameter in the SQL as needed for 34 different instances, rerunning the report and saving the results each time. If there is no data to fetch during one of the iterations, a msgbox comes up informing me of that, but the program is haldted until I click on the box. Is...

Part and Inventory Search

Back
Top