We are having two problems in 7.6 after inserting a row into a mutli table
form. The inserted row is in a scrolling region. Both problems are related to
DB Date/Time Picker fields.
Problem one is that the dates revert back to blank after the user exits the
inserted row.
Problem two is that R:Base crashes if we execute the following EEP in
the inserted row Date/Time Picker fields.
update rentroll set bankdate = .bankp where rowid = .vrowid
recalc var
PROPERTY TABLE rentroll 'REFRESH'
Return
Neither of the above are a problem with existing rows; just the inserted.
I would appreciate some perspective as to what happens differently in an
inserted row that is causing the above.
TIA,
Ed

