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 strongm 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: pdotd
  • Order by date
  1. pdotd

    WORD shutsdown everytime i open it?

    hey, im runnign window xp, and i have office xp aswell....but whenever i open up Word, i get one of those microsoft "send error" prompt boxes...and then Word just shuts down every single time. now i have tried uninstalling MS Office and then tried re-installing it, but i still get the same...
  2. pdotd

    package javax.ejb does not exist???

    hey there, i just installed weblogic server on my computer, the only problem is that when i try to compile my ejb files errors saying package javax.ejb does not exist i was wondering if someone could tell me how to fix this problem, or maybe give me instuction on how to set my classpath...
  3. pdotd

    Parse error: expecting T_VARIABLE or '$'????

    you're right....sorry, that was my silly mistake for not seeing that. (i've been looking at code for too long) thanks again pdotd
  4. pdotd

    Parse error: expecting T_VARIABLE or '$'????

    when i change my code to if ($y == 3) { ?> </tr> <tr> <? $count =0; } with my for loop = 3 it does not create a new row? it just skips the if statement pdotd
  5. pdotd

    Parse error: expecting T_VARIABLE or '$'????

    thanks sleipnir214, the code now works i will remember next time to post the line error to better help you answer my questions pdotd
  6. pdotd

    Parse error: expecting T_VARIABLE or '$'????

    hey, i was wondering if someone could tell me what is wrong with my script, its a simple script and i think it looks fine, but whenever i run it ket this errors msg saying: Parse error: parse error, unexpected ';', expecting T_VARIABLE or '$' in...
  7. pdotd

    jsp error??

    ok there we go, on line 209 i had my createStatement was wrong.. i fixed it ..and it now works thanks
  8. pdotd

    jsp error??

    i have fix my connection problem to the database, but now when i run my jsp script i get this error posting: exception org.apache.jasper.JasperException org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:346)...
  9. pdotd

    java.lang.NullPointerException

    i guess it would make sense to post in the original thread, sorry about that. pdotd
  10. pdotd

    java.lang.NullPointerException

    when i run my jsp script i get this error posting: exception org.apache.jasper.JasperException org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:346) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)...
  11. pdotd

    jsp error??

    you are right...my connection object was not getting initialized..... however after i fixed that problem, i got this another error msg posting: description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException...
  12. pdotd

    jsp error??

    when i run my jsp script i get this error: exception org.apache.jasper.JasperException org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:346) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)...
  13. pdotd

    OUTLOOK can't connect to imap

    hey there im running qmail on this server, and a couple of days ago we had a power outage....so once i reboot the qmail server i restarted qmail and refetched all the imap accounts that i have and then i went to check my my imap folders in Outlook...and the i got an error saying: "could not...
  14. pdotd

    Invalid use of Null: 'Round' error

    <% = round(DiUnitsUsed, 2) %> this is the code i use.
  15. pdotd

    Invalid use of Null: 'Round' error

    Is there a problem rounding a real number in ASP. I retreive the real number from a MS SQL database, but when I run my script the numbers add up fine, however i get numbers with a 10 digit decimal place(i.e 125.199999988079) so when i try to use the round function, I get and error saying...
  16. pdotd

    java.lang.NullPointerException??

    Hey thanks guys, my code works now , you were right, my logic was wrong using the short-circuit OR operator. instead i used && and everything works now. Now understand the error checking for nulls. thanks pdotd
  17. pdotd

    java.lang.NullPointerException??

    i get a java.lang.NullPointerException exception error when i try to run my servlet: the exact error is: java.lang.NullPointerException OnlineAdmin.doGet(OnlineAdmin.java:38) javax.servlet.http.HttpServlet.service (HttpServlet.java:697)...
  18. pdotd

    How to do a MS SQL Backup

    i just started programming in C# and i am curious how to do a complete backup in MS SQL using C# pdotd
  19. pdotd

    Why do cookies add in default values?

    Hey when i create a cookie, and then get the cookie name i just created -- cookie.getName() instead of inputting the value i submitted to it. it returns: "SESSIONID" any reason for that?
  20. pdotd

    how to automatically run a command in qmailcrl every hour

    i was wondering if anyone knew the code to run a command every hour in the qmailctl script pdotd

Part and Inventory Search

Back
Top