Uniface Underground -> Undocumented.Features.Only. |
Name | $ustat
Return some values about devices tables |
|||||||||||||||||||||
Synopsis | variable = $ustat(Value) | |||||||||||||||||||||
Use | Tested in form components. | |||||||||||||||||||||
Description | This function allows access to the dimension of
a device table depending defined for any Device Mode (0-7) (Defined Print
Job Model,...)
This function can be useful in order to configure automatically the printers needed for your application. Tested in 5.2.g and 7.2.03 |
|||||||||||||||||||||
Return Value | The value pased to this function MUST the constant
value, no variables, fields or registers allowed.
1Use 31 through 37 for modes 1 thru 7, and the value 20 for the current display. |
|||||||||||||||||||||
Example | entry describe_mode
params string device : IN numeric mode : IN string description : OUT numeric hsize : OUT numeric vsize : OUT numeric width : OUT numeric height : OUT endparams variables string dummy endvariables $result = device
|