RE: MORE Screen Hacking & a Query...

2013-02-04 Thread Kurt
onday, February 04, 2013 12:36 PM To: profoxt...@leafe.com Subject: Re: MORE Screen Hacking & a Query... On Mon, Feb 4, 2013 at 5:28 PM, Kurt wrote: > Thanks Christof - I already got it resolved by suggestions from others - > and > I already implemented Blanking of Objcode - besides

RE: MORE Screen Hacking & a Query...

2013-02-04 Thread Kurt
Thanks Christof - I already got it resolved by suggestions from others - and I already implemented Blanking of Objcode - besides doing the Compile. -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Christof Wollenhaupt Sent: Monday, February 04, 20

RE: MORE Screen Hacking & a Query...

2013-02-04 Thread Kurt
- and now all is just Perfect! Thanks again - and again - the ProFox list Comes THRU In a Pinch! :-) -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: Monday, February 04, 2013 10:45 AM To: profoxt...@leafe.com Subject: Re: MO

Re: MORE Screen Hacking & a Query...

2013-02-04 Thread Alan Bourke
That's the 'p-code' for your compiled methods. You could save those memo contents as a .FXP, then reverse-engineer them back into a PRG with ReFox, for example. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailma

RE: MORE Screen Hacking & a Query...

2013-02-04 Thread Kurt
o: profoxt...@leafe.com Subject: RE: MORE Screen Hacking & a Query... Kurt, Off the top of my head, isn't the memo field simply compiled code. Removing it should force a recompilation and apropriate re-constitution of the correct code in the form you are modifying. VFP checks to see tha

RE: MORE Screen Hacking & a Query...

2013-02-04 Thread Kurt
Hey Fred - I understand what you mean - and that DOES Make sense. I shall try it now... -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fred Taylor Sent: Monday, February 04, 2013 10:29 AM To: profoxt...@leafe.com Subject: Re: MORE Screen

RE: MORE Screen Hacking & a Query...

2013-02-04 Thread Dave Crozier
Kurt, Off the top of my head, isn't the memo field simply compiled code. Removing it should force a recompilation and apropriate re-constitution of the correct code in the form you are modifying. VFP checks to see that the compiled code matches the source code but sometimes gets it wrong, wh

Re: MORE Screen Hacking & a Query...

2013-02-04 Thread Fred Taylor
Leave the OBJCODE field blank and issue a COMPILE FORM yourformname command to build it from your METHOD code. Fred On Mon, Feb 4, 2013 at 8:16 AM, Kurt wrote: > Hey Folks, > > > > I've made a LOT of progress on this Utility I've been working on - to > automate conversion of system PRG code to