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...
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>...
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...
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...
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;}...
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...
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...
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 = {}...
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...
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
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...
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...
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...
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;
}...
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...
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...
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>...
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...
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.