Allows to modify the layout / buttons / behaviour of some EasyGo screens.
Name
|
SetEasyGoProperty 
|
Purpose
|
Allows to modify the layout / buttons / behaviour of some EasyGo screens.
|
Params
|
Parameter
|
Type
|
Example
|
Note
|
Property
|
String
|
ActionAfterSuccess
|
defines the screen which is changed. For a complete list of all properties see below
|
Parameter
|
String
|
|
Additional parameter for some properties. Values depending on the field Property. For a complete list see below
|
Value
|
String
|
1
|
defines the layout / buttons / behaviour of the screen. Values depending on the field Property. For a complete list see below
|
|
Returncode
|
Returncode
Type Integer
|
Note
|
0
|
Command was successful
|
Other return codes
|
Error occurred, see list of return codes
|
|
Sample
|
bOk := lic.SetEasygoProperty('ActionAfterSuccess','', '1');
|
See also
|
GetEasyGoProperty
|
You can retrieve the actual value of each property using GetEasyGoProperty
Property List
The following properties are supported.
Changes the screen which is displayed after a successful activation.
Parameter
<not used>
Value
• | Value = 0 - the screen is suppressed and does not appear |
• | Value = 1 - screen appears without the option to apply additional keys
|

• | Value = 2 (default setting) - screen appears with an option to apply additional keys |

|