RE: phdbase

2020-10-14 Thread Dave Crozier
As a quick note, I managed to track Jim down just before his demise and we were chatting about him possibly releasing the source code to phDBase to be open source. Unfortunately events overtook the discussions and I haven't been able to track down anyone who has access to the product. In

RE: phdbase

2020-10-14 Thread Dave Crozier
--- StripMime Report -- processed MIME parts --- multipart/alternative --- StripMime Errors --- A message with no text/plain section was received. The entire body of the message was removed. Please resend the email using plaintext formatting --- ___ Pos

RE: phdbase

2020-10-14 Thread Dave Crozier
Ted, You are correct in that saying. I still have a couple of applications in VFP9 running PHDBase and they have been working unattended for about 10 years without issues. I do remember a couple of issues when I set it up but the notes aren't available without much searching of the archiv

AW: phdbase

2020-10-14 Thread Jürgen Wondzinski
Hmm... If you deleted the CDX, then the call to the PHD() function in one of the indexkeys was deleted, thus you don't know how it was indexed anymore. Hopefully you still have a backup :) BTW: I just verified that the VFP5 libray is working without problems in VFP9. The author of PH

Re: phdbase

2020-10-13 Thread Rafael Copquin
Hi Woody Thanks for the info. I did as you suggested, but also deleted the cdx and phd files and could open the dbf with no problem. Thanks again Best regards Rafael El mar., 13 oct. 2020 a las 14:57, Rafael Copquin () escribió: > Hi guys, it's been e long time! > > I just inherited an old vfp5 p

Re: phdbase

2020-10-13 Thread Ted Roche
https://fox.wikis.com/wc.dll?Wiki~PhdBase~VB and searching the ProFox archives: https://leafe.com/archives might give you some clues. Dave Crozier claims it works with VFP9 (see the wiki) On Tue, Oct 13, 2020 at 1:58 PM Rafael Copquin wrote: > Hi guys, it's been e long time! &g

AW: phdbase

2020-10-13 Thread Jürgen Wondzinski
Hi Raphael, PhdBase needs a Library, which you normally find as PHDBASE.FLL (on the original disk it is saved as phdbase.v50). Set this before opening your files. I'm not sure if there is a VFP9 compatible FLL, my archives only show a VFP5 compatible version. wOOdy -Ursprüng

phdbase

2020-10-13 Thread Rafael Copquin
Hi guys, it's been e long time! I just inherited an old vfp5 program that needs to be updated to VFP9, adding new routines to enhance performance and migrate the dbf's to sql server. I encountered some dbfs that have an additional file with a phd extension which I believe is generated by a progra