Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to detect that app is running under netware
Message
From
15/04/2008 04:29:40
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
15/04/2008 04:20:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01310632
Message ID:
01310640
Views:
7
Thomas,

it always depend on your needs, or the level of information you will / need to provide. I normaly get paid for your function, not a single line more. ::)

Agnes

>Hi Agnes,
>
>you've got a point. Perhaps I am a bit too focused on looking behind the scene. :-)
>
>I will reduce it to this:
>
>
>FUNCTION TestWin32ApiFunctionality
>  LOCAL llReturn as Boolean
>  llReturn = .F.
>  TRY
>    * Declare WIN32API call
>    DECLARE INTEGER GetEnvironmentStrings IN WIN32API
>    llReturn = .T.
>  CATCH
>    * Throw message
>    MESSAGEBOX([Unable to declare..blabla],0+16+0,[Info])
>  ENDTRY
>  RETURN llReturn
>ENDFUNC
>
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform