DropOffLine Function | |
-- 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
[ClipperCallingConventionAttribute(new string[] { ... })]
public static Usual DropOffLine(
Usual cViewName = default
)
Request Example
View SourceParameters
- 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