Links are not active on this page.
 UPDATED( ) Function

Included for backward compatibility. Use the InteractiveChange Event or ProgrammaticChange Event instead.

This function is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Returns true (.T.) if you changed any data during the most recent READ.

UPDATED()

Expand imageReturn Value

Return value - Logical

Expand imageRemarks


UPDATED() returns true if the data in a field, spinner or text editing region was changed or if a choice was made from a check box; an invisible, push or radio button; a list; or a popup.

UPDATED() returns false (.F.) if the data in a field, spinner or text-editing region wasn't changed or no choices were made from a check box, an invisible, push or radio button, a list, or a popup during the most recent READ. UPDATED() returns false if a control was updated from within a program (for example, with REPLACE or SHOW GETS).

Expand imageSee Also