Hey there Gene - U Reynard U! Thanks for the Chuckles - its always nice to get some humor here at my Boring Day Job...
And - yes - I was facetious - but, I totally agree with you. If you can make good prog's in VFP - and they just WORK - that's a GOOD THING! About 2.5 years ago I built this nice VFP app for a client of ours, it was Stand-alone, and it was for Ecommerce order processing. It worked so well - they used it for like 1.5 years and never said BOO! I thought they weren't using it. Turns out they WERE - and it basically Worked! And, 1.5 years later, we heard from them since they were looking to maybe have me make an upgrade so it could handle another Trading Partner (but, that never worked out). Anyway - thanks for your input. I hadn't thought about Setting STEP ON within the Release Method. Sounds like a good idea - and I'm going to give it a shot! -K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Gene Wirchenko Sent: Thursday, June 13, 2013 4:12 PM To: [email protected] Subject: Re: Silence & Problems Releasing... At 12:23 2013-06-13, "Kurt Wendt" <[email protected]> wrote: >.I hope nobody takes the humor in that Subject the wrong way. I note that yours was the only post to ProFox today so far. Is that the wrong way you were thinking of? Oh! No, now, I think I understand. I am sorry. I took the subject in the wrong wrong way. >Sure has been Silent on the List here lately! Seen NO Messages since Early >yesterday. Must be just because VFP is So Rock Solid that nobody has >problems anymore. You may think that you are being facetious, but there is a real side to that. Programs that just work do not require support groups. >OK - onto the issue at hand. This is allowed. >I have this screen I have been working on (which, of course, was initially >produced by my Screen Hacking Utility). Initially - the screen was only used >to Inquire PO data. Then it was updated to allow one to Modify PO data. Now >- the final updates will allow a user to Create New PO's with this screen. >Its during this PO Creation Processing that I am now having a strange >problem. > >In another area of the program - I use the following command to shut the >screen down: > > Thisform.Release > >And - strangely enough - it doesn't seem to work at all today - in the new >part of the screen! I used the exact same command for the Inquire Mode - and All I can think of is multiple references to the object. >it Does shut down the screen. But, now when I used it in another area - it >seems NOT to Work! I even STEPped thru the program - and I saw it supposed >run that Line of code - then continue on with other code after it - as >though it did NOT do ANYTHING or even Run that line of Code!!! The current method will have to finish first before the next event will fire. I suggest that you put a set step on in the release method to see if it is firing. I have found that stepping through code that has screen effects sometimes results in different behaviour with Refresh being particularly nasty for this. >What Gives? Anybody seen this before? Am I losing my Marbles??? Time to find >a new Career Path? > >:-) Answer to #3. It is possible. Just in case, here is a link for you: http://www.rainbowturtle.com/SearchResults.asp?Search=marbles Sincerely, Gene Wirchenko [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/8A2E3C0FA6B8489EB83467CBD270CA00@Programming2 ** 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.

