Tags:
view all tags
---+ .ENV VIEW LICENSE INFO _This subroutine displays the APPX license info for the current application._ <br />%TOC% ---++ Usage: <pre> GOSUB --- .ENV VIEW LICENSE INFO * Check for errors IF --- .ENV VIEW LICENSE INFO NE </pre> ---++ Description: This subroutine displays the APPX license info for the current application. No parameters are required, however, the user must be running the Desktop Client or an error will be returned. The license information for the current application will be displayed. If the license has not yet been accepted, an 'Accept' button will be displayed for the user to accept the license terms. If the license was previously accepted, the date/time it was accepted and the user id that accepted it will be displayed instead. License information for an application is entered via Application Design, Application Properties, then click the 'Licensing Info' button. You can also clear previously accepted license terms on that screen. To check if the license terms have been accepted or not, you can use the following code: <pre> SET --- NEXT APPLICATION = <your application> SET --- NEXT VERSION = <your version> OPEN 0AD DOCUMENT SHARE? Y FAIL 0 CACHE? N SET 0AD DOCUMENT TYPE = 6 SET 0AD DOCUMENT ID = ACCEPTED SET 0AD DOCUMENT SNO = 100 READ 0AD DOCUMENT HOLD 0 FT 0 BY DOCUMENT KEY F SET --- TI = <not accepted> T SET --- TI = <accepted> </pre> ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2012-01-27
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r2 - 2012-01-27
-
JeanNeron
Home
Site map
Main web
MedicaidBilling web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Edit
Attach
Copyright © 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