kingsley143
23rd October 2009, 15:26
What is the function to know Client OS?
bdittmar
24th October 2009, 12:03
What is the function to know Client OS?
Hello,
please search the forums with keywords before posting.
BaanERP Programmers Guide
ostype()
--------------------------------------------------------------------------------
Syntax
long ostype()
Description
This returns a long value that indicates the operating system environment. The possible values are:
OS_WINDOWS_NT Windows/NT
OS_WINDOWS_95 Windows 95
OS_UNIX All UNIX variants
OS_OS400 AS400
Context
Bshell function.
kingsley143
24th October 2009, 13:31
Hello,
We want to know the Client Operating system and not Server Operating system. We have already tried using "ostype".
NPRao
28th October 2009, 02:46
Kingsley,
Use the search option to refer to the already discussed topics - Client type (http://www.baanboard.com/baanboard/showthread.php?t=1705)