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 Mike Lewis 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. hurricanedavid

    Getting SetTrans Error When I Didn't Before

    I don't know how SQLCA is set up. And I can't remember how to get to it. I'm sure it's in some main file somewhere. But I just tried something a friend suggested. I just replaced SetTrans() with SetTransObject() and it works now. But I don't know why.
  2. hurricanedavid

    Getting SetTrans Error When I Didn't Before

    1| open(w_report) 2| w_report.dw_1.DataObject = "d_cat_breakdown" 3| w_report.dw_1.SetTrans(SQLCA) 4| if w_report.dw_1.Retrieve() = 0 then ....<snip> This is the relevant part of the code that, up until recently, has been working fine. Now, the debugger shows me that on line 4, an error is...

Part and Inventory Search

Back
Top