RE: Problem with VFP9SP2 form not showing (not respecting modality)

Author: Tracy Pearson

Posted: 2010-03-29 at 10:07:39

Grigore Dolghin wrote on 2010-03-29:

> Did I? I forgot, Tracy :) Starting to getting old, methinks....

>

> On Mon, Mar 29, 2010 at 4:33 PM, Tracy Pearson

> <tracy@powerchurch.com>wrote:

>

>>

>> Mike,

>>

>> Grigore showed a great example of this behavior a couple years back.

>> Christof explained it at a SWFox.

>>

>> Create a class with a property that gets set to SYS(2015), instantiate

>> it a few times and run it. Clearing the FoxPro session and restarting

>> it changes the SYS(2015). Or issuing a CLEAR ALL.

>>

>> o1 = CREATEOBJECT("myTest")

>> ?o1.sys2015

>> o2 = CREATEOBJECT("myTest")

>> ?o2.sys2015

>>

>> DEFINE CLASS myTest as CUSTOM

>> SYS2015 = SYS(2015)

>> ENDDEFINE

>>

>>

>> Tracy Pearson

>> PowerChurch Software

>>

Grigore,

You're specific example was how a second form would have artifacts on it,

something with a textbox. You might have presented it to me off this list,

but I recall it was you that showed it to me. Later that year I saw Christof

present the sys(2015) behavior at SWFox.

Tracy Pearson

PowerChurch Software

_______________________________________________

Post Messages to: ProFox@leafe.com

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/000201cacf49$316f7230$944e5690$@com

** 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.

©2010 Tracy Pearson