Kbase P95727: Pressing BACKSPACE within a 4GL Browse processes the Query attached to it
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
Progress 10.x
Windows
SYMPTOM(s):
When running the window, pressing BACKSPACE causes the browse process the records in the query
Vertical browse scroll-bar starts moving
CAUSE:
This is a known issue being investigated by Development
FIX:
Workaround:
define a BACKSPACE trigger for this browse with the following code in it:
IF SELF:READ-ONLY THEN RETURN NO-APPLY.