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

  1. oguzhan

    .NET Crystal Report Printing

    Read this. This will solve your problem... Server side printing results in the report being generated on the Web Server and being printed to a printer that is installed to the Web server. Printing to a printer installed to the Web server requires that the process under which ASP.NET is running...
  2. oguzhan

    C# SetDataSource method for a dynamic report problem.

    Hello friends, I have a report that i created in Crystal Reports 8.5. I included it in my project and with a crystal viewer i can show this report. However i have to filter this report data according to user feedback. I created a dataset and filled it with the necessary data.With the report's...
  3. oguzhan

    2 sites with domain names on IIS under Win2k Pro

    i am sorry. i just recognized that os was win2kpro. i think you v-cannot do this in pro because you cannot setup dns server. So how will you give header names?According to what? You have to use a external dns and i think this is not possible in win2kpro. that2s why you cannot add a new web site...
  4. oguzhan

    2 sites with domain names on IIS under Win2k Pro

    No there is an easy way with iis. This is called virtual server. Open iis set up an site in standart way. Just when you set this up give domain name to site header name. If you didnt give before from the properties of the site select web site and then select advanced and from there give header...
  5. oguzhan

    Sql in formula fields

    Yes, like an assignment.I know that wont work but i want to get a formula like this : If citycode in log table exist in price table take the price of citycode in price table and calculate the total price. Else (I mean if citycode is an out of city code that does not exist in price...
  6. oguzhan

    Sql in formula fields

    I am sure these will be very helpful to me but can you give me more specific examples? For example the formula i coded was this: If {LOG.CITYCODE} in {PRICE.CITYCODE} Then Sum ({LOG.TIME}, {LOG.CITYCODE})* {PRICE.PRICE} Else ( {LOG.CITYCODE}='100' ; Sum ({LOG.TIME}...
  7. oguzhan

    Sql in formula fields

    Hello, I have a problem and i will be vey happy if you share your comments and solutions with me. I have a database that keeps telephone logs.I can get sum of all calls according to city codes. I also have to take another report that calculates the price of these calls according to city codes...
  8. oguzhan

    Crystal Enterprise Authentication

    Hello, We are using a crystal enterprise standart edition and we have several types of reports that we manage. Because we have a standart edition CE we cannot use its user, group authentication features and we need to limit the access of some of these reports. Can you recommend another way to do...
  9. oguzhan

    Generating Thumbnail Image

    Thank you vey much.This was very helpful.
  10. oguzhan

    Generating Thumbnail Image

    Hi, I am using CR 8.5 for creating reports from an SQL 2000 and publishing these over web. When i publish these with Crystal Enterprise Standart Edition Publishing Wizard i could generate one report's thumbnail but i couldn't do the others.Is there something that i couldn't see? Generate...
  11. oguzhan

    Year Format

    Actually my report is a cross-tab report and i get this value with a formula. So, when i select the field comma button is disabled. i hope to find a function to achieve this.
  12. oguzhan

    Year Format

    Hi, i'm trying to call the year of a date with year() function but it turns like 2.001,00. How can i turn it to 2001?
  13. oguzhan

    Drill Down Menu on Cross Tab Report

    Hello, I want to have a drill down menu on a cross-tab menu. But there must be a group and my cross tab field is not a group.
  14. oguzhan

    Database login and password

    I think i did what i want. When i publish reports with publishing wizard there is an oppportunity to give database logon information. I used this. Thank you.
  15. oguzhan

    E-Portfolio Configuration

    Thank you but, I want to redesign this interface.For example within the standard view of eportfolio i want to insert my company's logo. Do you know how to do such things and can you show exact pages or sources. Thank you again.
  16. oguzhan

    Database login and password

    Thank you but, I have standart edition enterparise manager and i think in standart edition this feature is disabled. I i am wrong can you explain how i could do?
  17. oguzhan

    Database login and password

    Hi. We have Sql2000 and we want to take reports over this database and we decided to use crystal reports.However, everytime i try to see a prepared parametered report it asks database login name and password. Is there any solution to overcome this routine?
  18. oguzhan

    E-Portfolio Configuration

    Hi. We want to use E-portfolio interface over the web for report distribution. Do you know how can i configure this interface? For example can i change e-portfolio logo with our company's logo?

Part and Inventory Search

Back
Top