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: *

  1. scuttleButt

    SUM across multiple sheets when using VLOOKUP

    Hi, I have 8 worksheets with people entering times on various projects. Each person has 4 - 10 projects on their worksheet. On the project summary I want to search the 8 worksheets and find out who is on each project (via project ID) and total their time. So if 2 of the 8 people are on a...
  2. scuttleButt

    Help with filesystemobject

    I am working in asp pages with vbscript on Windows 2000 and I am trying to work with the code: DIM objFSO, objFolder SET objFSO = Server.CreateObject("Scripting.FileSystemObject") SET objFolder = objFSO.GetFolder("\\servername\public\News\dep\depnews\") It is working if server name is on the...
  3. scuttleButt

    filling array not working right

    Could someone see what I am doing wrong? This SHOULD be soooo simple... but I am not strong in javascript. I am trying to fill an array with numbers based on a string filled with 1's and 0's (selVal). If the first char is a "1" then the array needs to get a "1" added to...
  4. scuttleButt

    Problem using variable for column name

    May be a stupid question but I am trying to create a stored procedure which I pass 2 parameters, 1 for the column name and 1 for the column value. I am working in SQL Server 2000 using vbscript on asp pages. If I create a stored procedure in SQL like this: CREATE PROCEDURE crFiltered AS...
  5. scuttleButt

    Multi-select List, select all problem

    I am working in vbscript, ASP pages, SQL 2000 backend. I have 2 multi-select list boxes working together. One list is selUnused for unused codes and the other list is, selSelected for the codes selected. The user can move the codes between the two lists while they are deciding which codes...
  6. scuttleButt

    Having a problem with authentication

    I am confused. I am using SQL Server 2000. Initially I set up SQL as Windows only authentication. The problem was that my Intranet server could not connect; it is running Windows 2000. For some stupid security reasons the administrator disabled all IUSR_ accounts. So it was having problems...
  7. scuttleButt

    Help with dynamic column names

    I am using sql server 2000. I am creating a table in a dts with one column for each day. I have declared my variables and found the last day of the month. I am trying to set up the columns in a "while" loop: Declare @idx int, @eom int Set @idx = 1 set @eom = (select...
  8. scuttleButt

    Replacing a hyperlink

    I am very new to Access 2000. I usually work with SQL Server. I have a database that I adopted. One of the fields called "link" is a hyperlink field. I want to globally replace all of the links from one thing to another. example replace: \\datawashere - to: \\dataishere\now. I...
  9. scuttleButt

    All i want is to compare two form fields!!!!!

    I GIVE UP! I am trying to compare two passwords to make sure they match, seems simple enough. My code: <% goToHere = Request.ServerVariables(&quot;URL&quot;) theString=Request.queryString(&quot;firstTime&quot;) If theString <> &quot;true&quot; Then DIM firstPassword DIM secondPassword...
  10. scuttleButt

    problems with favicon.ico

    I am working with the &quot;add this site to your favorites&quot; and it works well on my computer. The problem I am having is some of the other computers it's not working, it's not adding the icon onto the favorites menu... all they get is the normal explorer e icon. Is there a problem with...
  11. scuttleButt

    Need to mail form data

    I am a beginner (step one) java person. I am an ASP programmer. I know in ASP I can very simmply make an HTML form, let the user fill it our and then send it (email) to a person. The server that this new web site is on does not use ASP. Is there similar such code in JSP? Thanks a bunch
  12. scuttleButt

    I am having a problem with multiple record set/Access connections

    I am working Dreamweaver UltraDev 4. I have started a thred there but I haven't received any responses so I thought I'd check here. I am using an Access database in which I am making 3 record sets. First lines of code to create the first record set is, set rsCpcOwners =...
  13. scuttleButt

    Having a problem with multiple Access connections.

    I am working Dreamweaver UltraDev 4. I am using an Access database in which I am making 3 record sets. First lines of code to create the first record set is, set rsCpcOwners = Server.CreateObject(&quot;ADODB.Recordset&quot;) rsCpcOwners.ActiveConnection = MM_nappi_STRING rsCpcOwners.Source =...
  14. scuttleButt

    One script, multiple drop downs.

    I am using javascript for a typical go function. You have a drop down and onchange=go() and go(){ location=document.conference.brief.options[document.conference.brief.selectedIndex].value } normal stuff and it works great until I add another drop down. I guess the same names are messing it...
  15. scuttleButt

    Javascript, netscape and layers

    I am new to javascript. I made a nifty menu that works great in ie but not at all in ns. I have a table with images for buttons. Onmouseover a hidden menu pops up. The menu is in the table row below the row of image buttons. In ns 4 the menus are not hidden they look like a list of links...
  16. scuttleButt

    Can I call an asp sub from a mouse over command?

    I am working on a web site and my boss wants a sub menu to pop up when he mouse overs the menu. I have code written in an asp page (a sub function) to draw the menu. I know how to call a javascript function... ONMOUSEOVER=&quot;PressButton();&quot; but I don't know how to get the call I want...
  17. scuttleButt

    I need help setting up for ASP

    I am just beginning ASP. I bought a book and am trying the examples. I am using 98 release2's PWS. That is all I have at the moment. I created a .asp page and put it in the root of my inetpub/wwwroot directory. When I click on the file the computer asks me to associate it with a program so...
  18. scuttleButt

    How do I change the data points in the middle of a data series

    I am working in Excel (Office 2000). I have a single data series that contains data that is actual numbers to date and from then on the numbers are projections. My chart is a scatter diagram. I would like the data points to be closed circles for the actual data and then when the numbers...
  19. scuttleButt

    Illegal Seek Offset?

    We are programming in FoxPro 2.6 and have an application that has been running fine for quite a while. Now we get these errors, Error number.... 1103, Error Message... Illegal seek offset, Line of code with error....Illegal seek offset.&quot; Then it goes on to say that &quot;A serious error...
  20. scuttleButt

    HELP! I can't run my report over the network!

    I am working in VIsual FoxPro 6.0. I have a project that has been running across the network for about a year with no problems. I ran a report that came out dark so I switched printers on one of my machines and now the report hangs up every time. I can take the entire contents of the network...

Part and Inventory Search

Back
Top