Tracy - you are a TOTAL LIFE Saver! And - as usual - this List ROCKS (SO
- Thanks AGAIN Ed!!!).

So - per you suggestion - I created a config.fpw file (although, I still
want to make it "Embedded" as you suggested) - and I created those 2
settings as you denoted below. 

I also removed the _screen.visible lines of code from the calling
program. I recompiled the EXE - and ran it (external to VFP) - and
VOILA! - It worked!!! The Textbox now has the proper Focus.

So - thanks AGAIN for your help. Now I can stop wasting more time on
this one little problem!!!

-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