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 MikeeOK 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: dmm3
  • Order by date
  1. dmm3

    Concurrent Access License error and not using ASP!

    It sounds like you a creating a new CRAXDRT.Application for each report. Just create one instance of the application and add each report to it. eg [code] Private crProj as CRAXDRT.Application Private Sub InitializeReport() Set crProj = new CRAXDRT.Application for i = 0 to X...

Part and Inventory Search

Back
Top