WBPlatform$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
WBPLATFORM$
The '''WBPlatform$''' [[internal function]] returns WINDOWS when running [[unix]] / [[aix]] / [[linux]] client server when the [[config]] statement [[SHELL DEFAULT CLIENT]] is present.  This allows programs that test for the Windows platform using WBPlatform$ to run in Windows mode in the [[client server]] environment.  In this case, since [[shell]] calls occur on the client, and [[printing]] occurs on the client, the program's environment is that of the client's, even though the application and all file IO is actually running on the server.
The '''WBPlatform$''' [[internal function]] returns WINDOWS when running [[unix]] / [[aix]] / [[linux]] client server when the [[config]] statement [[SHELL DEFAULT CLIENT]] is present.  This allows programs that test for the Windows platform using WBPlatform$ to run in Windows mode in the [[client server]] environment.  In this case, since [[shell]] calls occur on the client, and [[printing]] occurs on the client, the program's environment is that of the client's, even though the application and all file IO is actually running on the server.



Latest revision as of 03:23, 22 May 2014

WBPLATFORM$

The WBPlatform$ internal function returns WINDOWS when running unix / aix / linux client server when the config statement SHELL DEFAULT CLIENT is present. This allows programs that test for the Windows platform using WBPlatform$ to run in Windows mode in the client server environment. In this case, since shell calls occur on the client, and printing occurs on the client, the program's environment is that of the client's, even though the application and all file IO is actually running on the server.

See Also