hold securities in the inclusion

Hi how are … please if I can help:

  1. I have a grid editable (view) "
  2. I have x fields in the grid
  3. the record input fields are usually blank or zero start
  4. inclusions following fields to begin again in the values assigned

then it is possible that the second and third and other records kept some of the new field values from the previous record included either select fields, decimal, date or whatever.

example, a start date field as the system date, but change the first time, for the second inclusion would maintain the value of the first record and not to restart the system value.

another example, I have a time field that is repeated in each line of inclusion, and keep the previous value until the user needs to change and keep the new changed value.

Re: hold securities in the inclusion

You must programming this yourself …

In Event OnLoad select the last record, read the fieldvalues and put them into field-variables.

or

In Form Settings / Fields use “Save Variable” und read the value (in the new record) from the corresponding session variable.