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

    Bug in CR8 using CDO (CrystalDataObjects)

    Please, look for this simple example: Dim as Object Dim Rows as Variant Set cdoRowSet = CreateObject("CrystalDataObject.CrystalComObject") ... 'Filling array Rows ... cdoRowSet.AddRows Rows CrystalTable.SetPrivateData 3, cdoRowSet What's wrong? - Nothing. It's work in 99,9% cases...
  2. Gennady

    Event ExportButtonClicked doesn't fire :(

    May be somebody knows. VB code: Private CrystalReportView As CRPEAuto.View Private WithEvents WindowView As Window Set WindowView = CrystalReportView.parent Event WindowView_RefreshButtonClicked -> fired Event WindowView_CloseButtonClicked -> fired .... Event WindowView_ExportButtonClicked...
  3. Gennady

    How can I allow user change something in CR after report was formed?

    I need allow users to change something in text field after report was created from VB program. In another words my users wants editing reports. Can I solve this problem with Crystal Report? If so, how can I do it?
  4. Gennady

    CR Performance :(((

    I'm realy disappointed about Crystal Report Performance. Look for a very simple example - report that shows employees whose birthday hits in selected period. Report selection formula : Month({?DateBegin})<=Month({domainEmployee.eBirthDate}) And...
  5. Gennady

    How can I remove OUTER JOIN ?

    I'm using CDO in some CR reports. When I link two tables through fields with String data type I receive outer join relation. Sometimes it's good, in other case it's a toothache. In the link options I can't see something usefull. Can I change link type?
  6. Gennady

    How can I migrate CR report from one database to another?

    I need to migrate CR report from Informix database with custom OLE DB provider to report based on Crystal Data Objects (with .TTX files). The structure of tables and fields is the same. I've removed all references on previous database and added new live references. But in VB runtime (not in CR...

Part and Inventory Search

Back
Top