Real time computation

hi guys…i have 2 inquiries:

  1. I have two fields…what I inputed on the first field should be also inputed on the other (real time), how will i do this?

  2. I have 3 numeric fields…field # 3 should display the total total values inputed on field #1 and #2 (real time), how will i do this?

thanks

Subject: real time computation

Hi,

the answer for the first question:

make the second field computed or computed for display.

the value for computing is the fieldname of the first field.

second answer:

make the third field computed or computed for display.

the value for computing is: fieldname 1 : fieldname 2

thats it

greets from austria

bernhard

Subject: RE: real time computation

Hi bern

it should be real time, meaning if i input 1 on the first field,1 should also be displayed on the second field

thanks

ronald

Subject: real time computation

Ron,

Here is a discussion on getting real time count on the number of characters type ==>

Hopefully you can modify it so instead of “number of characters” you can just display the characters.

If you get it working, post the information as I know others have definately wanted this type of functionality.