---+ .CLIENT CHECK VERSION _This subroutine returns the version of the Desktop Client._ <br />%TOC% ---++ Usage: <pre> PASS <version_text> FIELD SHARE? Y PASS <version_numeric> FIELD SHARE? Y GOSUB --- .CLIENT CHECK VERSION * Check for errors IF --- .CLIENT CHECK VERSION NE </pre> ---++ 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._ <br />%COMMENT% -- Main.JeanNeron - 2012-01-31
This topic: Main
>
WebHome
>
APPX510Features
>
APPXRuntimeSubroutineAPI
>
0LASubrClientCheckVersion
Topic revision: r2 - 2020-05-22 - MisaghKarimi
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback