Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fox foundation class error handler application object
Message
From
17/08/1999 15:09:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Fox foundation class error handler application object
Miscellaneous
Thread ID:
00254647
Message ID:
00254647
Views:
67
When using the foundation class _error object FoxPro assigns the following to the property lserver=INLIST(_VFP.StartMode,1,2,3,5).

When I look in help for _VFP system variable it says that allowed values are 0-4.

Value Description
0 A development version of Visual FoxPro was started in an
interactive session.
1 Visual FoxPro was started as an application object. For example, the following command creates an instance of Visual FoxPro as an application object:
oMyObject = CREATEOBJECT('VisualFoxPro.Application')
2 Visual FoxPro was started as an out-of-process .exe automation server.
3 Visual FoxPro was started as an in-process .dll automation server.
4 Visual FoxPro was started as a distributable .app or .exe file.

Can anyone tell me why the base class permits looking for a value of 5? Am I not understanding this correctly?

Mike Z.
Next
Reply
Map
View

Click here to load this message in the networking platform