Re: Trashed class library

2018-01-29 Thread mbsoftwaresolutions
On 2018-01-29 15:57, Richard Kaye wrote: Yes. I have not integrated into the PM as of yet. Someday... Maybe at the same time I get Doug Hennig's VFPX PM replacement going. I'll have to look into Doug's VFPX PM replacement tool. I can't recall reviewing it.

Re: Trashed class library

2018-01-29 Thread Jean MAURICE
On Mon, Jan 29, 2018 at 9:05 AM, Laurie Alvey wrote: Mmm. I didn't get the original post. Laurie Mine was in gmail spam folder I have the same problem but for some time now : I do not receive original messages and they are not in the spam folder. But all answers are

RE: Trashed class library

2018-01-29 Thread Richard Kaye
Yes. I have not integrated into the PM as of yet. Someday... Maybe at the same time I get Doug Hennig's VFPX PM replacement going. Mostly I use it as a way to move code snippets around between client specific implementations or diff my source code when modified by other devs. For example, I

Re: Trashed class library

2018-01-29 Thread mbsoftwaresolutions
On 2018-01-29 11:31, Richard Kaye wrote: +1 to FoxBin2Prg. Are you using this, Richard? If so, in a ProjectHook.AfterBuild event or where? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Foxpro/Programming Training Question

2018-01-29 Thread Stephen Russell
Revenue, revenue, revenue! On Mon, Jan 29, 2018 at 10:29 AM, Dave Crozier wrote: > Stephen, > Yep, I did Latin for 4 years and can honestly say it was the worst thing > at the time but has helped me more with both English, Italian and French > than any lessons could do.

RE: Foxpro/Programming Training Question

2018-01-29 Thread Dave Crozier
+1 So learn on something easy and straight forward AKA VFP Dave --- This communication and the information it contains is intended for the person or organisation to whom it is addressed. Its contents are confidential and may be

Trashed class library

2018-01-29 Thread Paul Newton
Hi all A few minutes ago I was working on a single form class in a class library. At some point VFP stopped responding and I had to kill the VFP process. After that I still had the VCT but not the VCX. Is there any possibility I might be able to recover the missing VCX? If so, what tool(s)

RE: Foxpro/Programming Training Question

2018-01-29 Thread Dave Crozier
Stephen, Yep, I did Latin for 4 years and can honestly say it was the worst thing at the time but has helped me more with both English, Italian and French than any lessons could do. As for Javascript I agree that is not the best language in the world to use but it is the flavour of the

RE: Trashed class library

2018-01-29 Thread Richard Kaye
+1 to FoxBin2Prg. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: Monday, January 29, 2018 10:31 AM To: profoxt...@leafe.com Subject: RE: Trashed class library Thanks Fernando ... -Original Message- From:

Re: Foxpro/Programming Training Question

2018-01-29 Thread Andrew Stirling
Paul There are some videos free here http://www.garfieldhudson.com/FreeVideos.aspx There are paid for option as well. I recall mentioning these to Dave C. when Tom came onboard as his apprentice/replacement. Hows Tom doing anyway Dave, he must be one of the youngest VFP programmers. Kind

RE: Trashed class library

2018-01-29 Thread Dave Crozier
Hindsight is a wonderful thing, but I do agree with you Fernando! Dave --- This communication and the information it contains is intended for the person or organisation to whom it is addressed. Its contents are confidential and may

Re: Trashed class library

2018-01-29 Thread Laurie Alvey
Mmm. I didn't get the original post. Laurie On 29 January 2018 at 14:00, Alan Bourke wrote: > It hasn't just changed the extension on the VCX? > > Try the free version of Recuva: https://www.ccleaner.com/recuva > > > -- > Alan Bourke > alanpbourke (at) fastmail

Re: Trashed class library

2018-01-29 Thread Alan Bourke
It hasn't just changed the extension on the VCX? Try the free version of Recuva: https://www.ccleaner.com/recuva -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: Trashed class library

2018-01-29 Thread Richard Kaye
It's pretty new. And you can setup Git integration which leverages the FB2P stuff. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Monday, January 29, 2018 6:09 PM To: profoxt...@leafe.com

RE: Trashed class library

2018-01-29 Thread Richard Kaye
Sometimes you can find the files in your OS temp location but the names and extensions will be different. You could use some kind of file searching tool to look for text that is in your VCX. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of

Re: Trashed class library

2018-01-29 Thread Fernando D. Bozzo
Hi Paul: You should start using a Source Control tool to minimize those problems. Or at least make a textual conversion with FoxBin2Prg so you can rebuild your library. Look at the temp folder if there is a tmp file that can be the vct renamed (you can see their contents using a hex editor)

RE: Trashed class library

2018-01-29 Thread Paul Newton
Alan No it's definitely disappeared. Tried Recuva without success ... :( Paul -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: 29 January 2018 14:01 To: profoxt...@leafe.com Subject: Re: Trashed class library It hasn't just

Re: Trashed class library

2018-01-29 Thread Ted Roche
On Mon, Jan 29, 2018 at 9:05 AM, Laurie Alvey wrote: > Mmm. I didn't get the original post. > > Laurie > I didn't either. FYI, you can view the whole thread by clicking the link in the footer of the message for the archived copy, and then the link for "View entire thread."

Re: Foxpro/Programming Training Question

2018-01-29 Thread Stephen Russell
If I were going to learn a language to speak and read I would not learn Latin as the root of so many other modern languages today. For programming today I would focus on what people want to pay for, and that appears to be javascript. Purely an opinion ground in how to work with cloud-based

RE: Trashed class library

2018-01-29 Thread Paul Newton
Thanks Fernando ... -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. Bozzo Sent: 29 January 2018 15:28 To: profoxt...@leafe.com Subject: Re: Trashed class library Hi Paul: You should start using a Source Control tool to minimize those

RE: Trashed class library

2018-01-29 Thread Paul Newton
Thanks for that advice Richard but it is too late now. Fortunately the form class had very few controls but quite a lot of custom code. It was pretty easy to recreate and I was able to recover almost all the custom code by using FileToStr on the old VCT and doing a number of StrExtracts using

Re: Trashed class library

2018-01-29 Thread AndyHC
On Mon, Jan 29, 2018 at 9:05 AM, Laurie Alvey wrote: Mmm. I didn't get the original post. Laurie Mine was in gmail spam folder ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: