Click or drag to resize

CpDbf Function

X#
Returns the code page with which an open table has been marked.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION CpDbf(
	uArea
) AS LONG CLIPPER
Request Example View Source

Parameters

uArea (Optional)
Type: Usual
Specifies the work area number or alias . Include this to specify a table open in a work area other than the current work area. CpDbf( ) returns 0 if a table isn't open in the work area you specify. If a table doesn't have the alias you specify with uArea, X# generates an error message.

Return Value

Type: Long
See Also