Page 1 of 1

Table editing without changing activerecord property

Posted: 10.02.2010, 13:41
by scheurer
Editing in document processing application often implies editing in
a datagrid and programmed updating records based on input and
filter conditions. Applying these changes with edit; <value>; post;
sequences move the active input row of the datagrid.

Viewing the table as a two dimensional array of variants can
solve these problems (see EHLIB...).

K.Scheurer

Posted: 15.08.2010, 20:42
by sfxcc
What is EHLIB wher can i find it