Click or drag to resize

DataListView.Use Method

X#
Associate a data server with the data list view.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Use(
	oNewServer
) AS USUAL CLIPPER
Request Example View Source

Parameters

oNewServer (Optional)
Type: Usual
The data server to be associated with the data list view.

Return Value

Type: Usual
TRUE, if the server could be assigned successfully; otherwise, FALSE.
Remarks
This method is equivalent to the DataListView:Server assign, which associates a data server with the data list view.
See Also