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 derfloh 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. computergeek

    Record Selection and Null Parameters

    Hello, I am in the midst of upgrading from Crystal Reports 8 to Crystal Reports XI sp2. The reports are invoked from a web application using the RDC method which passes in 17 optional parameters. Within the reports the Record Selection formula there is a setting "Exception for nulls", or...
  2. computergeek

    Version of Crystal

    Hello, How can you tell what version you have installed. I am not referring to the actual version like 8, or 11... but whether Professional, or Developer is installed. Thanks,
  3. computergeek

    Good Crystal Reports XI Book?

    Hello, I am looking for a good Crystal Reports XI reference book that contains information on implementing RDC and JRC methods within web applications, upgrading tips...more that just how to create a report. We are having many problems trying to upgrade our Crystal 8 to 11... emfgen does not...
  4. computergeek

    CRViewer - Export Report File Formats - No PDF option

    Hello, Running RDC within ASP application. Tesing Crystal Reports XI. These are the Export file types listed: Crystal Report, Crystal Report 7.0, Rich Text Format, Word Document, Excel 5.0 Document. ASP code CRViewer: <OBJECT ID="CRViewer"...
  5. computergeek

    3 Concurent License Performance Testing

    Hello, We are currenly running Crystal Reports 8, and moving towards Crystal Reports 11. We have a number of IIS Web Applications that reside on a web server that invoke CR by using the RDC method. From what I have read, I believe that this upgrade will limit us to 3 concurrent process...
  6. computergeek

    CRViewer - Crystal 8 Verus Crystal 11

    Hello, I am trying to reconfigure an existing ASP/Coldfusion application that uses Crystal Reports 8 & RDC to call and display reports now in Crystal Reports 11. The ActiveX viewer is called from within the ASP code (SmartViewerActiveX.asp): OBJECT ID="CRViewer"...
  7. computergeek

    Enterprise Verus Server

    Hello, After going around, around, and around on the Business Objects site and not finding anything remotely close to answering my question I thought I would submit my question here. We are in the midst of assessing an upgrade from Crystal Reports 8 using RDC (Report Designer Component) coded...
  8. computergeek

    Date Selection Formula

    Hello, Crystal 8, Oracle 8, Date Column Type=Date Report Menu>edit selection Formula>Record {TableA.SAMPLE_DATE} = CurrentDate and {TableA.MATERIAL_NAME} like '32-0-0 UAN%' Why does 'Show SQL Query' Show: SELECT colA, colB, Sample_date, Material_name, colc FROM TableA WHERE...
  9. computergeek

    More than one version loaded?

    Hello, I have Crystal Reports 8 Developer edition currently installed. I would like to install Crystal Reports XI SP2 on my PC. Can they run concurrently without issues? Please advise. Thanks,
  10. computergeek

    CFExecute and timeout

    Hello, We have a Coldfusion application that restarts some services on another server. Code: <CFFUNCTION name="RestartService"> <cfargument name="sServiceName"> <!---remember to log this to a file so we know how often it is restarted.---> <cfexecute name="c:\windows\psexec.exe"...
  11. computergeek

    Grouping

    Hi, I am trying to create a grouped report grouped by date/material. Detail records: Date Material Component NH3 Water 1/9/2007 Test1 Comp1 30 null 1/9/2007 Test1 Comp2 null 70 Desired Output: Date Material NH3 Water 1/9/2007 Test1 30 70 Thanks
  12. computergeek

    Sub-report issue

    Hello, I have a report that contains 10 separate subreports. Our users modified the report and added a couple new subreports. Now the subreport data is retreived within the development environment, but does not retrieve anything when placed within production (ASP web application). I checked...
  13. computergeek

    Data Grid / VB Win2000 to XP Issues

    Hello, We are finally upgrading from WIN2000 to XP. We have a web application that uses the data grid object: classid="CLSID:0002E559-0000-0000-C000-000000000046" There is VB code embedded with a Cold Fusion page that populates the data grid object. It seems some of the properties and...
  14. computergeek

    Dynamic Listbox

    Hello, I have an Assembly form where I need to filter out rows within a tags listbox that have already been assigned to an assembly. Row Source for Tag List: SELECT tbl_TagNames.TagID, tbl_TagNames.TagName FROM tbl_TagNames WHERE (((tbl_TagNames.TagID) Not In (SELECT tbl_Assembly.TagID FROM...
  15. computergeek

    Relationship Problem

    Hello, Table 1: Assem_ID Autonumber Tag_ID Number (long Int) Lookup on Table 2 Description Table 2: Tag_ID Autonumber Tag_Name Table 1 Data: Assem_id Tag_id Description 5 1 asm5tag1 6 2 asm6tag2 7 3 asm7tag3 8 4 asm8tag4 Table 2 Data: Tag_id 1 2 3 4 Defined relationships: None...
  16. computergeek

    ComboBox to Get data

    Hi, I have a combobox which contains a list of Companys. (Selects company_name from company table) After the user selects the company I want to retreive the other data within the company table (email, fax, address etc.) and default a number of fields on the entry form. Sorry, I haven't done...
  17. computergeek

    Datawindow Subotal Issue

    Hello, I am trying to modify a datawindow report to contain subtotals at sphere. The result set (sql) behind the dw contains both detail and summary information. sphere project resource skill summary_manhrs (for project) dept1 abc1 res1 skill1 220 dept1 abc1 res2 skill2 220...
  18. computergeek

    Embedded Datawindow Graph - PB5

    Hello, I have been tasked with updating an older PB5 app. I am having trouble figuring out the select statement behind the datawindow/embedded graph object. When I select modify datawindow from the shortcut menu the graph displays, and only properties is avail from the shortcut menu options...
  19. computergeek

    ODBC Sybase SQL AnyWhere Connection

    Hi, I have been given an existing PB 4.0 application that installs a Sybase SQL Anywhere database. I am unable to setup an ODBC DSN connection as the Sybase SQL Anywhere driver is not present within the ODBC driver selection dialog. The WOd40W.dll file is contained with the Powerbuilder...
  20. computergeek

    Setting Graph Series Colors (PB 5)

    Hello, I have a graph (within an ancient application) that the users say used to have line colors. The data series are created dynamically using an SQL Select for the data source so there could be 3 rows to graph or there could be 200... Why aren't the different lines colored? Thanks...

Part and Inventory Search

Back
Top