Consultor Eletrônico



Kbase P81433: In Dynamics when a combo-box has a value-changed event the tableIO source isn't set for save mode.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/05/2004
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0A

SYMPTOM(s):

In Dynamics when a combo-box has a value-changed event the tableIO source isn't set for save mode.

A dynamic view has a combo-box associated to a database field. Also has a value-changed event mapped to a internal procedure in the data super procedure.

The toolbar isn't put in save mode when the combo-box value is changed.

CAUSE:

Lack of communication between TableIO source and target.

FIX:

Call valueChanged in the internal procedure mapped to the value-change event of the combo-box.
Example: RUN valueChanged IN TARGET-PROCEDURE.