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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sgoodwin

  1. sgoodwin

    Cannot get "suppress if duplicated" to stay checked for subreport!!

    I have a simple report written in CR8 Pro that has two subreports in it. The main report and both subreports have one parameter that is being passed properly. The parameter in the main report results in a multipage report (invoices, with different 'copy types', i.e., customer, shipping...
  2. sgoodwin

    Distrib Rpt picks up records from other open reports! Why!??

    Of course the selection formula is getting passed. How else would the correct record show up in the report, and the correct record in the second report as well? Are you saying you think this is because Crystal is somehow building its own 'or' statement? That seems a bit odd, don't you think?
  3. sgoodwin

    Distrib Rpt picks up records from other open reports! Why!??

    I'm using the OCX. Crystal 8. VB6 SP5. NT Terminal Server v?.
  4. sgoodwin

    Distrib Rpt picks up records from other open reports! Why!??

    CrystalReport1.SelectionFormula = "{inv_data.master_id} = " & goInvoice.MaxSequenceID
  5. sgoodwin

    Distrib Rpt picks up records from other open reports! Why!??

    Users get their record plus any other records from reports currently being previewed. There's certainly some kind of RS instance-ownership issue, but how to stop this? The connection is ODBC using Sybase's 11.2 driver. I have no idea what "CR Integration Methods" are.
  6. sgoodwin

    Distrib Rpt picks up records from other open reports! Why!??

    Ken - You've missed the mark. The code past the line that opens Crystal definitely executes immediately after the line above it, proven by the inclusion of a messagebox there. Further proven through querying the database with reports open. Something somewhere is storing this information...
  7. sgoodwin

    Distrib Rpt picks up records from other open reports! Why!??

    I have a VB App that uses Crystal (8) for output. The app is distributed and runs on MS Terminal Server. The report is a simple one, one that uses an ID parameter to look at a single table to open a report of one record. The problem is, when there are two users logged in, each user will get...

Part and Inventory Search

Back
Top