ADXTYP |
adxtyp returns the client type of the X3 session.
adxtyp
# Test is used to load a variable if web services client"
If adxtyp = 12
TOTO = "Web Services"
Endif
adxtyp returns the client type of the X3 session.
The result is of type Integer.
The returned values are:
1 Client / server
2 Client/server for a secondary session
3 Batch
9 Client/server
10 Web client for a secondary session
12 Web services client (communication synchronous with third-party applications; for eg. e-commerce site)
No associated errors.
This is a new function.
|
Copyright © Sage 1999 - 2007 |