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 IamaSherpa 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. colinr

    VB 6 & MTS Performance Issues

    Result !!! We have resolved this problem by looking at a number of areas.. Firstly we changed the way in which our MTS objects were instantiating other MTS objects. We now use 'CreateInstance" and NOT "Dim As New" or "CreateObject" Secondly we looked at the binding...
  2. colinr

    VB 6 & MTS Performance Issues

    Hi.. We are having a serious peformance problems calling an MTS object from a base Client i.e. (it takes about 10-20 seconds to Created a reference to the MTS Dll.) Configuration is.. MTS & SQL Server on same machine and part of a NT 4.0 cluster. Client's are base clients located on a Terminal...
  3. colinr

    Was my question a bad one?

    Was my question a bad one?
  4. colinr

    passing a paramater from ASP to a .RTP

    How can i pass a paramater from ASP to crystal report. Ive tryed:- <form method=&quot;post&quot; action=&quot;myrtp.rtp&quot;><input name=&quot;code&quot; value=&quot;9999&quot;><input type=&quot;submit&quot; name=&quot;submit&quot;> Is there something actually in Crystal Reports I need to set...

Part and Inventory Search

Back
Top