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: *

  • Users: NJCam
  • Order by date
  1. NJCam

    String manipulation... quick question

    Perfect... thanks again! - Sam
  2. NJCam

    String manipulation... quick question

    I've got a string value that wraps onto two lines... Example: "Welcome to my site" What I want: "Welcome to my site" How can I manipulate this string so that it gets "fixed" to one line? Any help would be much appreciated. Thanks in advance, - Sam
  3. NJCam

    Automatically appending to a SQL statement...

    Quick question... We're using Impromptu 6.0.317 with DB2 v7.1 and DB2 Client which is installed on each users PC. Currently, DB2 will always append "For Fetch Only" to the end of each SQL statement prior to executing it. Is there any way we can append "With UR" instead of...
  4. NJCam

    Switching databases in catalog...

    Never mind... I'm an idiot Sorry for the brain fart... :O
  5. NJCam

    Switching databases in catalog...

    I've set up a catalog which connects to our test environment. How can I now have to catalog point to our production environment? The table structures are identical in both environment. Do I have to now create a second catalog from scratch? Thanks in advance, - Sam
  6. NJCam

    Syntax error on drill through...

    I've written a report (whose IQD was used to build the cube) and I'm trying to drill through to it from the cube. If I run the report alone, everything's fine... if I drill through to the same report, I get the following error from Impromptu: "Error Number -239: DMS-E-GENERAL, A general...
  7. NJCam

    Impromptu : Appending values in labels... ?

    Thanks Justin, I had thought of that but the fact that I can't do that dynamically drove me away from that option. Our report has changed slightly though. The Claim ID field we're looking to put in the header is now a prompt. Since we can't enter multiple Claim IDs in the form of...
  8. NJCam

    Impromptu : Appending values in labels... ?

    Ok, here's the deal... I'm getting 5 rows back from a query with 5 different values in one of the fields. So for the sake of arguement, let's just say that the values are 1 through 5. How can I create a label (which will be displayed in the page header) that displays like the following...
  9. NJCam

    Visual Basic Code

    Does anyone know where I can obtain sample VB code on applications that work with Impromptu and/or PowerPlay? I've gone through the knowledge base at Cognos' site and there isn't much there. Thanks, - Cam
  10. NJCam

    Image control... real easy question

    Talk about a quick response... thanks!! I was so bent on thinking that there must be a complete opposite procedure for mousemove on the image... that it never occurred to me that I should change the image when the mouse is over THE FORM. I hate it when I have these little brain farts... >:<...
  11. NJCam

    Image control... real easy question

    This question is so easy, I'm almost embarrased to post it. But being **very** new to VB, I don't have much choice. Anyways, here's what I'm trying to do. I have an image control and an imagelist control. When the mouse moves over the image, I want to show index 2 (from the imagelist). When the...
  12. NJCam

    Tree structure... how to?

    Hi guys... I'm working on a project that requires building a tree in the left frame of my site which would query an Access database to retrieve all 50 states and the cities contained within them. I should then be able to click on each state, and have a drop down of the cities within them. But...

Part and Inventory Search

Back
Top