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

    CR10 - ufmanager.dll not found

    Hi, I am working with CR10 mdeveloping environment. After installing and deinstalling an VB6 application that uses acces to CR, now I always fail to open reports within CR developing environment receiving the error message: 'ufmanager.dll' not found . But ufmanager.dll is actually at hand in...
  2. bidra

    Database Acces with VB 6.0 and CR 10.0

    Hi, I am using a VB application calling CR reports . I want to use the OLE DB(ADO) database connection but don't know how to pass the logon parameters. How do I have to pass the logon parameters. ------------------------------ With ODBC it was Report.Database.Tables.Item(1).SetLogOnInfo...
  3. bidra

    Changinn SQL-String for Database Acces in CR 10.0

    Hello, I worked with CR 8.5 and now with CR 10.0. In the 8.5 Version I could use the main menue option Database/Show SQL-String to show the SQL string, change it and store the new string. In CR 10.0 I can only show the SQL-string but not change it (the background is grey instead of white). Is...
  4. bidra

    Special Counting Problem

    Using CR 10 Hello, my record consist of data fields benefit number (BNO), insurance number (INO), AMOUNT and some others not relevant for the problem. For the report the group has to be on BNO and running totals have to be derived from AMOUNT and from the number of cases. Now the problem...
  5. bidra

    Setting marks in formulas

    Using CR 10 and Cross tab defined in report header Hello, I have an urgent problem as I need some kind setting marks for wether or not to count record occurences in a formula. The data rows consist of firm number, property LP and costs come. They come sorted by firm number an property LP. I...
  6. bidra

    Supressing multi countings in cross tab

    CR 10 Hello, I have an urgent problem here: The data rows come sorted by firm number an property LP. Now I need a formula, that counts every occurrence of firm number with property LP. But the firm number is to count only once, if the property LP occurs more than once out of (1621,1623). I...
  7. bidra

    Global Variables: How to use them in Cross Tab?

    CR 8.5 or 10 Hello, I've got a problem receiving the correct value from a global variable in a cross tab formula. The cross tab is defined in report header. The global variable are to prevent double countings under certain conditions. The code for the formula goes like this...
  8. bidra

    Global Variable in Cross Tab

    CR 8.5 / 10 Hello, I've got a problem receiving the correct value from a global variable in a cross tab formula. The cross tab is defined in report header. The global variable are to prevent double countings under certain conditions. The code for the formula goes like this...
  9. bidra

    Register Crystal distributed Crystal ODBC driver for Oracle

    Hi, I am using Crystal Report 8.5 and ORACLE 9.2. When distributing the application (runtime version) to other user's system I also have do distribute the Crystal ODBC driver for Oracle (as the original Oracle driver has problem with decimal datatype). The Crystal help files say that the...
  10. bidra

    Distribute an ODBC driver with an application

    Hi, to distibute a needed CR ODBC - Oracle driver with an application (VB using CR) I obviously have to register the ODBC driveron the user's system by modifying the system registry. But I have have no idea how manage this registration (what, where ?). Any help is appreciated very much! Thanx
  11. bidra

    Distributing an CR Application with CR Oracle driver

    Hi, I am using Crystal Report 8.5 and ORACLE 9.2. When distributing the application (runtime version) to other user how can I also distibute CR Oracle 8 v3.6 ODBC driver from CR which was delivered by the installation of CR or can the driver seperately be downloaded somewhere without a full...
  12. bidra

    Oracle decimal data type retrieved without decimal points

    Hi, I am using Crystal Report 8.5 and ORACLE 9.2. Retrieving decimal datatype using ODBC (Oracle 8.01.78 and any higher) for example 12.34 in database shows up as 1234. Obviously it is a driver problem as using ODBC driver CR Oracle 8 v3.6 shows the result correctly as 12.45. So my question...
  13. bidra

    Oracle Decimal Number data type retrived ignoring decimal points

    Hi, In Oracle the data is defined as NUMBER(8,2). While using ODBC the decimal number datatype is retrieved by CR with the digets after the decimal point are now in front of it, for example: 10.12 is shown (and calculatedt with) as 1012.00 11.00 is correctly shown...
  14. bidra

    Resizing Forms with SizerOne 8.0

    Hi, I am using the ElasticOne-Control for automatically resizing a form with all its controls at runtime. It does work for alle controls except for controls embedded in a frame. The frame itself ist getting resized. Is there anyone out there who knows why this doesn't work with the controls in...
  15. bidra

    Exporting the value of a VB variable to a CR formula

    Hi ! Is there any possibility to transfer the value of a VB variable data field to CR so it can be used in formula field there? I am using VB6 and CR 8.5. Thanks for any help ! Bidra
  16. bidra

    VB and Crystal Report

    Hi ! Is there any possibility to transfer the value of a VB variable data field to CR so it can be used in formula field there ?I am using VB6 and CR 8.5. Thanks for any help ! Bidra
  17. bidra

    Horizontal limitation of manual Cross-Tabs

    Hi there, for my manual cross-tab ein need more colums than I can put on my form. Is the horizontal size of a manual report limited by the selected paper size in the Print Setup ? Thanx for any tips Bidra
  18. bidra

    Using Crystal Reports 8.5 in Visual Basic 6.0

    Hi, I am working with VB6 and have lately installed Crystal Reports 8.5. To use a report created with CR 8.5 in an VB6 application I went to the VB Project menu/Components selecting Crystal Report Viewer Control. Thus the Crystal Report Viewer was added to my VB-toolbox and I placed the icon on...
  19. bidra

    Using Crystal Reports 8.5 in Visual Basic 6.0

    Hi, I am working with VB6 and have lately installed Segate Crystal Reports 8.5. To use a report in an VB application I went to the VB Project menu/Components looking for the Crystal Report Control but found Crystal Report Viewer Control instead. Selecting it the Crystal Report Viewer was added...
  20. bidra

    Using Crystal Reports 8.5 in VB6

    Hi, I am working with VB6 and have lately installed Segate Crystal Reports 8.5. To use a report in an VB application I went to the VB Project menu/Components looking for the Crystal Report Control but found Crystal Report Viewer Control instead. Selecting it the Crystal Report Viewer was added...

Part and Inventory Search

Back
Top