Jack Skelley <> wrote: > Good Morning All: > Well I got burned again with missing code in click events associated > with command buttons. > During Saturday's game the app that was running the user could not > select certain game events because the compiled code from the method > code was missing. In fact, this morning when I checked the .scx there > was no code in methods nor in the objcode. I did what was recommended > by deleting the objcode and then do a complete compile. And, luckily, > before I did this I did a complete backup to my backup harddrive. > BTW, the code was in the backup was there when I checked it this AM. > There are something like 140 objects on this form that all have click > events. There are is no way I can check the program from top to > bottom every time it is recompiled. Is the form too complex with all > the objects? > So my question is when does this code disappear? And how to the rest > of you deal (cope) with this? > I have been writing VFP code for 8 years and FPD code since 1.03 not > to mention FoxBase before that and have never had this situation > occur before now.
You get the click event to be a message to another class for the actual code to fire. Stephen Russell DBA / .Net Developer Memphis TN 38115 901.246-0159 "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr. http://spaces.msn.com/members/srussell/ -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 10/27/2006 _______________________________________________ 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 ** 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.

