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:20:57
 
 
To
15/04/2008 04:05:25
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01310632
Message ID:
01310639
Views:
8
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
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform