This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20.6
Current machine
|
Current machine -> Function result | ||||||||
Parameter | Type | Description | ||||||
Function result | String |
![]() |
Network name of the machine | |||||
The Current machine command returns the name of the machine as set in the network parameters of the operating system.
Even if you are not running with the Client/Server version of the 4D environment, your application can include some network services that require your machine to be correctly configured. In the of your application, you write:
If((Current machine="")|(Current system user=""))
//Display a dialog box asking the user to setup the Network identity of his or her machine
End if
Product: 4D
Theme: System Environment
Number:
483
Created: 4D v6
4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)