Consultor Eletrônico



Kbase P20874: Is there an easy way to compare the screen buffer to the dat
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/03/2003
Status: Unverified

GOAL:

Is there an easy way to compare the screen buffer to the database buffer, without having to manually compare INPUT field to DB field?

FIX:

One way to avoid having to compare all the fields involved is to loop through all the data input widgets in the frame and examine ONLY those whose MODIFIED attribute is TRUE.

For a sample recursive procedure code to access all members of a widget tree, click:

How to list all widgets in the current window that have own popup menus?