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 Chriss Miller 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: csphard
  • Content: Threads
  • Order by date
  1. csphard

    Creating dynamic sql in a tsql trigger

    I am using a trigger to update a record in another table when a record is inserted. My problem is that I have a purchase price field that the user may or may not enter a dollar amount. I was trying to understand how I validate if the purchase price has been entered and include or exclude it...
  2. csphard

    need help with footer h3 background-color.

    My problem as that change the background-color for h3 in the footer. fills up the section as well as the footer. footer h3 {background-color:red;} I do not understand why. footer h3 should tell it that I only want the h3 background color to red. What am I missing? <html> <head>...
  3. csphard

    SQL*Loader-510 &amp; SQL*Loader-2026 in the log file but no bad file. I need help understanding it.

    I am getting this error message in my log file and I am not sure what it means and what I need to do? value used for ROWS parameter changed from 64 to 1 SQL*Loader-510: Physical record in data file (c:\DSR_LGCY_DATA\DSR.txt) is longer than the maximum(65536) SQL*Loader-2026: the load was...
  4. csphard

    Is html_CascadeUpTill javascript?

    Is html_CascadeUpTill javascript and if so where do I find more information on it. What is this I have been googling it with no success. Thanks Howard
  5. csphard

    How do you feel about twitter bootstrap.

    Hi I am relearning css and I just came across twitter bootstrap. I am curious what are the opinions on this frame work. I am going to learn this also but see it as something that will help but not take over my css knowledge. Is that a true assumption? What are your opinions about this frame...
  6. csphard

    why does'nt my text-align:justify work?

    why does'nt my text-align:justify work? text-align: right, text-align:center and text-align:left work. What am I missing about the text-align:justify? <!DOCTYPE html> <html> <head> <title>test</title> <style> body{font-family:courier;text-transform:uppercase;text-align:center;}...
  7. csphard

    why does'nt the #content background collor fill the entire area.

    Hi, I do not understand why my #content background color does not fill the entire area. I remove the height thinking that it should fill it and it does not. My question is what do I have to do to make my #content background to fill the entire area and not leave a gap. I am just trying to...
  8. csphard

    visual studio express vs visual studio 2005

    I need to work on an asp.net application using framework 2.0. They are using visual studio 2005. However they may not supply me with that. I can I use visual studio express 2010 to work on this application. I am thinking it will as me if I would like to upgrade to 4.5. I will just say no. Is...
  9. csphard

    Not sure why collection myCol is showing undefind when I try to run alert(myCol.count)

    Not sure why collection myCol is showing undefind when I try to run alert(myCol.count). <html> <head> <title>testing testing </title> </head> <script type="text/javascript"> function Collection() { var collection = {}...
  10. csphard

    Need help understanding using disabled select drop down with hidden input tag?

    I need to have the appropriated data selected when a screen displays. I do not want the person to beable to change this so I will disable the select drop down. However when the page is submitted I need to get that value. select has a disabled but no readonly. Therefore the value is not...
  11. csphard

    Need ideas on how to read a java collection in javascript.

    I am assuming this is not possible because the collection will be on the server and not the client. How do I read or have this list accessible to me on the client? I am looking for any ideas or any samples. Howard Thanks
  12. csphard

    Need help learning how to traverse objects in and arraylist.

    I am trying to learn how to print out an array of objects; I can print the collection such as the followign. MyTest.arrestDateStrList2@140c281 MyTest.arrestDateStrList2@a1d1f4 MyTest.arrestDateStrList2@1df280b How do I print out the items in each. arrestdate: Thu Jan 07 00:00:00 PST 1999...
  13. csphard

    Struts question: Problem changing the action and submitting the page using javacript

    I have a form that has an action. I am trying to redirect the page to another action using javascript after setting some cookies. My question is will the struts-config.xml action always be in control even though you are trying to change action and submit it using javascript. I get to here...
  14. csphard

    question about creating cookies

    I am trying to understand how some cookies were created. The application that I am looking at has this simple function to create a cookie function setCSubjectId (value) { setCookie ("CSUBJECTID", value, null, "/"); } My confusion is that I am reading in tutorials that the statement...
  15. csphard

    Looking at code that I think is using a lov control. Can anyone point me to an lov control tutorial

    <ms:lov id="iClerk" image="images/btnBrowse.gif" beanName="com.RoleFacility" properties="username,firstName,lastName,facilityName" headers="TO Identifier,First Name, Last Name, Area Office" columns="username,firstName,lastName,facilityName" form="IEditForm" fields="dStr"...
  16. csphard

    new to java and have a question about getters and setters

    I created this class and I do not understand why this returns a 0 versus the 1 I am sending? Thanks public class myTest { private int myNumber; public myTest() { int myNumber; } public int getMyNumber() { return myNumber; } public void setMyNumber(int d) { this.myNumber = myNumber; }...
  17. csphard

    sequence in which queries run in the data model

    I have a report which has 2 queries in the data model. Do both queries run at the same time or one after the other? Also there is a frame on the paper layout. The frame has some pl/sql to turn the frame off when it returns false. I think the sql has already run prior to to creating the...
  18. csphard

    debugging struts using eclipse

    I am tring to debug struts using eclipse and I am getting the folowing error where it say Source not found. and it is on the following line: LoginAction.execute(ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse) I have added the source jakarta-struts-1.1-src.zip but it does not...
  19. csphard

    How to make select a drop down

    How do I render the following struts code as a drop down? Is there an option I am suppose to use? <html:select property="relation" size="10"> <html:option value="mom">Mom</html:option> <html:option value="father">Father</html:option> <html:option value="brother">Brother</html:option>...
  20. csphard

    Why does'nt text-align:justify work? Help

    Not sure why text-align: justify does not work? <html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>test</title> <style> ul,li,h1,h2,h3,h4,h5,span,body {margin:0;padding:0;} body {font-family:tahoma;text-align:center;} #container {width:600px;margin:0...

Part and Inventory Search

Back
Top