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

    Status Bar And Timer

    Hi I am using VB and MTS with Oracle. Some time in my application I used to run a complex queries. At that time I wold like to display a status bar with a message. But Timer doesn't work. Once I call MTS component from my code, control comes back after the excection is completed. I put Timer...
  2. renga

    "Switch to,Retry" message while using MTS

    Thanks for the reply. I have done all these things. I don't have the problem always. Only when I run a complex queries in MTS component which takes more response time and if the user clicks on the screen we get this message. "Switch to, Retry". User is willing to wait if he sees...
  3. renga

    Progress bar or any activity while calling the component

    Hi I have a problem. While calling MTS component and waiting for the response, I display a status bar message and vbhourglass mouse pointer. I would like display a progress bar or any nice graphical stuff. My problem is once I call MTS object,the control moved. So I cann't increase progress...
  4. renga

    MTS not working for 3 tier arch

    I don't know where you specify the server in your code. This following code would work. Dim objClass As Object Set objClass = CreateObject("BizLayer.Class1",Servername) Set receivingval = objPersist.Functionname(Parameter) Please make sure that Bizlayer is registered...
  5. renga

    "Switch to,Retry" message while using MTS

    Hi I am using VB6 and Oracle as database. Middle layer is MTS. Whenever the system runs complex queries or large amount of data has to be accessed, User get a message "Swith to or Retry". user has to press retry for couple of times, then gets the output. It doesn't do...

Part and Inventory Search

Back
Top