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 Rhinorhino 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: jflmeing
  • Content: Threads
  • Order by date
  1. jflmeing

    Views vs. Temp Tables

    Which is better to use, a view or a temp table? I know temp tables are built in tempdb, but where is the data for a view stored - ins't a view similar to a temp table? Thank you, Jennifer
  2. jflmeing

    XML Help

    I am creating an XML file from a group of flat files, using the XML object model. When I open my XML file up in Windows Explorer all the parent and child nodes are in the correct place. Ex 1: <title> <tag1>test</tag1> <tag2>test again</tag2> </title> When I open the file up in notepad, the...
  3. jflmeing

    Creating a Chart

    I have a real simple question. It has been a while since I created a simple line chart. When I click the Chart Wizard, I select the default line chart, uncheck 'Automatically set..' and go to the Data tab. I selectteh field I want for 'On change of' and the field I want for 'Show Values. Why...
  4. jflmeing

    Crystal 8.5 License

    I have just upgraded to Crystal 8.5, where they implemented code to only allow 5 concurrent users to run reports. I know there is a default timeout for each Crystal Viewer session. After the timeout period, does that destroy the session and free up a user license? If it does not, is there...
  5. jflmeing

    Crystal 8.5 Printing Issues

    I have just upgraded my ASP application from Crystal 8.0 to Crystal 8.5. With minimal additional ASP coding, everything works fine. The problem is that some of the users are having printing problems. When the report is run, the report displays the results on the screen, but when they print...
  6. jflmeing

    Crystal 8.5 Licenses and ASP

    I have an ASP application that allows users to run reports, using the RDC control. I know that in Crystal 8.5, Seagate programmed a mechanism to limit the number of concurrent users to what was purchased. I have the default 5 concurrent licenses. If I create 6 instances of the browser and run...
  7. jflmeing

    Exporting to Excel

    I have an ASP application that users run Crystal Reports 8.0 The users have the option to export the report, but the only options I have are: Excel 5.0 Crystal Report Crystal Report 7.0 Rich Text Format Word How can I update my website to allow the users to export to newer versions of Excel...
  8. jflmeing

    ListBox

    I have a listbox with 118 values. Is there a way type in more than one letter to search the items in the listbox? Unfortunately, a lot of the values in my listbox have the same first letter. If the simple listbox cannot do this, is there a COM component out there that will allow me to do...
  9. jflmeing

    Suppressing Groups

    I have an SQL stored procedure that creates a recordset for my Crystal Report. I have been trying to suppress a group based on the value of one of my fiels. Am I correct to assume you cannot suppress groupings based on the data in the recordset? Thank you, Jennifer
  10. jflmeing

    Exporting with RTF

    I have a report in which I have some fields suppressed, based on a parameter selected by the users. When I select not to suppress the fields, they show up correctly in my report result. When I try to export the report, using RTF, the fields, that have the option to suppress but are not, do not...
  11. jflmeing

    ActiveX Viewer Problem

    We are using Crystal Reports with the ActiveX viewer. When new clients try to run the Web reports, they are not be prompted to download the ActiveX viewer plugin. I have checked the permissions on the IIS server and the IIS Management Console. Everything appears to be correct. Does anyone...
  12. jflmeing

    VB &amp; Crystal Resources

    I would like to learn how to incorporate running certain Crystal Reports I have already created into a VB application. Are there any resources out there to get me started? I have created a simple report, that accesses my SQL database, but do not know where to start. Thank you, Jennifer Fleming
  13. jflmeing

    Converting report from native drivers

    Per Seagate, I was told using native drivers does allow for multithreading. If this is the case, how would you convert a report to use ODBC? I have set up an ODBC on the Web server, but that is all I have done. Thank you.
  14. jflmeing

    Multithreading

    I have just upgraded to Crystal Reports 8. We are using the ASP Web reporting tool on our IIS server. Currently, we are having a problem when we submit two reports at the same time. If we submit a short report amd a long report, both reports are not served up to the client until the longest...

Part and Inventory Search

Back
Top