Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APP_GLOBAL, Modifying Framework (newbie question)
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00494937
Message ID:
00495052
Views:
24
>Okay, this is a big time newbie question, but you have to start somewhere.
>
>First when I started this app I used the FrameWork foundation setup. It builds all the code you need for the splash screen and a few other nice things.
>
>Now in my header file it says, "#DEFINE APP_GLOBAL goApp". Can I define this as something different? Like my main form I created?
>
>Right now the default foxpro window opens. This won't be acceptable in my final program. I need it not to show (I know how to do that) but I need my main form to automatically show.
>
>I've tried all sorts of things but it seems to error out when I make changes to get my main form to automatically appear.
>
>ANyhow, if you can help, THANK YOU.

Hi Bryan,

goApp is sort of a universal naming convention to create a reference to the application object. Chances are tons of other methods refer to properties and methods in the application object by referencing this global variable. Changing it might have serious consequences
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform