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...
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...
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...
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...
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...
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...
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...
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...
I GIVE UP!
I am trying to compare two passwords to make sure they match, seems simple enough. My code:
<%
goToHere = Request.ServerVariables("URL")
theString=Request.queryString("firstTime")
If theString <> "true" Then
DIM firstPassword
DIM secondPassword...
I am working with the "add this site to your favorites" 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...
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
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 =...
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("ADODB.Recordset")
rsCpcOwners.ActiveConnection = MM_nappi_STRING
rsCpcOwners.Source =...
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...
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...
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="PressButton();" but I don't know how to get the call I want...
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...
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...
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." Then it goes on to say that "A serious error...
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...
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.