Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50-Appllication Object
Message
From
24/02/1997 11:08:30
 
 
To
24/02/1997 10:56:21
General information
Forum:
Visual FoxPro
Category:
User groups
Miscellaneous
Thread ID:
00021768
Message ID:
00021799
Views:
41
>>*** start.prg
>>oApp=createobject('app')
>>
>>Define class app as custom
>> .msgtitle="System Error"
>>enddefine
>>
>>*** some snippet
>>=messagebox("Cannot Proceed",1+16,oApp.msgtitle)
>Thanks Ed..
>
>OK - Does that mean I define a class as "application class"? and
>in that class, have a property called "msgtitle"?
>
>rob

You define a class as Custom (app is just an appropriate title), and this class may have msgtitle property and any other else you may define, e.g. path to data folder.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform