AX_SetServerType Function | |
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
public static bool AX_SetServerType(
bool lUseRemoteServer,
bool lUseInternetServer,
bool lUseLocalServer
)
Request Example
View SourceParameters
- lUseRemoteServer
- Type: Logic
- lUseInternetServer
- Type: Logic
- lUseLocalServer
- Type: Logic
Return Value
Type:
LogicSee Also