Hi all, I am currently trying to retrieve image data from an MS Access database and display it in a GridView. I am not sure exactly where I am going wrong, whether it be on the storing of the data (data entry via a DetailsView) or the display of the data, and was wondering if you could help me...
I have a dynamic image that is located in a custom control. This image is rendered using GDI+. The only problem I am having, is that the image renders nicely on screen, but when I go to print it out, only a box with an X shows up in it. This X also shows up in the print preview... Is there...
I would like to provide another department compiled assemblies that gather information from existing Web Services and provide them with a limited subset of the data retrieved. The issue I am experiencing, is that the web service reference is available as a public member of the assembly (which...
I have an xml document...
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="transform.xsl"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"...
I am creating an ASP.NET application where I am going to need to write a text file in a network share folder. The problem I am experiencing is that when I try the directory exists function through an ASP.NET page it always returns false... I cut and paste the exact code into a windows forms...
What is the correct syntax in PL/SQL to have a stored procedure execute another existing stored procedure (the procedure does not return rows, it just performs updates)?
I am wondering if anyone has experienced a similar problem with websphere. We have a servlet that takes in an account number as a querystring parameter. Sometimes a different account gets pulled up. It is like the response for another request gets posted back to the browser. Is it possible...
I am trying to make sure only one instance of my application is running at one time. This code does not work. The Length is always 0. Does anyone know how to accomplish this task...
I am trying to get JavaMail to work, it compiles fine, but when I try and run the application, it causes this error:
Exception in thread "main" java.lang.NoClassDefFoundError: javax/mail/Session
at testEmail.main(testEmail.java:15)
Here is a partial code clip:
import...
Currently I am running a servlet that reads data from a URL generated by another servlet on another machine. The problem I am experiencing is missing data being replaced by a null. When I cut and paste the URL, the data appears to be fine. I use the same class to read from the URL for other...
// messagingClient Class
// UNDER DEVELOPMENT
// Currently Reads All Messages From Server, sends acknowledgement that messages are received
// then loops back and obtains new set of messages
import java.net.*;
import java.io.*;
import java.util.*;
import java.applet.Applet;
import java.awt.*...
Does anyone know a way to create a shortcut or a link through visual basic code. I have found some samples that work only with Windows '95, but it is really important that the code works with win95,98,NT4,2000.
Thanks!
Carey
I have recently created a client/server message board system. The client piece was originally developed as an Applet, but due to security issues surrounding sockets, I needed to come up with another solution. I couldn't find an easy way or a clear description to sign the applet on all client...
Hi,
I originally had this class as an applet, but had some Java Security issues with connecting the client to the server. I then followed the step-by-step instructions on the Sun site to convert the applet to a Java Bean. When this class was an applet it ran fine. But when I am using it as a...
I am developing an application, and I currently have the it successfully staying on top. The problem I am experiencing is that other applications and icons can be hidden behind the application. This is just a small application about 0.5" tall and is the total width of the screen, I would...
In my application, I am enabling/disabling parts of a form based on user interaction. The problem I am experiencing is with the JTextField not being able to assume focus, in other words I cannot select or change the text inside this field, even after it is enabled.
Let us assume jtf is a...
I am trying to add a tool tip to my swing components, but the \n for a newline displays a square icon instead of breaking to a new line. Is there a way to display tool tip text on multiple lines?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.