ADXTYP

Contents


adxtyp returns the client type of the X3 session.

Syntax

   adxtyp

Examples

   # Test is used to load a variable if web services client"
    If adxtyp = 12 
             TOTO = "Web Services"
  Endif

Description and comments

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)

Associated errors

No associated errors.

New to version 130

This is a new function.

Associated keywords


CONTENTS

Copyright © Sage 1999 - 2007