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 Wanet Telecoms Ltd 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: mehlsl
  • Content: Threads
  • Order by date
  1. mehlsl

    ACCESS reports - convert them to Crystal Reports

    Hello -- Should this be posted in a Crystal Reports forum instead? Can anyone recommend a utility to convert MS ACCESS report objects to Crystal Reports? Thanks for any suggestions. Larry Mehl
  2. mehlsl

    CR - Parameter values generated dynamically from a source view column do not include all values

    Using CR XI Hello -- The list does not show values from the source view ... only the parameter values selected in the last run of the report. Can the dynamic list be generated from another view in the datasource? If so, can you point me to instructions on how to do this? The values for the...
  3. mehlsl

    Crystal Reports - add "ALL" to Parameter Dynamic List of Values

    Using CR XI Hello -- How can I add "ALL" to the list of selectable parameter values generated dynamically from a field? OR Can I set the source for the "Allow Multiple value" parameter list to something like this SQL, or a view containing it? SELECT DISTINCT(PgmStatus) FROM <table> UNION...
  4. mehlsl

    for views: get Current connection parameters &gt; User and Description &gt; Schema from 2005 system

    Hello -- Using 2005 Object Explorer, when I right-click on a view > Properties the right frame shows the 3 sub-frames: Current connection parameters, Description, and Options I want to query the system tables to get information on the database's views, including the following two values from 2...
  5. mehlsl

    Utilities for Crystal Reports - 1) document a report; 2) inventory reports

    Hello -- Can anyone recommend utilities to do the following two tasks for our Crystal Reports: 1) Document a report We need complete detail, far in excess of what we get from File > Export > Export Report > Report Definition (to a text file) 2) Inventory reports We want to list report...
  6. mehlsl

    Bar chart - bars for every n-th day

    Hello -- A bar chart will show counts of comments made by customers (Y-axis) by day during a period of time (X-axis). Instead of showing bars for each day in the period, is there a way to show the bar for every n-th day? Thanks for any help. Larry Mehl
  7. mehlsl

    Crosstab - sorting columns non-alphabetically

    Hello -- I could not find postings on this subject; please pardon the duplication if they exist. How do I print crosstab column headings in a specific (non-alphabetic order)? Our crosstab columns are sales regions to be printed in this order: Asia, Japan, EMEA, US+Canada, and Other...
  8. mehlsl

    Crystal from MSACCESS

    I am writing my reports for an ACCESS application in Crystal. Can someone tell me the basics of using Crystal instead of the ACCESS report writer? In other words, instead of DoCmd.OpenReport &quot;rptTrnsact&quot;, acNormal, &quot;&quot;, &quot;&quot; , I need to learn the code to open a...
  9. mehlsl

    Crystal from MS ACCESS

    I am writing my reports for an ACCESS application in Crystal. Can someone tell me the basics of using Crystal instead of the ACCESS report writer? In other words, instead of DoCmd.OpenReport &quot;rptTrnsact&quot;, acNormal, &quot;&quot;, &quot;&quot; I need to learn the code to open a...
  10. mehlsl

    Crystal from MS ACCESS

    I am writing my reports for an application in Crystal. Can someone tell me the basics of using Crystal instead of the ACCESS report writer? In other words, instead of DoCmd.OpenReport &quot;rptTrnsact&quot;, acNormal, &quot;&quot;, &quot;&quot; I need to learn the code to open a Crystal report...

Part and Inventory Search

Back
Top