Consultor Eletrônico



Kbase P129258: Date validation message pops up repeatedly
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/02/2011
Status: Unverified

SYMPTOM(s):

Validation message pops up repeatedly

No wait to cancel the validation

Issue happens when changing focus across windows

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
Windows

CAUSE:

Bug# OE00165642

FIX:

To work around the issue, use the statement APPLY "FOCUS":U TO SELF in the trigger for the "LEAVE" event on either the affected date fill-in or the default "ANYWHERE" trigger.
For example:
ON "LEAVE":U OF MY-WIDGET APPLY "FOCUS":U TO SELF.
ON "LEAVE":U ANYWHERE APPLY "FOCUS":U TO SELF.