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 bkrike 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: adknbvi
  • Content: Threads
  • Order by date
  1. adknbvi

    AJAX Calendar Control not working

    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...
  2. adknbvi

    Oracle AFTER INSERT trigger with .NEXTVAL

    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...
  3. adknbvi

    Where to find custom menus in MS Word 2007?

    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...
  4. adknbvi

    Firefox - frameset problem - XXX has no properties

    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%"...
  5. adknbvi

    Java applet not displayed on page

    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...
  6. adknbvi

    Uploading data from Excel - hitting &quot;Enable Macros&quot; prompt

    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...
  7. adknbvi

    Using OnBeforeUnload to stop a Submit

    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...
  8. adknbvi

    Includes with DSN info?

    Hi, I have a web application with many (JavaScript) ASP pages. Currently, the following lines are in every one: var adoConnection = Server.CreateObject(&quot;ADODB.Connection&quot;); adoConnection.Open(&quot;DSN=MY_DSN&quot;); This connection string may have to change in the future - due to...
  9. adknbvi

    Using split in .asp page

    I am having the most ridiculous problems getting the split method to do what I want. All I am trying to do is split a string using the carat (^) as a delimiter. Here is the code for two simple pages: an htm file and the asp file that it posts to. I know the answer must be simple, but I am...
  10. adknbvi

    Determining List Box Contents in ASP

    Hello, I have a listbox of &quot;selected items&quot; that is dynamically filled by the user (by choosing items off an &quot;Everything that's available&quot; listbox). You've seen these with the &quot;<&quot; and &quot;>&quot; buttons to put things on the user's personal list and then remove...
  11. adknbvi

    How to control the WIDTH of a drop down menu

    Hello, Is there a way to control the WIDTH of a drop-down menu so that it doesn't change every time you add new items to it or remove them? I would rather define a size and chop off an item than have the page keep dancing around..... thanks, in advance, Valerie
  12. adknbvi

    Is it possible to use multiple .js files?

    Hello, I am getting ready to start my first &quot;real&quot; HTML/ASP/JavaScript/SQLServer project, and I'm just trying to scope out the situation. I am used to writing projects that involve dozens of files worth of code. Each one may be relatively small but organized. As I look through the...

Part and Inventory Search

Back
Top