Tracy,

The only reason I am doing the _screen.visible thing - is that the whole
main VFP window will show up if I don't (when my QA Tech guy runs it) -
and for me I want the main VFP screen to go away when I do testing. 

I haven't played with a Config.fpw file for LONG time. But, I know I
simply create a plan text file with that file name - and give it the 2
lines you mentioned. But, I'm not sure about making it Embedded! Does
that mean just to include it within the Project? And, if so - where do I
include it? Under Other & Other Files?

And - to answer your question - yes, my Form is set to both Top-Level
and Modal, and I am still having the problems. 

-K-

-----Original Message-----
From: [email protected] [mailto:[email protected]]
On Behalf Of Tracy Pearson
Sent: Wednesday, October 06, 2010 1:03 PM

Kurt Wendt wrote on 2010-10-06: 
> Hi Tracy - thanks for the follow-up!
> 
> I have the Read Events code in the calling program - which is the Main
> prog of the Project. That code looks as such:
>       _screen.visible = .F.
>       DO FORM main_scan
>       READ EVENTS
>       _screen.visible = .T.

Kurt,

Is the _Screen needed? If not, use an embedded config.fpw to set it off.
These are two things I start with in my embedded config.fpw files for
utility apps that do not need the MDI.
        Resource=off
        Screen=off

Is the form set as Top-Level and Modal? I'm not sure this is what caused
the
behavior when I saw it. I saw it on a Vista workstation, I don't recall
it
being fixed since it was just a demonstration app that I did.

Tracy Pearson

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/289ea162f5642645b5cf64d624c66a14071a2...@us-ny-mail-002.waitex.net
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to