I have a backup field, 'dgtextstore', into which I set the dgtext of group datagrid 3. This is done prior to the operation.
Code: Select all
set the text of fld "dgtextstore" of cd "manage products" to the dgtext of grp "datagrid 3" of cd "manage products"
returning the DG to its pre-operation configuration
Code: Select all
set the dgtext of grp "datagrid 3" of cd "manage products" to the text of fld "dgtextstore" of cd "manage products"
Any ideas how to rectify this ?