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 gkittelson 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. jmcclain

    Unix Logging

    I've been asked to help get a Unix based application through a Sarbanes-Oxley review. The auditors are requiring that privileged access (e.g. root level accounts) must be logged. The logs must then be reviewed to ensure that any actions taken by these accounts are appropriate. My specific...
  2. jmcclain

    ActiveX Viewer and Dynamic Parameters - ASP App

    I'm using CE9. I have a web app that needs to pass parameter values to the report at run time. Using an example from CrystalDecisions.com I can do this using a series of code that results in: Set Viewer = CreateObject("CrystalReports.CrystalReportInteractiveViewer") With Viewer...
  3. jmcclain

    ASP Report Viewer Error Message

    As a follow-up - when I take the error handling off I get the following: webReporting.dll error '80004005' This leads me to believe this is a problem between the IIS and APS?
  4. jmcclain

    ASP Report Viewer Error Message

    I'm trying to determine why an error is occuring on this page. I've deconstructed my app to a single .asp page where I've hardcoded in some values (e.g. SI_ID...). I got this page straight from the Crystal website. I'm getting: CrystalReportViewer Unspecified error Failed to view report...
  5. jmcclain

    CSP vs ASP

    Thanks - I had actually found that whitepaper earlier today. So correct me if I'm wrong - since I can run this app on an IIS server, I should just use .ASP pages and forget about .csp? Correct?
  6. jmcclain

    CSP vs ASP

    I need some advice. My team is pretty familiar with ASP, jscript...and other web dev languages. We are just getting up to speed on Crystal. We are creating a web app that allows users to select a report and parameters from one page and generate the selected Crystal report. The reports are being...
  7. jmcclain

    CE ASP App - Exporting to Outlook

    I have a Crystal Enterprise app that is written in CSP / ASP. We use the ActiveX viewer as our report viewer. Our users are asking for the ability to generate reports on demand and instead of saving the report in a PDF and then emailing the report, they would like to automatically create an...
  8. jmcclain

    Complicated Loop to Group Records

    Here's a doozy that I could use some help with. I'm thinking some sort of loop would accomplish this... My table has the following two columns: UserID TransactionID Each user ID may have an unlimited number of TransactionIDs and there may be an unlimited number of different TransactionIDs...
  9. jmcclain

    Will frontend & backend solve problem?

    Splitting the database up may help out, as a problem with one user's front-end should not affect the other users. Actually I think you will find that if only data resides on the back-end, a lot of your network problems may go away as the form and report objects are not being passed across the...
  10. jmcclain

    Creating 'Groups' of Records

    Here's a doozy that I could use some help with. My table has the following two columns: UserID TransactionID Each user ID may have an unlimited number of TransactionIDs and there may be an unlimited number of different TransactionIDs. For example: UserID TranID UserA XXX1...
  11. jmcclain

    Memo field gets truncated in MS Access Query

    I've run into this problem in the past. Supposedly this is a limitation of the jet engine. I thought this only happens though when you perform an aggregate function on the memo field. Are you doing any grouping or trying to select distinct?
  12. jmcclain

    Flexibility of Report Customization

    In the past I've found tek-tips to be useful in solving problems like this... First, I'm new to Crystal Reports. I'm used to developing ASP/VB/AccessVBA applications, although I have a decent level of understanding about the standard Crystal Report environment. Now I'm in the process of...
  13. jmcclain

    Copy Toolbar to New Database

    Thanks Jeff! I should of made it clearer...
  14. jmcclain

    Copy Toolbar to New Database

    I figured it out. There is an option to import the toolbars when you import the objects!
  15. jmcclain

    Copy Toolbar to New Database

    I have an Access database that is starting to show signs of corruption. Several users are getting 'Out of Memory' errors when they open it up or are experiencing long load/open times on the database. Usually to alleviate problems like this, I copy all of the database objects to a new, blank...
  16. jmcclain

    Efficiency Problem - Need for more speed

    I have an Access application that has evolved into more than it should. In doing so, I have split the application into a front-end residing on local PCs and a back-end residing on a network server. The back-end only contains tables. The application has a drill down feature allowing users to...
  17. jmcclain

    Access Object / VBA Compare Utilities

    I've created an Access database for a client. The database is the property of the client, so I'm not going to 'lock' the code down, but I'm concerned that they are going to make some changes to the database and then expect me to continue to support the database. Of course I have set the...
  18. jmcclain

    Changing Subform Problem using SourceObject

    Access Guru's, I have run into a doozy of an issue. I have an application that uses a 'drill-down' like hiearchy to drill through a series of data levels. Each level has its own subform and when the user traverse's to the next level VBA is used to set the source object to the corresponding...
  19. jmcclain

    Determining if a Reference is Needed

    Over the past several weeks a co-worker and I have built a pretty good access app. We started testing it on some user machines and have consistently noticed that two references are missing on their machines. We are not sure exactly what these references are doing anyway (or why they were...
  20. jmcclain

    Backend Database Slows system Down w/ Multiple Users???

    I'm assuming that the front-end (located on the local pc) has the forms / queries/ reports / code and the backend (located on the server) just has the tables? Is there one specific table that seems to be slowing things down? In my multi-user app, the performance hit is when several users are...

Part and Inventory Search

Back
Top