RE: Interesting Error 1426 on COPY TO (lcFile) FIELDS a, b, c FOR condition TYPE XL5

2021-04-06 Thread Richard Kaye
The end of my day is coming and I'm getting distracted. Here's a little fun bit I wrote a while back to get a bunch of potential values for the SHSPecialFolders API call (sanitized for your protection, provided as is, no guarantees...): ** * Program: SHS

RE: Interesting Error 1426 on COPY TO (lcFile) FIELDS a, b, c FOR condition TYPE XL5

2021-04-06 Thread Richard Kaye
I'd look at using Win APIs to get that path. SHSPECIALFOLDERS in the vfp2c FLL wraps that for you. SET LIBRARY TO vfp2c32.fll m.specialPath=[] ?SHSPECIALFOLDER(0x0005,@specialPath) ?m.specialPath Some Windows API header file has all the values for that first parameter. -- rk -Original Me

Re: Interesting Error 1426 on COPY TO (lcFile) FIELDS a, b, c FOR condition TYPE XL5

2021-04-06 Thread Gianni Turri
This error is thrown for an invalid path. Instead of SYS(5) + GETENV("HOMEPATH") you should use GETENV("USERPROFILE") that returns drive + path. SYS(5) returns the current Visual FoxPro default drive than has nothing to do with the HOMEPATH location. In some installation they probably are the

Re: Virtual Fox Fest 2021 (May): Time to Register

2021-04-06 Thread Eric Selje
I got a virtual shirt! I wore it to the store and got kicked out :( On Tue, Apr 6, 2021 at 12:52 PM Richard Kaye wrote: > See you there! > > -- > > rk > > -Original Message- > From: ProfoxTech On Behalf Of Tracy Pearson > Sent: Tuesday, April 6, 2021 1:43 PM > To: profoxt...@leafe.com >

Interesting Error 1426 on COPY TO (lcFile) FIELDS a, b, c FOR condition TYPE XL5

2021-04-06 Thread MB Software Solutions, LLC
I get this error when executing a COPY TO TYPE XL5 line in a program designed over a decade ago: /OLE error code 0x80030003: Unknown COM status code. / Interesting. I remoted into the guy's computer.  He said it's a fairly new laptop (3 months old?) and it's version is 2102 (Build 13801.

RE: Virtual Fox Fest 2021 (May): Time to Register

2021-04-06 Thread Richard Kaye
See you there! -- rk -Original Message- From: ProfoxTech On Behalf Of Tracy Pearson Sent: Tuesday, April 6, 2021 1:43 PM To: profoxt...@leafe.com Subject: RE: Virtual Fox Fest 2021 (May): Time to Register Okay, I got my Virtual Fox Fest 2021 shirt. I'm ready for the gathering in a mon

RE: Virtual Fox Fest 2021 (May): Time to Register

2021-04-06 Thread Tracy Pearson
Okay, I got my Virtual Fox Fest 2021 shirt. I'm ready for the gathering in a month! Tracy -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Rick Schummer Sent: Tuesday, March 23, 2021 3:57 PM To: profox@leafe.com Subject: Virtual Fox Fest 2021 (May): Time to R

Re: Paul McNett

2021-04-06 Thread Paul McNett
Hey Michael and all! Still here, still slinging the code, more devopsy/infrastructure/architecture/time-series db (cassandra) these days. I sort of fell into directing a team of 8 super-smart developers and have learned a lot. Currently trying to get up to speed with kubernetes and cloud-nati