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 Shaun E 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. ChallengedProgrammer

    Filtering a java sql resultset

    Does anyone know whether you can filter on a returned java resultset WITHOUT executing another SQL with a filter (i.e. without performing another call on the DB)? For example if I had a resultset with a list of Sales Reps and Province, could I filter on that returned resultset for the Sales...
  2. ChallengedProgrammer

    Executing a Microsoft Access query in java

    Hi, First of all, is it possible to execute a query in Microsoft Access using the jdbc-odbc driver? I have tried using a CallableStatement to try to access my query. CODE EXCERPT: ******************************************************** Connection conn =...
  3. ChallengedProgrammer

    How to pass a prompt value from a report to a macro.

    Does anyone know how to pass a prompt value from a report to a macro? I have a main report that presents the user with 3 prompts. I need to use these prompt values to pass to a macro which is run from this main report. This macro opens 3 other reports using these prompt values. Any ideas? Thanks.
  4. ChallengedProgrammer

    Multipage reporting - any tricks discovered?

    I am trying to create a Cognos Impromptu report that is a multi-page report i.e. all the data that needs to be presented in the report cannot fit on one page. I understand that Cognos does not really handle this. Has anyone discovered any tricks that can be used to facilitate this sort of reporting?
  5. ChallengedProgrammer

    Cognos Impromptu: "Run" button is disabled for Macros

    I am trying to run one of the existing Cognos Impromptu macros by opening the related catalog, selecting the Tools menu item and the Macro option. When I browse to find the macro, the "Run" button remains disabled. Do I need to have certain privileges to run a macro? Any ideas why this...

Part and Inventory Search

Back
Top