I am have trouble putting together a string of nested IF's using excel
Col 1 Values = ( 1, 2, 3)
Col 2 Values = (any number)
Col 3 Values = ( Y or N)
Here is what I need to accomplish:
IF COL1 = 1
IF COL2 > 20 ---> if true value equal N else value = Y
IF COL1 = 2
IF COL2 > 60 ---> if...
I have a list box that includes four items:
for example:
Alpha
Beta
Chi
Delta
I want to use the selected value of the list box in the
TO and/or CC section of the mailto program. I would like to append it to
<INPUT TYPE="HIDDEN" NAME="CC" VALUE="<<APPEND LIST Value...
Yeah it basically tells me it cannot find an instance of my previous installation. Then it ask me the standard if you want to repair your system.
Here is the play-by-play:
- If you have the Emergency Repair disk, press Enter
- If you do not have the Emergency Repair disk, press L.
Setup will...
I have tried to repair without the ERD. It comes back to the previous screen and ask if I want to repair the system press enter. Then the cycle begins again....
I don't think this will work but can I try an ERD from another system or will the data from that ERD be machine specific data?
I...
My Win 2k system continuously reboots after I removed an activeX control that was thought to be spawning multiple popup windows in Internet Explorer.
I removed the ActiveX control by selecting the following in IE:
- Tools
- Internet Options
- In the Temporary Internet files I selected View...
I have created a registration site that will assign users a security code. When the user logs onto the site this security code is stored in a session variable. This code is then used to when accessing different pages. The user will only be able to see information for that particular security...
I have used the jumpstart server from solaris in the past and found it to be a great way to install software via the network.
If anyone has knowledge of this product, I have a couple questions about different methods of installing software using pre-made config files.
Is there a way to install...
I have an image database in which an image name is stored in the database. I would like to be able to remove the actual file when I remove the record from the database.
Any ideas on how to remove files from a directory using ASP?
I do not have a game id.
I am using a microsoft access database.
I use a standard sql insert statement. Here is the sql I used to insert into the table.
conntemp.Execute("insert into games (g_year, g_month, g_day, g_time, team, opponent, location, type) values ('" & game_year &...
The list box method would be a better solution in my case.
I am generating a list of games to be played with (date, time, location and opponent). My date field is broken up into (month, day, year) three seperate fields.
I don't know if this can be done using ASP.
1. I need a page that comes up with a control box or text area that is pre-populated with information from a data base. For example:
------------------------------
field1 field2 field3 field4
...
...
...
field1 field2 field3 field4...
Here is a quick example of how to populate information
from one form to the next. This is one way to do it, if
you don't like it you can always try using session variables.
originalform.asp
<%
' place this at the top of the originalform.asp
if Request.Form("select")<>""...
Here is what I have so far. It is close but still doesn't quite work. I just need to find out how to get it to stop looping through the days more than once...
<table width="100%" border="1">
<tr>
<td colspan="4">Month...
I am trying to get my output to look like the example below:
I have tried using two while loops but it only prints out the month and never the days. Can someone tell show me how to loop through this??
Month
day time location direction
day ...
day ...
day ...
Month
day ...
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.