.CLIENT CHECK VERSION

This subroutine returns the version of the Desktop Client.


Usage:

      PASS         <version_text>             FIELD            SHARE? Y
      PASS         <version_numeric>          FIELD            SHARE? Y
      GOSUB    --- .CLIENT CHECK VERSION
      *        Check for errors
      IF       --- .CLIENT CHECK VERSION      NE

Description:

This subroutine returns the version of the Desktop Client. The <version_text> parameter is required, if it is missing the subroutine will CANCEL. The <version_numeric> is optional.

<version_text> will return the Desktop Client version (Required). This must be PASSed with Share "Y" to return a value.

<version_numeric> will return a numeric value for the version number (Optional). This must be PASSed with Share "Y" to return a value. This field should be at least 999999.99 in size. If there aren't enough digits to the left of the decimal an Overflow error will occur when the subroutine ends. If there aren't enough digits to the right of the decimal, the value will be silently rounded.

If the user is not running the Desktop Client, an error will be returned in --- .CLIENT CHECK VERSION.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-01-31


This topic: Main > WebHome > APPX510Features > APPXRuntimeSubroutineAPI > 0LASubrClientCheckVersion
Topic revision: r1 - 2012-01-31 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback