DROPOFFLINE( ) Function

Discards all changes made to an offline view and takes the offline view back online.

DROPOFFLINE(cViewName)

Return Values

Logical

Parameters

  • cViewName
    Specifies the name of the offline view to take back online.

Remarks

DROPOFFLINE( ) returns a logical true (.T.) if the offline view is successfully taken back online; otherwise it returns false (.F.).

See Also

CREATEOFFLINE( ) | DROP VIEW | USE