Kbase P74569: Focus is not applied to parent container after using Find/Filter dialog
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/04/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1A
SYMPTOM(s):
Focus is not applied to parent container after using Find/Filter dialog
When using the dynamic find dialog from the Find button on the toolbar, if a find is used on a non indexed field the message RY:9 appears. If the 'Yes' button is selected in response to this message, when the Find/Filter dialog disappears focus is not applied to the calling container.
You are attempting to find on a non-indexed field or are using the index inefficiently. This could potentially make your query slow. Do you want to continue? (RY:9)
CAUSE:
The Find/Filter dialog is hidden and focus has not been passed to the calling container.
FIX:
Customize src\icf\af\sup2\afsdofiltw.w. At the end of the procedure 'cancelObject' add a call to exitObject with "Run exitObject". This applies the close event to the current window and resolves the problem.