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 strongm 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: PT109
  • Order by date
  1. PT109

    locating Distribution lists/groups with large member populations

    our company has Exchange limited to 5000 recipients per email message. We have over 10,000 Distribution lists /AD groups that are mail enabled. I am looking for a way to filter out those lists where the combined member list (some DL's may be nested)is greater than a set number (4500 in this...
  2. PT109

    trying to get a member count on group membership

    We have approx 2000 groups in AD a mix of Distribution lists and access lists. our Exchange enviroment is set to limit mail to 5000 addresses max at a time. Some of our DL groups have more than that because they contain nested lists. I am looking to see if there is a way in ADSI to get a...
  3. PT109

    Not seeing EXPORT as an option for report viewer

    This is in the version of Crystal that ships with .NET. I am trying to export the report to an excel format. I think I have all of the references but I might be missing one.
  4. PT109

    How do I add a line break to Text in a Pivot table

    I have a filed in the database which is a comment field with a max of 250 characters. I would like to display it in a pivot table, but I do not see any way to wrap the text. I have tried to break it into substrings and concatinate a CR/LF or a \n but this does not seem to work. Any help...
  5. PT109

    Login error when trying to export

    I thought I was loging into the report with this code at the page load. The report does display correctly on the browser. Dim logOnInfo As New CrystalDecisions.Shared.TableLogOnInfo() 'Dim oRpt As New RPTexporttest() 'CrystalReportViewer1.ReportSource = oRpt...
  6. PT109

    Login error when trying to export

    I have downloaded the sample from Crystaldescisions. Their sample works fine on my machine. Mine gives me a login error. I have basically pasted their code into my project. the differences are theirs is an access Database. Mine is a SQL database. The SQL logon works initailly at least...
  7. PT109

    Exporting a report with Crystal in .NET login error

    I have downloaded the sample from Crystaldescisions. Their sample works fine on my machine. Mine gives me a login error. I have basically pasted their code into my project. the differences are theirs is an access Database. Mine is a SQL database. The SQL logon works initailly at least...
  8. PT109

    Crystal .NET and Changing the Database from UAT to Production

    I have a case where the UAT database is on one server and the production database exists on an other database. I am using the Crystal reports in .NET and connecting via ADO. Is there a way to change the database source without having to recreate the report? The two databases are Identical...
  9. PT109

    How to prompt user to enter selection value

    1 create a new Parameter field. 2open the selection expert and have select the filed you want to filter on and have it go against the Parameter field (it will be the ?WhatEverYouNamedTheField)

Part and Inventory Search

Back
Top