Kbase 32982: New rows might be duplicated in stateless AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P2982
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
New rows duplicated in stateless AppServer
The same record can appear twice in a SmartDataObject/SmartDataBrowser
ADM2
CAUSE:
When a record is added to the database via a SmartDataObject that is connected to a SmartDataBrowser, the newly added record will automatically appear at the end of the SmartDataBrowser. If the SmartDataBrowser is scrolled down so that the end of the data is reached, the newly added record will end up appearing in the SmartDataBrowser twice.
note: This is only an issue if the record that is added appears in the sort order of the query at a point that has not yet been read.
FIX:
Reopen the query of the SmartDataObject then reposition it to the newly added record.