Kbase 13575: How to turn off search feature in 7.3A browse
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
How to turn off search feature in 7.3A browse
How to turn off search feature in 7.3A Browse
There is an automatic feature now in the browser where, if
you have a character field as the field in the first column,
and press a letter, the browser repositions to the first
record where the first field begins with the letter pressed.
To turn this feature off you need to define a trigger as
follows:
on any-printable in browse-1 in frame frame-a do:
return no-apply.
end.
Progress Software Technical Support Note # 13575