Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fox foundation class error handler application object
Message
From
17/08/1999 18:52:43
 
 
To
17/08/1999 15:09:49
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00254647
Message ID:
00254742
Views:
23
>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.
>

FROM vfpsp3.chm:

StartMode Property
Contains a numeric value that indicates how an instance of Visual FoxPro was started. Read-only at run time.

Syntax

ApplicationObject.StartMode

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.
5 Visual FoxPro was started as an in-process .dll automation server for multithreaded use.


***************
It is nice that they included a seperate doc just for the SP, but I think they should have updated the regular help file to. Heck, the wrote all the help already.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform