o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

"Switch to Retry" Problem -

hi,

Anyone there to help me out??

We r working in 3-tier environment with VB6 as front end, Middle tier (Dlls also in VB6), and Oracle 8i as back end and Win 2000 OS.
We hav a network of about 400 odd win 2000 systems...all our applications are running perfectly....but now all of a sudden vr caught in a problem....all the applications hav gone slow and frequently vr getting "SWITH TO RETRY " Problem and the call time for the Components (in COM+) are increasing ...can any one pl help us solve the prob...

ThanX in Advance.
Ksm

 

Using VB 6 Webclasses locally -
Hi All, Am trying to get Webclasses / IIS VB apps to run on my local machine (am using XP pro with VB 6). I've installed IIS as I used to get the IIS / PWS related error when starting an IIS project. Now that I've installed IIS from the XP setup disk, and try to run the most b


"Switch to Retry" Problem -
hi, Anyone there to help me out?? We r working in 3-tier environment with VB6 as front end, Middle tier (Dlls also in VB6), and Oracle 8i as back end and Win 2000 OS. We hav a network of about 400 odd win 2000 systems...all our applications are running perfectly....but now all o


Switch/Retry error using Office Automation -
Has anyone else encountered this problem. Using Office automation within VB, the user starts an Office process, and while it is processing, does something that causes focus to go somewhere else, they get this message: Component Request Pending This action canot be completed beca


Thread / Event Problem -
I have Created an App that is to be a load tester for another app. It Current uses an ActiveX.exe that I created with Events. Currently, Everything works Just great and it Does what it is supposed to do but, It won't return Control to the Main App. For what ever reason it is waiting


Err msg:action not completed because other app is busy -
does anyone know what this error message means? And how to correct it? It's a VB6 app interacting with Word & Excel. This action cannot be completed because the other application is busy. Choose "Switch To" to activate the busy application and correct the problem.


Outlook issue -
I am using Outlook 2003. I am having an issue with it when it sends emails from myapp. I got around the "An app is sending emails on the your behalf..." type of message. However, it still gives me the "...application is busy..." popup message box with a 'Swi


MTS Application does not run under MTS -
I have a VB Client application that uses DCOM and MTS on a WINDOWS NT server. The application hangs when run under MTS but executes correctly when ran outside MTS. Cannot see anything wrong with the code - there must be an MTS issue. I get the "Component request pending&


VB code for Belkin Switch -
Hi, I have a Belkin switch that connects 2 computers and 2 monitors to 1 keyboard and 1 mouse. There's only 2 ways to switch between computers: press the button on the actual switch or double click an icon on the desktop. My company only provides this switch. I used to have an older


simple login program -
I'm trying to the login program, i want the user to only be allowed 3 chances of retry(vbretry),the the program sholud exit, how to i go about it...here is the code i have 2 text box for txtuser and txtpass and a button. help is appreciated thks Private Sub cmdLogin_Clic


Help with Wait and Regestry entries -
This is my first prog pretty simple but it is giving me a head-ache The prog will set a dun connection ping to establish a VPN connection check for a file run a .exe delete a file write a registry entry. I need help making the prog stop until the .exe it cal


Componene Request Pending -
Hi All, I'm developing an application which fatches records from a database (oracle) and then I'm saving some of them to an MsExcel Sheet. The application is working just fine but sometimes it's giving the following error - "Component Request Pending" This action canno


object asking me to switch to -
I use the excel object model a lot in my application. Many times users are impatient so while a transaction is going on between my application and excel (note excel is invisible). A user may click on my form causing the message. "Yada yada...would you like to Switchto, Retry,


login validation -
Good day to all! I am having a problem regarding on login validation using VB 6.0 and SQL Server 2000. The validations are: 1.if the user doesn't input anything in txtUserName and txtPassword then a messagebox will appear with message "Either username or password c


check if Word document is busy -
I do some Word automation through my VB6 with set AppWord= CreateObject("Word.Application") Is there a possibility to check of the word document is not busy drawing or doing something? 'example i want to get the textbox shape name text10.text = AppWord.Selection.shapeR


Install problem -
I've got a problem installing an app on a Windows 95 workstation. It was developed on a Windows NT workstation but it has been installed successfully on other Windows 95 workstations and NT is no problem. DCOM is installed first for the Win95 pc and then setup package is launched


How to provide a 'retry' when catching exceptions -
How do I chuck code execution back to the try section after i catch an exception. eg. Try My.Computer.FileSystem.DeleteFile("file.txt") Catch ex as exception select case messagebox.show("retry?") case vbyes


Switch Argument = Field -
I am working on a switch function that checks the value in some fields and depending on the current value, it prints a new value. Code: Start Sub field = Range("L14") ActiveCell.FormulaR1C1 = TÃ¥lamod(field) End Sub Function TÃ¥lamod(Resultat As Integer) TÃ


Problem with The "Continue Do" Statement. Help! -
My Do...Loop Until works fine until I've added the "Continue Do" statement. I've got a Syntax Error message box. Apparently, cannot run it. The code is created as an excel macro. Could someone tell me what is wrong. Thanks! Do ArraySerialNumber = InputBox


Switch and Strings -
I know how to use switch. I can use it with char's, but for some reason it won't work with strings (though char arrays work fine). Is there a reason for this, or should I just abandon switch for a bunch of if...else statements? Oh it gives me an error that says: "switch selecti


Retry after pop window -
I have a page that has a DataGrid on it. Sorting is enabled on the grid. Now with that, here is my problem. Step by Step. 1) I click on a heading to sort the grid. 2) I click on a link that pop's a new window using the following java script window.open(POPurl+'?'+strVal,'N


Windows ME Won't Allow Box To Shut Down -
Like all/most boxes these days I guess, my box running Windows 98 would automatically shut down (even if I might briefly see the screen say, "It's safe to shutdown your pc"); since there is no on/off position (i.e. the button always springs back). Well, I formatted the dri


two simple questions ( int.parse & switch logic) -
Hey all, Ive been searching for a while but i can find anything exact 1) if i took the string "crash893" and did int.parse("crash893") I can't get just the int value 893? is there a more elegant method of taking the numeric charters from a string. 2)


MainBoard not working -
When I switch on my pc, nothing happens. I open up my casing and switch on, i find that the fans are on for a few seconds after i switch on the power but dies off in a few seconds. Power supply should not be the problem as i have switch over and test its functionality. Left only the ma


Refresh not working correctly -
I have an input of type button that runs the following HTML code: <script language="JavaScript"> <!-- function Refresh() { window.location.reload( false ); } //--> </script> this works fine. However I also have a panel on screen that i


[2.0] Switch case -
I'm getting an error for my switch statement: "A constant value is expected" Here's the code: Code: switch (true){ case prefixText.StartsWith("a"): case prefixText.StartsWith("b"): case prefixText.StartsWith


what is difference between . and -> -
I saw some code here and somebody decaled a type like: POINT pt; Now here accessed the "x" value in the variable pt like this: switch(pt -> x) Can I write the samething as: switch(pt.x) Is there any difference when you use "->" and ".&qu


Excel , objects and timing out. -
hey guys, need some help (as always) I'm using the excel object and my program keeps crashing.. After doing a lot of processing with the ole, excel just stop responding.. I can tell because I have some traps setup to show me the processes in txt's.. Oventually excel will just stop.


Reload Form..time -
hey.. ive got my form to reload when the user clicks "retry" how can i make it take time..for example..:: The user clicks [Retry] (Pause) 2 seconds.. the form re-apears.. how can i do that? this is my code so far: Private Sub cmdRetry_Click() Form3.Visible = False


Dumbest IT question -
Hey, I work in IT Support and I saw this competition on the web where you can win a BMW Z3. All you had to do was submit the dumbest IT question that someone ever asked you. I've heard many, but the dumbest question so far was: How do I switch my computer off? It's got an &q


Searching through a database -
I have set up a database form, with Records etc. I have implemented a search function that works (see below code). However I'm stuck on something I know should be really simple. At the end of code is: If MsgBox("Your search returned no matching results. Retry?", vbQuestio


Cannot run an EXE with a command switch -
I have a EXE file when I run it with a command switch by itself: Test.exe /S it works well but when I compile the TEST.EXE in another script and call it with the same command switch it errors out DoEvents process_id = Shell(WinDir & "\temp\test.exe /S&qu


Switch to desktop -
Is there a possibility to switch to the Windows (95,98 NT 4-)desktop ? In Windows 3.1 my second system I can switch to the program-manager with a Shell. SEHLL("PROGMAN.EXE", 1) I need this (in VB 3), because my programm is a full-screen application with no 'start' bu


The funniest thing ever -
I was shocked to find this in MSDN... Sometimes it seems as if many dialog boxes were designed by programmers who have never had an intelligent conversation with another human being. A message such as "A sector of fixed disk C: is corrupted or inaccessible. Abort, Retry, Ignore


help!!how to improve application performance -
how to improve application performance ,because we are using com+,frequently we are getting switch to retry due to increase in call time of objects.


multi lang support -
How do I accomodate for multiple languages on an asp.net / vb.net web project? The trolls I work with want to be able to "Switch" to a different language and have all of the labels, etc. switch to a different language. So if I had: "Login Please" and someone


Post a Command -
Hi all, I have to install a few PCs in a big house. One is in teh 1st floo and a other one in the 3rd flore and so on. So I want to write a little tool that opens the cdrom and starts the setup.exe in the "deutsch"-folder. My Problem is, that nobody has admin-rights becau


Another P&D Problem -
We have a new application server that we are trying to set up. It's running Windows 2000, SQL 7.0. We've got SQL set up and are trying to install VB programs (ActiveX EXEs) that will be run by SQL packages. About a week ago, I had installed about 10 programs, no problems. Yeste


Switch Query in SQL server -
hi, SELECT Name, SWITCH(Patient.Sex = 0, 'Male', Patient.Sex = 1, 'Female') AS pSex FROM Patient it works in access but it shown error in mssql server, wat is the problem?? Added green "resolved" checkmark - Hack


"Server Busy" error!! -
Hello all, I've written a small VB program which works together with another program called Echolink. My program uses the Echolink API, with a reference to the appropriate library etc. So far so good. What happens is that at random times, while both programs are running and working


Form Display -
The main form (form A) of my VB has successful shown another form (form B) based on menu tree selection. Amid data entry of form B , I switch to another task and thereafter I can only switch to form A but not form B. How can I set the form B so that it is always shown on top of