-
VFP Main Screen VFP V6
I've compliled an application, primarily a 1 page form. I can't get rid of
VFPs main screen when I execute the program. I only want the form to display
on the screen... When I changed the visible property the whole application
disappears...
-
Re: VFP Main Screen VFP V6
Set your form to be a top-level form, and set SCREEN=OFF in your config.fpw
"Pat" <pato@ott-lite.com> wrote in message news:38da83b4$1@news.devx.com...
>
> I've compliled an application, primarily a 1 page form. I can't get rid of
> VFPs main screen when I execute the program. I only want the form to
display
> on the screen... When I changed the visible property the whole application
> disappears...
-
Re: VFP Main Screen VFP V6
"Nancy Folsom \(MS FoxPro MVP\)" <nancy_folsom@hotmail.com> wrote:
>Set your form to be a top-level form, and set SCREEN=OFF in your config.fpw
>
When I set showwindow to 2- top-level on the form, the application appears
for a fraction of a second then dissapears..?
-
Re: VFP Main Screen VFP V6
Do you have SET SCREEN = OFF in your Config.fpw?
"Pat" <pato@ott-lite.com> wrote in message news:38da9d17$1@news.devx.com...
>
> "Nancy Folsom \(MS FoxPro MVP\)" <nancy_folsom@hotmail.com> wrote:
> >Set your form to be a top-level form, and set SCREEN=OFF in your
config.fpw
> >
>
> When I set showwindow to 2- top-level on the form, the application appears
> for a fraction of a second then dissapears..?
>
>
-
Re: VFP Main Screen VFP V6
Do you have a READ EVENTS in your code someplace?
Fred
Pat wrote in message <38da9d17$1@news.devx.com>...
>
>"Nancy Folsom \(MS FoxPro MVP\)" <nancy_folsom@hotmail.com> wrote:
>>Set your form to be a top-level form, and set SCREEN=OFF in your
config.fpw
>>
>
>When I set showwindow to 2- top-level on the form, the application appears
>for a fraction of a second then dissapears..?
>
>
-
Re: VFP Main Screen VFP V6
Pat-
Keep in mind you'll need a CLEAR EVENTS, also.
"Fred Taylor" <ftaylor@uswest.net> wrote in message
news:38daa7e1$1@news.devx.com...
> Do you have a READ EVENTS in your code someplace?
Good catch, Fred. Thanks. I was still on the _SCREEN question, but I think
you pegged this latest problem.
-
Re: VFP Main Screen VFP V6
Thanks.. guys...
I'm an old xbase guy trying to deal with this oop stuff...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks