CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Calculated field record form

Print topic Send  topic

Author Message
jokecoat

Posts: 43
Posted: 06/11/2014, 3:01 PM

About six years ago i asked the same question, but my memory fails me :(

I'm confused about whether i should use panelname or recordname or...
So this is my situation:
Panelname: score_add
Recordname: rec_score
Record fields: h1 -> h18
Sum field: score_total

This is what i started with, but as you can see en guess doesn't work (on change).

function Show_Total()
{
var TotalSum=0;
var Summ;
Summ = rec_score[h1].value + rec_score[h2].value (etc) ;

TotalSum = TotalSum + Summ;

document.rec_score.score_total.value = TotalSum;
}
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.