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

  1. stangeljl18

    Subreports not logging in using RDC

    Fixed it... Just saved the subreports as separate files. removed the malfunctioning subreports. readded them in... and voila. presto chango It works. Stupid crystal.
  2. stangeljl18

    Subreports not logging in using RDC

    I have a report which will not completely export to a crystal report file when using the RDC. There are a total of 6 subreports all of which use the same SQL-ODBC File DSN. They all are stored procedures. The code goes something like this... 'Set logon for main report For I = 1 To...
  3. stangeljl18

    Linked Parameter Still NeedsCurrentValue = True

    Found a workaround... Turning Enableparamaterprompt = False would default all to a null value. Therefore you don't have to worry about setting a value to each one, only those that need them.
  4. stangeljl18

    Linked Parameter Still NeedsCurrentValue = True

    I have many reports which use subreports. These reports are based off of stored procedures (requiring parameters). I pass certain values the the different subreports so they should have a value attached to them. When you run the report in Crystal, it only prompts me for the parameters which...
  5. stangeljl18

    Giving Sql Acounts Permission For Cube

    Is It Possible to grant Sql Accounts access to Olap Cubes? If so, how?
  6. stangeljl18

    Running Total - CR7

    Read this article... http://support.crystaldecisions.com/library/kbase/articles/c2007359.asp I've come across this issue before finding this article. It's been awhile but I thought that turning on the property "Keep Together" for the groups was a work around for the problem.
  7. stangeljl18

    Printing PDFs from the CrystalReport object in VB 6

    Don't know if this is true for the OCX also... http://support.crystaldecisions.com/library/kbase/articles/c2009454.asp
  8. stangeljl18

    output reports

    Check to see if the export dll's where copied over into their system directory. ex) \WINNT\CRYSTAL They should look like u2*.dll
  9. stangeljl18

    Number of characters that fit on Landscape sheet

    That would depend on your font size and type. Crystal uses windows fonts so there can be no set number of characters. You'll have to try yourself to figure it out. Use a fixed font like Courier and start typing.
  10. stangeljl18

    How to display different fields based on parameters

    Pass in a parameter to the report name it something like "Format Type" then under the sections use want to display based on the selection : go to Format Section: and under the suppress (No Drill-Down) click the formula button and put something like this in... If {?Format Type} =...
  11. stangeljl18

    OpenQuery Not Displaying Full Result Set

    I run this query in the MDXSample application... I use to date range sets and crossjoin to get them back in the result. WITH SET ["2001"] As ' {[Date].[2001].[Quarter 1].[January].[1]:[date].[2001].[Quarter 4].[December].[31]}' member [Date].["2001"] as...
  12. stangeljl18

    Referencing Member Properties in WHERE

    I've believe I found an answer. the symbol & denotes the Key of the member Where ([Date].[Date Range1], [Contract].[Contract].&[ED])

Part and Inventory Search

Back
Top