Click or drag to resize

DropOffLine Function

X#
-- todo --
Discards all changes made to an offline view and takes the offline view back online.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION DropOffLine(
	cViewName
) AS USUAL CLIPPER
Request Example View Source

Parameters

cViewName (Optional)
Type: Usual
Specifies the name of the offline view to take back online.

Return Value

Type: Usual
Logical
Remarks
DropOffline( ) returns a logical true (.T.) if the offline view is successfully taken back online; otherwise it returns false (.F.).
See Also