Skip,
here are the requirements
to track new requests through the system in an effort to make sure every stage is completed on time. to this effect we have 7 stages to complete
stage 0 = Initial Start Date
stage 1 = 2 Working daysif it is a sample OR 3 working days if it is a design
stage 2 = 3...
Guys,
I have been asked to automate some data in a spreadsheet concerning dates. Basically what they want is to be able to select a date from a calendar which populates a cell and the other cells are populated with other dates based on varying spans i.e
stage 1 = 3 days after selected date...
HI,
I have inherited a workbook that imports data from a text file via a macro and the problem i have is that although the text in the columns reads OK it appears that empty spaces are imported. i.e the first column contains customer names and despite the length of the name the column is always...
I have this code so that I can validate whether two input fields have values entered.
<script language="JavaScript">
<!--
function validateform ( )
{
valid = true;
if ( document.frmPlanOrder.txtDate.value == "" )
{
alert ( "Please Select a Date." )...
DNG,
thanks for the info however, becuase of my lack of knowledge concerning javascript i was struggling to create code to do the job so this is how i have overcome my problem.
1 On the home page i have set a textfield with the value of <%=ValImage%> and in my link i have placed the following...
Guys, I have tried the code withour success however it is my fault and not yours as you might expect. Let me set the scene
All of these pages are on our Company Intranet, when the user opens the browser they go to an initial 3 frame frameset containing the following pages
default.htm...
I am usin g the following code to get the username when users load the home page on our intranet.
<% '***Start Function ValImage
ValImage = (ucase(Request.ServerVariables("LOGON_USER")))
ValImage = Replace(ValImage, "SOMEWHERE-UK\","")
'***End Function ValImage
%>
I then have a hidden field...
I have an access db that is linked to a legacy system, one of the fields in the table has a string of 24 numers such as
008902920089019703650197
every four numbers represent a measure in millimetres i.e. the above string would be
0089
0292
0089
0197
0365
0197
I have managed to split the...
I have the following code which determines the username login I then use this to restrict users to certain pages however, at the moment i have to place the code on every page that i need to use it on. Could someone tell me if it is possible to change it so that i could use it in an include page...
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.