¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: MadFox Meeting
We have not tried in my computer because I do not have enough space yet. Maybe Cliff my have tried. P.J.
By PJ Fernandez <pjfern@...> · #70 ·
Re: MadFox Meeting
Cake won't be enough to entice me up. But I was thinking a good topic might be "Choices for distant data" Because of some new requirements down here I'd find it advantageous to use a database across
By Eric Selje <eselje@...> · #71 ·
Re: MadFox Meeting
I'll be there tonight, or next week, or the week after... Have we gotten VFP running on Linux yet? -= Dave David F. Lorentzen Manager, HLA/Molecular Diagnostics Lab University of Wisconsin Hospital
By Lorentzen David F. <DF.LORENTZEN@...> · #69 ·
Re: MadFox Meeting
I'm planning on coming. I can bring a cake too. Roger _____ Sent: Monday, February 16, 2004 8:02 PM To: madfox_vfp@... Subject: RE: [madfox_vfp] MadFox Meeting Are we planning to postpone
By Roger Tesch <roger.tesch@...> · #68 ·
Re: MadFox Meeting
Are we planning to postpone this meeting until next week? I have not heard from anyone..... P.J.
By PJ Fernandez <pjfern@...> · #67 ·
Re: MadFox Meeting
Anyone wants to bring a cake for Eric? P.J.
By PJ Fernandez <pjfern@...> · #66 ·
MadFox Meeting
Hello frozen FoxHeads, It is time to shake off those icicles and head down to the warmth of MadFox Users Group meeting. Any suggestions for the agenda? P.J.
By PJ Fernandez <pjfern@...> · #65 ·
Re: VFP version issues
Stein: I haven't used codemine in years. But, the biggest gotcha in my vfp8 conversion of vfp7 apps had to do with SQL statements. Namely - GROUP BY clause has a requirement in VFP8 that all the
By Peter Diotte · #64 ·
Re: VFP version issues
No, I'm still using Codemine version 6. I tried CM 7 when it came out and it broke a bunch of my code, so I haven't upgraded the framework in years. I've upgraded other legacy code to VFP 8 with no
By Stein Goering <sgoering@...> · #63 ·
Re: It's a Birthday
Thanks! I had a Zombie at lunch so I'm feeling a little heady now. Ah, life on the islands.
By Eric Selje <eselje@...> · #62 ·
Re: VFP version issues
Stein, Do you have the latest and greatest Codemine 7.1? According to the web page, it looks like you need 7.1 for VFP8. I haven't tried 7.1 yet. -= Dave David F. Lorentzen Manager, HLA/Molecular
By Lorentzen David F. <DF.LORENTZEN@...> · #61 ·
It's a Birthday
Happy Birthday to Eric! May you have an enjoyable time on a tropical beach with a few cocktails to quench your thirst. Have lots of fun. Regards, Roger
By roger.tesch@... · #60 ·
VFP version issues
I've been doing some retro work on an older Codemine-based app (as referenced in my last post). This thing had been running under VFP 7, but having become addicted to the 8 IDE, I decided to try it
By Stein Goering <sgoering@...> · #59 ·
Re: i couldn't resist
(This continues to be off-topic) Agreed. If we can't have Packers in the Super Bowl, at least give us something to cheer about. -= Dave David F. Lorentzen Manager, HLA/Molecular Diagnostics Lab
By Lorentzen David F. <DF.LORENTZEN@...> · #58 ·
Re: i couldn't resist
(This continues to be off-topic) You know, I just read where a woman in KY or TN or some podunk state is filing a class-action lawsuit against CBS for that incident. Why is it that we can watch people
By Eric Selje <eselje@...> · #57 ·
i couldn't resist
By Peter Diotte · #56 ·
Re: Table updates failing in multiuser environment
As I recall, I wanted to find a Codemine method to handle batch processing, but ended up rolling my own because there didn't seem to be anything. I guess, though, even when building a custom routine,
By Stein Goering <sgoering@...> · #55 ·
Re: Table updates failing in multiuser environment
Stein, I believe that once you commit to using Codemine, you have to stick with their methods throughout the app. I don't have my book or laptop with me, but there are Codemine data commands that
By Lorentzen David F. <DF.LORENTZEN@...> · #54 ·
Table updates failing in multiuser environment
I will start off by admitting that programming for traditional LANs is not one of my strong suites. I started off with standalone apps, and most of my recent work has been web-based (where of course I
By Stein Goering <sgoering@...> · #53 ·
Re: checking if file is available
I just finsished testing this and it appears to do just what I want. Here's what I have: lcMsg = [] TRY SELECT * FROM (loConfig.cDataPath+'Referen') ; INTO CURSOR tRef USE IN SELECT('Referen') CATCH
By Stein Goering <sgoering@...> · #52 ·