Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax for updated()
Message
From
18/11/1998 07:44:06
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00158652
Message ID:
00158673
Views:
19
>Can anyone give me th syntax for this command - my help file tells me that it's included for backwards compatibility but tells me nothing at all about it.

I just found a Fox 2.x Help file, so


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

Syntax

UPDATED( )

Returns

Logical

Remarks

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).
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform