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 Chriss Miller 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: HRoarke
  • Content: Threads
  • Order by date
  1. HRoarke

    Web Custom Control - Design Time Properties

    Hi all - I've created a web custom control and associated custom designer and, for various reasons, need to programmatically assign the ID property the control gets when it's dropped onto a web form in the designer. The very frustrating thing is that I can set the ID value listed in the...
  2. HRoarke

    Crytal Percentile Calculation

    Hello - I am finding there to be unacceptable discrepancies between percentiles calculated via CR10 running totals and percentiles calculated on the same data set using, for example, Excel. Does anyone have any info on why Crystal comes up with a different result for percentiles? The...
  3. HRoarke

    NULL to 0?

    Good morning, I have a cube in which base values of NULL are translated to 0 in the cube. I've searched for a setting to enable/suppress this behavior but find nothing. Any thoughts? The -0- values are making my aggregations incorrect.... The platform is MSAS2K, SP4. Thanks in advance for...
  4. HRoarke

    Avg / Median - Newbie Question

    Hello all, Have a simple cube containing a few numeric measures and three dimensions. I need to calc the Avg and Median of the numeric measures across a given dimension for all members and for each member. The query SELECT avg([Operating Budget].members, [Measures].[a particular numeric...
  5. HRoarke

    Distribution Question

    Hi folks - I have an ASP.NET web app that contains a class that uses the Excel (v9 in this case) Application object to convert a flat file to XLS. I need to distribute the class to a web server that does not have Office installed. I've created all flavors of Setup/Distribution packages, but...
  6. HRoarke

    Returning Results

    Hi - I seem to recall reading about a setting in SQL Server that causes, for example, a stored procedure to start returning results to the caller after the first N records are generated instead of processing an entire statement first. Unfortunately, I can't find any info in books online or...
  7. HRoarke

    DCOM Security Configuration

    Hello all - Any info or links on using a script (WMI?) to configure client-side DCOM security settings? We have a DCOM server that raises events to the client and need to include the requisite DCOM security changes in a distribution package. Thanks in advance, "I swear by my life and my love...
  8. HRoarke

    PDF Server-Side Library

    Hi folks - There are a plethora of products out there for server-side PDF manipulation. We have a rather simple need - multiple PDF files are generated by multiple applications, e.g. Crystal/Word/etc., and must be merged on a web-server and the resulting document made available to the end...
  9. HRoarke

    Adding Handlers On-The-Fly

    OK, this may very well be a dumb question (I do very little ASP coding), but here goes: I have a web user control. Initially it has one control, an image button, that is the "background" of the control. The containing page can add "items" to the control (the "item" is defined by a class...
  10. HRoarke

    ICON Image from ImageList Image

    Ok, here's one from the "Pretty Basic Questions" category: VB.NET: I have an ImageList with N images (of appropriate size, e.g. 16x16 or 32x32). I create an Icon variable, e.g. private icoMyIcon as Icon I want to assign an image from the ImageList to the new Icon using the ICON...
  11. HRoarke

    WMI Queries

    Anyone have or know of a good reference for WMI Queriable structures, e.g. the FROM bit of a WQL statement? Essentially I'm looking for a data definition type thing for the WMI objects. Also, any info on connecting to say a network adapter for performance monitoring, etc., will get you two...
  12. HRoarke

    SQLDMO and .NET

    Hi all - Regarding SQLDMO and .NET: any easy way to connect a SQLDMO.SQLServer (or SQLServer2) object using an existing SQLClient.SQLConnection object? I could obviously parse the SQLConnection.ConnectionString to get the UserName and Password to use with the SQLServer.Connect method, but it...
  13. HRoarke

    MS Word Object Model

    Hello all - We are about to undertake an enhancement project that utilizes the MSWord object model. The project will be deployed on both PC and Mac platforms. The question is: does anyone have any input as to the relative similarity/degree of difference between the Word object model on a...
  14. HRoarke

    Conditional Page Breaking in CR8.5 based on PageNumber

    Requirement: under certain data conditions, produce a "This Page Intentionally blank" page so that when a group has broken, the next group starts on an odd-numbered page (this supports duplex printing). Current approach (doesn't work): I have a sub-section of the relevant group footer that...

Part and Inventory Search

Back
Top