Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||
|
4D v19
ClientWinSingleInstance
|
/ Preferences4D / BuildApp / CS / ClientWinSingleInstance |
||
True / False
This key allows you to specify if multiple instances of the Client application can be launched simultaneously on Windows.
On Windows, several instances of an application are launched when the user double-clicks or selects it multiple times. For historical reasons, 4D Client applications do not support this feature: by default, only a single instance of a 4D Client application can be opened in the same session. Passing false to the ClientWinSingleInstance key allows you to disable this historical behavior.
You want to allow multiple instances of the Client application:
<Preferences4D> <BuildApp> <CS> <ClientWinSingleInstance>False</ClientWinSingleInstance> </CS> </BuildApp> </Preferences4D>
Produkt: 4D
Thema: CS
Erstellt: 4D v17 R5
4D XML Keys BuildApplication ( 4D v19)