February 7th, 2013 11:11 AM
Does anyone know comparable technologies for the 6 technologies below?
1. IBM WebSphere Service Registry and Repository (WSRR)
2. IBM WebSphere MQ (WMQ)
3. IBM WebSphere Transformation Extender...
February 3rd, 2004 10:39 AM
This is what is supposed to happen:. I am running a web-based ASP.NET app. It shell executes another (VB 6.0 based) executable "C:\MyFolder\Visio_Opener_Executable.exe". This executable in turn...
February 3rd, 2004 10:35 AM
Nested Executables run from ASP.NET. The inner one hangs!!!
This is what is supposed to happen:. I am running a web-based ASP.NET app. It shell executes another (VB 6.0 based) executable...
January 8th, 2004 12:48 PM
Is DCOM absolutely needed MS app to MS app communication?
My app is a Cold Fusion 5.0 based web application. It sits on a PC that is on the network but all the ingredients are on the same PC.
It...
January 8th, 2004 12:40 PM
Is DCOM absolutely needed MS app to MS app communication.
My app is a Cold Fusion 5.0 based web application. It sits on a PC that is on the network but all the ingredients are on the same PC.
It...
January 7th, 2004 05:20 PM
I am calling an MS Visio 2000 application from Visual Basic 6.0 (SP5) like in the code snippet below.
Set appVisio = CreateObject("visio.application")
Set docObj =...
November 26th, 2003 10:39 AM
I am tying to run an application I plucked out of Jeff Prosise's book on Chapter 9;
the Congo project. When I ran it, the data grid (<asp:Button) defined below does not
show up but the button...
September 10th, 2003 12:28 PM
Thanks folks. What confused me is what I found in the rextbook (ASP .NET Unleashed) that I bought. This book has a lot of HTML tags and other tags such as
<Script Runat="Server">
...
...
September 10th, 2003 11:04 AM
I am trying to ditch ColdFusion as my main web app builder. I am starting to look at the Visual Studio .NET framework (concentrating on ASP .NET and Visual Basic .NET). I am getting a little...
September 10th, 2003 11:01 AM
I am trying to ditch ColdFusion as my main web app builder. I am starting to look at the Visual Studio .NET framework (concentrating on ASP .NET and Visual Basic .NET). I am getting a little...
February 26th, 2003 06:11 PM
“On Error Resume Next” can no longer catch the error
In using Access 2000.
I am using the following code to test and see whether I can my application can still see the tables that are linked to...
February 20th, 2003 12:01 PM
How do I keep MS Word open when opened by MS Access
I am writing an MS Access application. This code snippet just opens MS world and closes immediately. This is not what I want. I want to be able...
February 19th, 2003 08:25 PM
Error:Change y-axis of scale of "Microsoft graph 2000" graph
A graph object can be accessed (to change the scales) this way in an Excel application.
With ActiveSheet.ChartObjects("Chart...
January 28th, 2003 09:46 AM
I will research this when I get a chance to do so. Right now I am swamped .
Wango
December 30th, 2002 03:42 PM
Using Access 2000,
I am creating a report that get info from a Query (QryOneContractFundDocs
) whose statement is as shown below:
SELECT FundingDocs.FundingDocTitle, FundingDocs.DollarAmount,...
December 22nd, 2002 03:00 PM
I really need help.
I do have an Access application that that I use to create reports as well as graphs. But before the graphs or reports are created, I have to do a lot of query populating...
December 2nd, 2002 05:34 PM
Exactly where in the code did you put the function
AfxSocketInit();
??
December 2nd, 2002 05:20 PM
Exactlt where in the application do you put that code - AfxSocketInit()?
October 2nd, 2002 07:03 PM
I do have a project that encompasses different technologies. The customer needs an app ASAP.
I want to create a CD that can be opened in all different continents. This CD should be able to do the...
October 1st, 2002 10:16 AM
How do I get today's date to be: "9/30/2002 12:00:01 PM"?
// added 09.30.2002
CString sDateTimeToday;
sDateTimeToday = Today.Format(_T("%A, %B %d, %Y"));
sDateTimeToday =...