Project

General

Profile

Bug #9764

Updated by Delia Mitric over 1 year ago

Given a browse with a set query. This query can have one ore more buffers set. One of the buffers (say buff1) contains a null record and the browse has a selected row. If we try to access something like buff1:BUFFER-FIELD(field_title):BUFFER-VALUE some errors are displayed (that's ok). the problem is that the buffer is updated and now contains the selected row in the browse and becomes available. It should remain unavailable after the errors are displayed.
See #9671-14 for a testcase.

Back