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 IamaSherpa 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. adigrescenko

    AddFieldObject Problem

    In my application, I can choose a database and generate its report. But, I have a problem: after I close the report window (i use a CRViewer control, to view the report) and I choose another database, when I want to view the report of the second database (any database) I get this error, on the...
  2. adigrescenko

    More then one report (problem with AddFieldObject)

    Hi! I made an application to view some reports ( I used CRViewer and AddFieldObject). When I start the application, i choose a database and a table, then I can see the report. If I close the report window and I choose another database when i try to view the report I get this error...
  3. adigrescenko

    RecordSelectionFormula doesn't work

    In my VB application, using CrystalReports, I want to select the records that are displayed on report. I used this: Report.RecordSelectionFormula = "{MyTable.Age}=24" but I have this error: "This field name is not known", but I am sure that the table and field names are...
  4. adigrescenko

    SQLQueryString does not work

    I connect this way: DatabasePath = "c:\work\adi\test.mdb" TableName = "MyTable" DBTables.Add DatabasePath, TableName than str = "Select * from Table" Report.SQLQueryString = str
  5. adigrescenko

    SQLQueryString does not work

    When I use : Report.SQLQueryString = "Select * from MyTable" it is not working If I stop the program on tis line, end I run it step by step, after executing this line, SQLQueryString = "". Nothing happend. Why? What should I do?

Part and Inventory Search

Back
Top