Is there a short way I can checks dates, so that dates like 30/02/2004 are excluded?
I know is ASP you can use IsDate(somedate).
Thanking you in advance
Rick
I have some code which see if a session attribute has a value, but it is throwing up a "NullPointerException" error. My code is below.
//problems with this
String testLang = (String)session.getAttribute("lang");
if (testLang.equals(null))
{
session.setAttribute("lang", "English")...
Could anyone tell me if there is an easy way to put a recordset into an array.
I'm sure there is an easier way than going through the whole recordset.
Thanking you in advance
Rick
Hey
I would like to have just one single JSP page with the menus and banners on, but then the content to be added in through an 'include' statment, or something to that effect.
I would like to know how to do this through passing a parameter of the page i want to include and then using that to...
I ahve some ASP code which depending on the varibles will load up a page.
<% server.execute "content/" & Lang & "/" & Page & ".asp"%>
For example if Lang = "Eng" and Page + "Home" it would load up the english version of the home page.
but I...
I have generated a file name for a document and i know how to save it, but now i want to be able to select the folder where it is to be save to.
Is there an easy way to present the user with a folder list which they then select. Hopefully somehting windows intragrated so they can create new...
I need a simple solution to find certian files.
I need to find all the files with the word "test" in the file name.
It needs to look in the folder "d:/test/" and all it's sub folders.
Once the files are founds I need the location and file name displayed in a list.
If...
We are using Sharepoint team services, not portal, and we want the links to open up in a new window when clicked.
I have searched the web for an answer to this and only been able to find answers regarding portal.
I was wondering if anybody has come across this problem and found a solution...
How do you configure ISA to accept SSL conncetions and https connection (prob same thing) to be acepted through port 444.
I have tried adding a few things but they don't seem to work.
The settings IE needs to connect to the internet is to go through a proxy server "server" and port...
I've created a Share point team services and theres no pages or anything its just made a blank web site.
Have i done something wrong or do i need to inport something?
thanking you in advace
rick
Is there any way I could add a word to the subject line when an email arrive in some ones mail box.
This is the senario, the sales person has 3 email address, sales, info and her own erica. she would like to be able to see the diffrence between them easily with out having to read through the...
I have windows 200 server with xchange 2000 server installed on it. with previous installations everything worked fine when i used the script below.
but now with this installation then it does not work anymore. i have looked all around he setting and cannot find anything which seems out of...
when i install share point portal it tells me i have to make sure the "Web Site Identification IP address" has to be set to "All Unassigned". but when i do this the previous web pages which i have put in wwwroot, (i.e. a rental system made with asp) are unaccessible.
I was...
I have just finished installing Small Buisness Server, and now when people log in sometimes it takes a long long time for them to log in.
I ahve looked around and think it could be the DHCP server but i am not to sure.
Could any one help me with trouble shooting and suggestions.
Rick
over the weekend we formatted our server and changed the domian name.
previously we had a folder which was only accessible by certian users. now no one can access it. i was wondering if anybody knew how to get round this.
thanking you in advance
rick
also does any one know how to stop poeple...
We are currently thinking about reformatting our server and changing the domain name. We are face with the problem with when all the computers are set up with the new domain name; a new user will be added to that workstation. With this features like, desktop icons, my documents files, and email...
We have a machine running windows 200 server, and amongst other things exchange 2000. All of the people’s e-mail is stored on the server. We now wish to reformat the server. My biggest problem is making sure all the e-mails are backed up to a different storage space then, once the server is back...
Hey there.
I have been working all day to get this script down in load up time. I have got it form 21 secs to 3.5 secs (yes i am that sad that I measured it). Anyway even though 3.5 secs is nearly acceptable I still want to get it down further. What it does is display bookings in an inline...
I am having a lot of trouble with these three. When I try to have a WHERE clause which include 'someDate > 04/01/2003' it brings up ALL of the records. If I have WHERE clause which includes 'someDate < 04/01/2003' it brings NONE of the records. On both of the clauses it should bring up about...
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.