Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which mode is running?
Message
De
21/11/2002 16:39:18
 
 
À
21/11/2002 16:32:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00725462
Message ID:
00725472
Vues:
10
>Does _vfp.startmode help?

Yes, I just found it at the same time in the help. Basically, I only want to apply the following SYS() command when the app is executed from a COM mode:
* Suppress modal dialog message
* Only do it in COM mode
IF Application.StartMode=2
   SYS(2335,0)
ENDIF
So, StartMode=2 should not load the SYS() command when I start the EXE manually. I had problems with this command being loaded in memory when I start the EXE manually. So, I wanted to avoid loading it when being loaded manually.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform