Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Development Mode
Message
From
15/10/2020 08:52:00
 
 
To
14/10/2020 08:10:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01676646
Message ID:
01676671
Views:
65
>I'd like to bypass code while in development mode only.
>I'm fairly certain there's a way VFP knows it's running under development mode as opposed to running the EXE.
>Any help?

There's always the old standby:
llDeveloperMode = (MESSAGEBOX("Please, are you running in developer mode?", 4) = 6)
:-) It has the added benefit of assessing the truthfulness of the user straight-away. Possibly their ignorance I suppose, but in most cases their truthfulness. :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform