Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show only a single From on start up.
Message
From
23/08/1999 11:45:35
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
23/08/1999 11:36:20
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00256600
Message ID:
00256609
Views:
20
>I am new to submitting questions here, so please excuse any improper etiquette.
>
>Question:
> How can I make an application in FoxPro 6 that will only show a small form on the screen and NOT start up with the FoxPro normal full screen??? The form only has one field and two buttons. So I just want a small screen to open, allow the actions and then quit. I do NOT want the full FoxPro screen with the small form on one corner.
>Thanks
>Joel
>Houston, TX
>Email Joel@Pearland.com

-Set showwindowtype property of your form to 2-As Top Level
-In init of form include :
this.show
read events

-Be sure to include :

clear events

at the point where your form close and exit.

-In config.fpw add (if you don't have config.fpw create one in notepad or fp command editor)

screen = off

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform