Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how can i multiply two column in collection .

Manoj KaushikMar 4 2010 — edited Mar 4 2010
hi

how can i use onBlur="javascript:amtItems()" in collection .

<script>
function amtItems(){
function getVal(item){
if($x(item).value != "")
return parseFloat($x(item).value);
else
return 0;
}
$x('c010').value = getVal('c008') * getVal('c009');
}
</script>


Manoj Kaushik
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2010
Added on Mar 4 2010
1 comment
780 views