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: *

  • Users: etatis
  • Order by date
  1. etatis

    pass server name dynamically to crystal reprot using vb 6.0

    Hi there. If i' ve understood correct what is your problem, this is the solution. i'm using Crystal 9, vb6 and SQL Server 2000. For i = 1 To Report.database.Tables.Count Report.database.Tables(i).ConnectionProperties.DeleteAll Report.database.Tables(i).ConnectionProperties.Add...
  2. etatis

    Crystal Report 9 RAS (ASP) : connection-less connection!?

    Hi all! i had the same problem for at least a week, but now.... here is the solution. The only thing you have to do is to replace your report's query string Report.SQLQueryString = "SELECT * ...." But you must write it down like crystal does! SELECT...

Part and Inventory Search

Back
Top