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 wOOdy-Soft 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. VergeResources

    Burst Destination

    Let me preface this by saying I am a new COGNOS user - I've been using Crystal Enterprise for years and am trying to replicate functionailty from Crystal. Is there a way to schedule a report to save (in CSV, XLS or something similar) to a network drive or to an FTP site? In Crystal Enterprise...
  2. VergeResources

    Hide a Wizard Step

    Does anyone know how to hide a wizard step programmatically? Looping through the WizardStepCollection and setting visible = false on a specific step causes an error (unless it happens to be the active step). Another alternative would be to hide the sidebar item, but I don't see a way to...
  3. VergeResources

    Reference Web.Config from a Control Library

    I have created a control library that requires database access. I do not want to pass a connectionstring to every object - I want them to be able to access the settings in the web.config. Is there a way to do this? ConfigurationManager does not exist within a control library. Thanks in advance!
  4. VergeResources

    Row Level Security Performance

    I have a table with well over 10 million rows that contains statewide data. When users access this table, they should be restricted to their own agencies' data. This has been accomplished by creating a view that links their user id to a "security" table and then returns only records that match...
  5. VergeResources

    Importing Excel via FTP

    I have an Excel worksheet that imports data from another Excel worksheet. The imported worksheet is accessed via ftp. Works great the first time. However, when I ask it to refresh data at a later date (or another user tries to refresh), it seems to modify my query. The data source that...
  6. VergeResources

    Survey in .NET

    If I create a survey in Sharepoint, is there any way to package it and use it in a .NET application? I'd like to collect information from users, but not redirect my users over to the sharepoint server.
  7. VergeResources

    Visual Studio hangs

    This is driving me crazy.... I have a webform that works fine. As soon as I add another custom control (even if it is just an ascx with a pic), Visual Studio hangs when I hit 'save'. Anyone else have this issue? I'm using Visual Studio 2003 with framework 1.1.
  8. VergeResources

    Link Bar Theme

    Hopefully, this is an easy question. I added a link bar - it works great within Frontpage (HTML and Preview modes). However, as soon as I "Preview in Browser", my theme is gone! Just looks like boring links... I look in the web folder and I see a _theme subfolder containing my theme...
  9. VergeResources

    Series of Dates

    I'm trying to come up with a way to return back a series of dates. For example, I am trying to return a separate record for each of the last x days: DATE ----- 2004-07-15 2004-07-14 2004-07-13 ... If I could just come up with a statement that returns an incrementing sequence of numbers, I...
  10. VergeResources

    Redirect to web window

    Is there a way to popup another window without writing javascript? I have a page that generates a PDF file when submitted. I want to open that PDF file in a separate window (my original window displays status updates). Doesn't look like Redirect or Server.Transfer allow you to open a new...
  11. VergeResources

    File:New:Window

    Is there a way to simulate the File:New:Window menu option using javascript? I want to duplicate my current window and then force it to submit.
  12. VergeResources

    GetHtmlContent

    Has anyone successfully used GetHtmlContent with a CrystalReportExportControl? I'm trying to get the data from a report and store it in a variable so I can display it later. Unfortunaely, when I call the GetHtmlContent, it immediately displays the report in the browser (instead of returning a...
  13. VergeResources

    USING DATES AS INDEXES

    We have a rather large table that contains ~10 million records (it's a general ledger). Most of the queries users want to perform are for certain date ranges. Currently, we don't have any indexes on the date fields - my DBA says that they won't work effectively(OS/390 DB2 V6). Will version 7...
  14. VergeResources

    ActiveX Viewer Stops

    I have a couple of reports that take about 3 minutes to run. They work fine through CR, but when I push them out to CE9, they stop after 2 minutes and don't display data. I'm using the ActiveX viewer - I see the logo spin, then it just quits! Reports that have the same types of parameters but...
  15. VergeResources

    Last Update Date

    Is there a way to get the last date a record was inserted into a specific table? I've looked through the sys tables but haven't found any useful dates (only last time a runstat was performed). Thanks in advance.
  16. VergeResources

    Crystal Import Wizard

    Has anyone successfully used the Crystal Import Wizard to import information from CE 8.5 to CE 9.0? Every time I select the objects I want migrated and hit Finish, the process starts and then shuts down without any error messages. It doesn't seem to matter how many or how few objects I select...
  17. VergeResources

    Database locks?

    We are having a situation that is driving our DBA crazy... We have a test DB2 region (sits on an IBM mainframe). Since it is a test environment, the DBA creates new tables and alters existing ones on a regular basis. However, it seems that if anyone is connected to the test server using the...
  18. VergeResources

    Sharing DB Connection Info

    Some of my Crystal Server Pages need to display information from an SQL statement. I know I can create an ADO object to do this, but I'm hoping I don't have to hard-code a DB password in my page. Is there a way to grab the connection information from a managed Crystal Report? I know I can get...
  19. VergeResources

    Flag if field is repeated

    I have a report that lists employees grouped by their section. Some employees report to more than one section. When this happens, I want to put an '*' next to their name. This will indicate that the employee exists elsewhere on the report. I'm having trouble doing this since I need to search...
  20. VergeResources

    Web Component Server Error displaying 'Last Five' reports

    I have a custom application (ePortfolio was used as a base) which allows users to enter criteria information. This information is compiled into a SelectionFormula and sent to a managed Crystal Enterprise report. All this is working fine - the report displays in the viewer with the correct...

Part and Inventory Search

Back
Top