Hello,
My client just received a new Win7/64-bit laptop with IE8. She moved from WinXP and IE8.
I support an ASP.NET-based web application that she runs via IE.
On the old laptop, everything ran successfully. On the new laptop, she is having trouble with the calendar controls.
• She...
Hello,
I have a table (TABLE_A) with an ID field that we use seq.nextval to populate on INSERT.
TABLE_A:
ID
<other stuff>
USER_NAME
And I have a second table (TABLE_B) which may contains multiple records for each ID:
TABLE_B:
ID
USER_NAME
When we insert into TABLE_A, we provide all the...
Hi,
In my workplace, we have an Office 2000 or 2003 MS Word document with embedded macros that are accessed via a custom menu. The menu shows up right along the top of the document in line with File, Edit, etc... When a user clicks on it, he gets a drop-down list of functions, each of which...
I have a problem that I've seen addressed multiple times in this forum, but I've tried the previously posted solution and I just can't seem to get it right.
I have a frameset as part of a simple web site for viewing family pictures.
Frames Page code looks like this:
<FRAMESET cols="30%,70%"...
Hello,
I have a web page with a java applet on it. When I load the web page, *nothing* is displayed in the space where the applet should be (not even a gray box). The status bar indicates that the applet is started.
If I minimize the IE window and then maximize it again, the applet is...
Hello dpdg, I am in the EXACT same situation that you have described.
Did you ever find a solution to this problem? Any advice would be greatly appreciated.
Hi!
WHY OPEN THE FILE:
At this point in the process, the file exists on the server, but we need to open it in order to process the records within it. We have some validation/verification logic to carry out, then we store the updated records into the database.
In C#:
xl = new...
Hello,
I have an ASP.NET application that allows users to download their data into an Excel spreadsheet, then edit it and then upload it back into the Oracle database.
When uploading the data, we are copying the Excel file to the IIS server in a folder inside the virtual directory (this seems...
Tracy,
Thanks for responding! Here is a set of small pages that will demonstrate the problem. If you create these and put them into a Virt Dir, just browse to Example.asp and click on the text. When the pop-up box is displayed, you can choose Cancel to see the problem.
Thanks again for...
I have a JS client side function that is carrying out a submit when a user clicks on a hyperlink. strURL will point to the page that the user is being sent to.
function SubmitPage(strURL)
{
document.MyForm.method ="POST";
document.MyForm.action = strURL;
document.MyForm.submit();
}
I am...
I think I answered my own question. The first line has to stay in every file, but the second line (the one I anticipate changing in the future) can go into a one-line function. I pass adoConnection back and forth to/from the function and it seems to work.
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.