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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sriramna

  1. sriramna

    urgent help - "Error in retrieving tables. Driver not capable"

    Play around with the ODBC DSN configuration settings to specify a "Least Common Denominator" set of specifications and try incrementally... sometimes specifying some advanced options creates problems.
  2. sriramna

    Designer: how to forbid some objects combinations ?

    I had a similar problem which was neatly resolved using the @Aggregate_Aware BO function. To answer why incompatible objects get into the same universe, here's my case: A small-budget purchase requisition system, where a number of departments have fixed budgets which they can consume over the...
  3. sriramna

    Filter Dynamically based on another variable Prompt Values

    Well, you could always add the appropriate SQL WHERE clause to the SQL of the report: WHERE MyYearfield = YEAR(MyPromptedField) ?
  4. sriramna

    Module INETCOMM.DLL (invalid page fault)

    Apparently this exact configuration (Win98SE, Office 2000 (actually Outlook 2000), and IE6 SP1 with OE6 suffers the problem. There is no solution yet; I am awaiting the March 2003 patches which hopefully will solve the problem.
  5. sriramna

    Using CASE statement and aggregate fn in BO

    The "Group By" clause is supported for "derived" values (i.e. columns which are not table fields) from OS/400 release V4R4 for DB2.

Part and Inventory Search

Back
Top