Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to detect that app is running under netware
Message
De
15/04/2008 04:29:40
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
15/04/2008 04:20:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01310632
Message ID:
01310640
Vues:
8
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]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform