Click or drag to resize

AX_SetServerType Function

X#
Determines which type of Advantage server the client application can use.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION AX_SetServerType(
	lUseRemoteServer AS LOGIC,
	lUseInternetServer AS LOGIC,
	lUseLocalServer AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lUseRemoteServer
Type: Logic
lUseInternetServer
Type: Logic
lUseLocalServer
Type: Logic

Return Value

Type: Logic
See Also