Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50-Appllication Object
Message
From
14/03/1997 14:44:45
 
 
To
14/03/1997 09:37:09
General information
Forum:
Visual FoxPro
Category:
User groups
Miscellaneous
Thread ID:
00021768
Message ID:
00024298
Views:
62
>>>>Hi Craig...
>>>>
>>>>I made an EXE and when I invoke it, it has the _screen behind it.
>>>>Is that suppose to be there? How do I maximize it?
>>>>I can control the menu displayed and the tilte on the _screen.
>>>
>>>have you tried
>>>
>>>_screen.maximize = .t. ?
>>>
>>>it may be _screen.windowstate = 2 (i'm forever getting vb and vfp mixed up in this area)
>>
>>Do I have to code all the settings I need for the _SCREEN stuff?
>>Is there a PROPERTY WINDOW?
>
>There is no property window for the _SCREEN. There are documented in the help file.
>
>Craig

I found it in the help file and thanks to you and others, I will put
code for _SCREEN in my oApp object at startup. I am sounding more OOP these days...

also.. check this out from a "use to be" clipper programmer...

How I did it...

RE: Visual FoxPro 5.0

I first started out by trying to make anything work...

After I got the "hang of things"...

I started writing CLASSES and then SUBCLASSING... then

I started writing functions, now called METHODS, and using PROPERTIES (was called memory variables)...

Now, I am writing my methods for my objects, smaller and more generic...

Over the hump...

Rob

thanks Craig...
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform