C5_READUPDATED

 READUPDATED()
 Determine whether any GET variables changed during a READ and optionally
 change the READUPDATED() flag
------------------------------------------------------------------------------
 Syntax

     READUPDATED([<lChanged>]) --> lCurrentSetting

 Arguments

     <lChanged> sets the READUPDATED() flag.  A value of true (.T.)
     indicates that data has changed, and a value of false (.F.) indicates
     that no change has occurred.

 Returns

     READUPDATED() returns the current setting as a logical value.

 Description

     READUPDATED() is a Get system function intended primarily for creating
     new READ Layers.  It is identical in functionality to UPDATED() (see the
     UPDATED() entry ), except that it allows the UPDATED() flag to be set.

     READUPDATED() enables you to manipulate the UPDATED() flag from outside
     of the Get system's source code.

 Files   Library is CLIPPER.LIB, source file is Getsys.prg.

See Also: READFORMAT() READKILL() UPDATED()

 

One response to “C5_READUPDATED

  1. Pingback: C5 UI – GET System | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.