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

    The CRViewer and "A String is Required here"

    Hi, I have an interestig problem. I am using CR8.5 & VB6. I have a reporting system that I have successfully deployed on about a dozzen PCs. All reports run fine on these PCs. On one particular PC, I am receiving the error "A string is required here" from the CRViewer. Is...
  2. kab555

    Conditionally Printing NewPage after groups

    Hi, I have a report that has two groups, one for State and one for Agent. State is group #1 and Agent is Group #2. I always want to print a new page after the Agent EXCPET when I am also at the end of the State Group. I would like to have the State Group Footer print with the Group Footer...
  3. kab555

    Database Login for CR 8.5 with VB.NET

    Hi, I am using CR8.5 and using vb.net (windows app) as the font end. Does anybody have the commands needed to login to a database connection. I am using an ODBC to connect Crystal to Oracle. By the way, I have the book Professional Cyrstal Reports for VB.net (WROX) which provides an...
  4. kab555

    Database logon with CR8.5 and VB.NET

    Hi, I am using CR8.5 and using vb.net (windows app) as the font end. Does anybody have the commands needed to login to a database connection. I am using an ODBC to connect Crystal to Oracle. By the way, I have the book Professional Cyrstal Reports for VB.net (WROX) which provides an...
  5. kab555

    Sorting in CR8.5 with VB6

    I'm having trouble with some VB commands for Crystal Reports 8.5. I am using RDC, and am trying to sort a report by a user selected option. I get into trouble when attempting to refresh the report with a different sort. I am using the method Report.RecordSortFields.add x, crAscendingOrder...
  6. kab555

    Discarding Saved Data in CR 8.5

    Hi, I'm using CR 8.5 and VB 6.0. I recently upgraded from CR 8.0 to CR 8.5, and have an exsiting report application in VB. For existing reports in the VB application (ones that I created in CR 8.0) the report.discardSavedData command works fine. For any reports that I've made changes to...
  7. kab555

    Subscript Out of Range

    Hi, I'm using VB6 with Crystal Reports 8.5. I have a list of options buttons in a form that will sort the report in various ways. I did some work in this project, and now I am getting a "Subscript out of range". It has something to do with my sorting options, but I'm out of ideas...
  8. kab555

    CR 8.5 not "seeing" some foxpro tables

    I've been struggling with this one for months. For some reason, Crystal is not seeing several foxpro tables. It does not matter if I use an ODBC connection or a native drive connection, the results are identical. This problem also has nothing to do with the length of the table names, as...
  9. kab555

    Adding a Group

    Hi, Using Crystal Reports 8 Does anybody know why crystal does not show all available fields when attempting to add a group, or even a sort for that matter?? Frustrating to no end!
  10. kab555

    Crystal 8 Compatability with VB.Net

    Is CR8 compatable with vb.net? We are having a difficult time getting an ODBC connection established.
  11. kab555

    Sorting by a Formula in VB

    Hi, I'm using CR8 within VB6 via the RDC. I have an option screen where the user can select the sort order for the report. One of these sort options is using a formula. I'm having trouble passing formula to the sort equation. The other options work because they are database table fields...
  12. kab555

    Passing a value entered on a VB form to CR

    Is there a way to pass a value (in my case a date) that is entered on a VB form into a Crystal Report? I'm using VB6 and CR8. I don't want to display the record selection formula as it is far to long and un-end-user friendly to view.
  13. kab555

    Setting a Variable based on If Then statement

    Hi, I am “teaching” myself VB (version 6). I am trying to pass a value to a variable based on an If Then ElseIf statement. The problem is that only the 1st part of the statement works. That is, if the value fits the first part of the statement, then the program works fine, but if the value...
  14. kab555

    Passing Variables to ReportSelectionFormula

    I am using Crystal 8, and VB6. I have lots of places for users to input values on which to select records. I am passing my formulas to strings, and now need to put all these strings together for the recordSelectionFormula. I am currently in some sort of infinite loop. Does anybody have the...
  15. kab555

    RecordSelectionFormula - Sum of a numeric field

    In a Crystal Report, I am using a group in order to report data on one line per item. In doing so, I am using sums of numeric fields on the group footer (the detail section is not being used in this report). How can the sum of a numeric field be represented when using the...
  16. kab555

    RecordSelectionFormula - DATES!

    I've been attempting to get a recordSelectionFormula to work. So far, I've been able to get the 1st statement below to work. An accomplishment that took me a day or so. I need to add more critera to the original statment, but I haven't been able to figure out how to put the criteria together...

Part and Inventory Search

Back
Top