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

  • Users: Ricjd
  • Content: Threads
  • Order by date
  1. Ricjd

    Checking dates

    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
  2. Ricjd

    session.getAttribute problems

    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")...
  3. Ricjd

    arrays and recordset

    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
  4. Ricjd

    Dynamic Include

    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...
  5. Ricjd

    ASP execute in JSP

    I ahve some ASP code which depending on the varibles will load up a page. <% server.execute &quot;content/&quot; & Lang & &quot;/&quot; & Page & &quot;.asp&quot;%> For example if Lang = &quot;Eng&quot; and Page + &quot;Home&quot; it would load up the english version of the home page. but I...
  6. Ricjd

    Selecting a folder

    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...
  7. Ricjd

    finding files

    I need a simple solution to find certian files. I need to find all the files with the word &quot;test&quot; in the file name. It needs to look in the folder &quot;d:/test/&quot; and all it's sub folders. Once the files are founds I need the location and file name displayed in a list. If...
  8. Ricjd

    Sharepoint Team Services links

    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...
  9. Ricjd

    Configuration of ISA

    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 &quot;server&quot; and port...
  10. Ricjd

    Created Shareopint team service with front page and there nothing.

    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
  11. Ricjd

    Add a word to the subject line

    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...
  12. Ricjd

    CDONTS stopped working

    since i have installed exchange CDONTS has stoppped working in ASP. I was wondering if anyone knew why this is Rick
  13. Ricjd

    cdonts setup

    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...
  14. Ricjd

    IP addresses and share point portal

    when i install share point portal it tells me i have to make sure the &quot;Web Site Identification IP address&quot; has to be set to &quot;All Unassigned&quot;. 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...
  15. Ricjd

    Slow running

    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
  16. Ricjd

    folder security

    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...
  17. Ricjd

    New Domain Name

    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...
  18. Ricjd

    Backup and Restore

    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...
  19. Ricjd

    Need for speed

    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...
  20. Ricjd

    ASP, SQL and Dates

    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...

Part and Inventory Search

Back
Top