Re: [NF] Queries re: Python & Such...

2023-02-17 Thread Vince Teachout
On 02/17/23 3:59 AM, Alan Bourke wrote: Visual Studio Code is free and has excellent built-in Python support, it will install everything you need and make things as easy as possible. Assuming you're in Windows land of course. You don't have to be in Widows Land for Visual Studio Code.  I

Re: Accessing/processing archived emails

2022-04-13 Thread Vince Teachout
On 04/13/22 10:43 AM, paul.newton.h...@gmail.com wrote: That's not surprising - I've just realised that his reply was to me and not to the list ... DOH! Sorry, it was supposed to have been to the list!  :-) Frank, here's my original reply: Paul, if I understand you correctly, you're making

Re:

2022-04-11 Thread Vince Teachout
On 04/11/22 9:53 AM, Dave Crozier wrote: "it is no good having plans if you never reach the age to put them into practice." Wise, indeed!  Thank you Dave, for all your input over the years, and enjoy your retirement! -- This email has been checked for viruses by Avast antivirus software.

Re: Converting RTF to HTML

2022-03-03 Thread Vince Teachout
On 03/03/22 5:53 AM, paul.newton.h...@gmail.com wrote: Any more interest anybody? Got it, thanks! -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ Post Messages to: ProFox@leafe.com

Re: sftp for vfp6?

2021-12-02 Thread Vince Teachout
I use the current version of West Wind, and it absolutely has SFTP.  We use it in several of our programs. On 12/01/21 8:48 PM, Jeff Roberts wrote: Could anyone recommend a class or control I can use to add the ability to send a file using sftp without too much complication to a VFP6 app? The

Re: [NF] you are...

2021-11-10 Thread Vince Teachout
On 11/10/21 1:35 PM, Stephen Russell wrote: He: You are the ';' to my code. She: I code in Python. <3 No, I'm not sending you a heart emoji.  That's his score in her eyes - less than three. :-D -- This email has been checked for viruses by Avast antivirus software.

Re: Matt Slay

2021-10-12 Thread Vince Teachout
I'm so sorry to hear of this loss.  My condolences to his family and friends. -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: VFP equivalent of SQL Server 'script table'

2021-09-02 Thread Vince Teachout
I've got a tool that I wrote years ago that takes an open table and scripts it to a VFP Create Table or an MSSQL Create table. Also one that creates SQL Select statements for an open alias and Insert statements (That last one is buggy) If you're interested, I could send you the code. On

Re: SweetPotatosoftware.com

2021-08-24 Thread Vince Teachout
Went right in, no problem.  It looks nice. I wonder if he updated it? On 08/24/21 7:25 AM, Dave Crozier wrote: Is anyone else having difficulty trying to access Craig’s site? http://sweetpotatosoftware.com Is it still live? -- This email has been checked for viruses by Avast antivirus

Re: Windows 11???

2021-06-28 Thread Vince Teachout
On 06/28/21 10:15 AM, John Weller wrote: The comments I'm hearing suggest that it is really Windows 10.2 . There is a problem in that it will only work with CPUs that are less than 3 years old. (the technical reasons are more complex - far too difficult for an old man like me!) The

Re: SOLVED: Bizarre Desktop write problem driving me mad

2021-06-16 Thread Vince Teachout
Yeah, I just found out about this today, in the same google search.  "It's since been fixed."  :-( I don't think it was just the free version, though. On 06/16/21 4:34 PM, Eric Selje wrote: On that note, here's a reminder that if the product is free, then your data is the product:

SOLVED: Bizarre Desktop write problem driving me mad

2021-06-16 Thread Vince Teachout
A few months back I asked for help trying to figure out why my program would not let me save to my desktop (Original post below). I got a lot of suggestions, and tried a lot of things, but ultimately was unable to figure it out. A while ago, I did another Google out of boredom, and saw a

Re: _framewk,vct is missing or invalid, but it isn't and it's not.

2021-05-04 Thread Vince Teachout
< mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: On 5/4/2021 4:15 PM, Vince Teachout wrote: Wow, it sounds like the remote developers she works with are idiots. I think she should grab them by their scrawny neck, and slam them against the wall saying "Adhere TO CURRENT PROGRAMMING

Re: _framewk,vct is missing or invalid, but it isn't and it's not.

2021-05-04 Thread Vince Teachout
On 05/04/21 3:53 PM, Ted Roche wrote: Thanks for the insights, wOOdy! I recall installing VFP into its own directories in the distant past, but I haven't done any clean installs on new Windows machines in a long time. This was another developer's machine, and she shares her project with other

Re: Bizarre Desktop write problem driving me mad

2021-03-31 Thread Vince Teachout
Thanks, Alan.  I checked it out, but that isn't the problem. :-( On 03/31/21 7:03 AM, Alan Bourke wrote: Maybe try snagging Doug Hennig's specialfolders.prg from here: https://doughennig.blogspot.com/2007/01/finding-paths-for-special-folders.html Then see what specialfolders("desktop")

Re: Bizarre Desktop write problem driving me mad

2021-03-30 Thread Vince Teachout
Nope, none of the below apply.  Shorcut is the default, and the behavior is the same if I navigate the path from c to users to vinny to desktop. vinny is well under 8.3.  My full path for the TO is a variable (same as yours, actually) with the value: "C:\USERS\VINNY\DESKTOP\MYTEST.PDF " On

Bizarre Desktop write problem driving me mad

2021-03-30 Thread Vince Teachout
Granted, it's a short drive, but This is making me nuts.  I've paraphrased and simplified the problem to the gist of it: My program does COPY FILE (cInputFile) to (cOutputFile).  This works great. EXCEPT if the output file is on my desktop, then I get the message: "Cannot create file

Re: CRS and Generating a Data Dictionary.

2021-03-10 Thread Vince Teachout
On 03/10/21 11:37 AM, Vince Teachout wrote: I seem to recall that there was some built in way (or sample tool) that came with VFP that did this, but am blanking out. Anybody recall this? Thanks, all!  I'll look to see if I still have SDT, but if not, I do recall having looped through

CRS and Generating a Data Dictionary.

2021-03-10 Thread Vince Teachout
My brain doesn't want to work, and I don't want to end up re-inventing the wheel. I need to generate a basic data dictionary for a database -tables, fieldnames, data type and length. I seem to recall that there was some built in way (or sample tool) that came with VFP that did this, but am

Re: Debenu.com/FoxItSoftware for creating PDFs

2021-03-09 Thread Vince Teachout
On 03/09/21 9:37 AM, Ajit Abraham wrote: I am doing this on a normal PC via Nodejs. Client request hits Nodejs -> which calls a VFP COM server which prepares the PDF via XFRX  (but you can use your favorite tool to generate the pdf) in a specific directory -> Nodejs picks this pdf and sends

Re: [NF] WFH desktop heater?

2021-02-15 Thread Vince Teachout
On 02/15/21 2:48 PM, Malcolm Greene wrote: Hey! Looking for recommendations on a desktop heater for my home office. Ideally one that's small and quiet with a steady warmth vs the one I have right now which sounds like a jet taking off with an equivalent blast of heat. I'm not looking to heat

Re: sql server connection

2021-02-11 Thread Vince Teachout
-Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Thursday, February 11, 2021 12:05 PM To: profoxt...@leafe.com Subject: RE: sql server connection Really? All you have to do is set trusted=yes in the conn string, afaik. But I could

Re: sql server connection

2021-02-11 Thread Vince Teachout
On 02/11/21 9:20 AM, Rafael Copquin wrote: Hi  Vince I understand your example. Actually I used it and my test worked like a charm. However, wouldn't it require that my clients have the SQL Server Native Client version already installed in their computers? Rafael The drivers, yes, but those

Re: Report Switching cursor (by itself?)

2021-02-05 Thread Vince Teachout
On 02/05/21 8:03 AM, Frank Cazabon wrote: BINGO!  That was it!  Thank  you, Frank. Hi Vince, is curplants the recordsource if a grid on the screen? If so then move focus away from the grid prior to running the report. The grid is greedy and tries to get it's controlsource selected all the

Report Switching cursor (by itself?)

2021-02-05 Thread Vince Teachout
I've already implemented a work-around, but I'd like to know what's causing this. I have a report that builds a list of plant locations (curPlants), then builds a cursor full of data for a report.  (cList) When I'm ready, I do this: Select cList Report Form MyReport blahblah It INSISTS on

Re: 'Twas The Night Before Crisis...

2020-12-22 Thread Vince Teachout
OK, NOW it's Christmas! -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free

Re: need windows hosting for 4 users to run VFP9 SP2 simultaneous.

2020-11-17 Thread Vince Teachout
On 11/17/20 2:30 PM, Ken McGinnis wrote: We need windows hosting for 4 users to run a single VFP9 SP2 app simultaneously.  This can be windows 10 or server as long as 4 users can run the single VFP application simultaneously. Must be low cost and reliable. All users are in the USA. We are

Re: Where is the Fox?

2020-07-31 Thread Vince Teachout
On 07/31/20 12:45 PM, Ed Leafe wrote: Redmond Programming Language rankings for Q3 2020... Something seems to be missing... Rebol and Dabo also seem conspicuous by there absence. -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: [NF] I will .....

2020-07-21 Thread Vince Teachout
On 07/21/20 9:13 AM, Eric Selje wrote: Forgive me father, for I have started coding without having a plan or even a unit test written first. It's been 51 years since my last confession. You are forgiven.  Go, and sin no more. (And we need that program yesterday) -- This email has been

Re: [NF] Suggestions for DBA tools for MariaDB?

2020-07-10 Thread Vince Teachout
On 07/10/20 11:12 AM, MB Software Solutions, LLC wrote: SQLYog is my go-to beyond HeidiSQL.  Admittedly, I just use SQLYog for schema comparison and automatic update SQL generation to get things in sync. Curious -- why dump SQL Server?  Costs??? Yes, costs.   We'll be required to use

[NF] Suggestions for DBA tools for MariaDB?

2020-07-10 Thread Vince Teachout
Hi all, I may have an opportunity to move our MSSQL backends to MariaDB. One thing I really love about MSSQL is the Server Manager.  It makes maintenance, modifications, server rights, etc, etc, etc easy. I'm wondering what you're using for MariaDB?  So far I've found and looked at Heidi,

Re: SQLite

2020-06-23 Thread Vince Teachout
On 06/23/20 1:35 PM, MB Software Solutions, LLC wrote: Just curious--given what you said, why wouldn't you just go to MariaDB right away then, skipping SQLite? All of our shops have established MSSQL backends.  I don't have a business case for suddenly migrating them to MariaDB, and I have no

Re: SQLite

2020-06-23 Thread Vince Teachout
On 06/23/20 10:18 AM, John Weller wrote: Has anyone used SQLite with VFP? I have always used DBFs as it seemed over-kill to use SQL Server for the small membership databases I've been using (2000 records) however I was introduced to SQLite as part of a Python course so thought I'd give it a try

Re: Virtual Fox Fest 2020: All new virtual Fox conference in October, Southwest Fox hiatus until 2021

2020-05-27 Thread Vince Teachout
On 05/14/20 10:52 AM, Rick Schummer wrote: Registration opens up in July, but I'd hate to temper your enthusiasm so you are welcome to figure it out via our normal conference registration page: https://geekgatherings.com I'm registered!  This is the first time ever I'll get to "go" to one of

Re: [NF] Recommendations on a balance board for standup desk use

2020-04-17 Thread Vince Teachout
Really?  This seems counter-intuitive.   Standing and wobbling reduces fatigue.  I mean, I WANT to believe - it seems like it would be healthier than sitting, if you can get the desk to work out . How long have you been using one? On 04/17/20 9:46 AM, Malcolm Greene wrote: Standing Desk

Re: Best way to move a file (other than COPY FILE and DELETE FILE)

2020-03-25 Thread Vince Teachout
The vfp RENAME command:     RENAME (currentpath\file)   TO (newpath\file) On 03/25/20 3:44 PM, MB Software Solutions, LLC wrote: VFP9SP2 on Win10 Pro clients We've got a document management system (DMS) we wrote for a client and we need to "archive" some files by moving them to a subfolder

Re: [NF] X# Summit

2020-02-08 Thread Vince Teachout
On 02/08/20 7:30 AM, Gérard LOCHON wrote: Why not plan the conference in France ? Why not beautiful Stephentown, New York? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox OT-free

Re: Looking for a "side by side" editor for PRGs

2020-01-24 Thread Vince Teachout
I've been very happy with Winmerge, for several years. On 01/24/20 12:52 PM, Paul Newton wrote: Hi all (Happy New Year) I have two PRGs with about 60 differences between them. I am looking for an editor that will allow me to view and edit them side by side. I have CodeCompare but I can't

Re: AW: May the Open Source Be With You: INTL and SDT!

2020-01-17 Thread Vince Teachout
On 01/17/20 4:43 PM, roger tremblay wrote: Does anyone know if VFP can write pdf files? I just have vfp switch to a PDF printer and output that way, if you can do that.  If not WWIPSTUFF from west wind contains a good PDF class. ___ Post

Re: [NF] X# Bandol 2.2 released to the public

2019-12-17 Thread Vince Teachout
On 12/17/19 7:42 AM, Koen Piller wrote: Hi, Correct,however if the #X would open an own email service, one can decide to accept that or not, now I am 'forced' to read those messages several times. As other's have pointed out, a quick filter solves that problem entirely.  And nobody is

So, about this VFPA thing...

2019-11-22 Thread Vince Teachout
Apparently, I've been under a rock, and there's a magically enhanced VFP9 SP2 that fixes some bugs, can run concurrently with vfp9, and supports 64 bits. Before I download something, am I on the right site: http://baiyujia.com/vfpadvanced/f_vfpa_about.asp ? Thanks!

Re: Gartner Analyst Relations

2019-11-22 Thread Vince Teachout
On 11/22/19 10:11 AM, MB Software Solutions, LLC wrote: Thankfully my memory on bullshit fades but I recall something about them hosing FoxPro wy before it's true demise.  You others longer in the game than I may recall better (unless you've got that CRS syndome too.  CRS = Can't Remember

Re: File Sync

2019-11-20 Thread Vince Teachout
On 11/20/19 10:39 AM, Chris Davis wrote: Can anyone recommend a free and simple file syncing program to mirror a folder on a server to a local folder (files and subfolders). I used to use and love Microsoft's free SyncToy: https://www.microsoft.com/en-us/download/details.aspx?id=15155

Re: We''re getting old ;)

2019-11-07 Thread Vince Teachout
Dang, I'd better get to a conference one year, before everyone passes away! I'm excited that next year's is not in October - I might actually be able to go! -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Will Visual FoxPro run on Windows 10's successor?

2019-10-21 Thread Vince Teachout
On 10/21/19 9:43 AM, Paul H. Tarver wrote: I think I saw on the internet where Abraham Lincoln said that too. Paul H. Tarver BZZZT!  Wrong.  What Lincoln said was "Just because it's on the internet with a picture of a famous dead person doesn't make it true." -- This email has been

Re: Happy Anniversary!

2019-08-17 Thread Vince Teachout
Thank  you!  And many more happy returns! --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Your laptop

2019-03-26 Thread Vince Teachout
On 03/26/19 6:29 AM, Ted Roche wrote: If you buy a sports car, you can't complain it's lousy for hauling manure. Oh, do NOT tell me what I can't do!  >:-( "If you buy a sports car, you can't complain it's lousy for hauling manure." Watch me: "This friggen Lamborghini can't haul manure worth

Re: A FoxPro Transition @ UCLA...

2019-03-20 Thread Vince Teachout
On 03/20/19 1:45 AM, Kurt at VR-FX wrote: I know that Fox-in-Cloud even offers a type of Conversion Assistant - which looks really Great! But, once its converted and running in the cloud - I'm assuming that making updates to the system actually means programming in something that is not

Re: [NF] Recomendations for VFP to Python language reference?

2019-03-11 Thread Vince Teachout
On 03/11/19 2:18 PM, Joe Yoder wrote: I'm starting a Raspberry Pi project involving lots of temperature sensors along with some flow meters etc. I expect to work in Python and realize that a language reference assuming experience in VFP would be a good idea. Any recommendations? I seemed to

Re: UCLA & FoxPro...

2019-03-01 Thread Vince Teachout
On 03/01/19 2:33 PM, Kurt @ Gmail wrote: Yup - if you can believe (which I am sure you folks can - since Uni's at time tend to be a bit behind in Tech.) - they actually have a job opening with FoxPro being the core of the job. Just finished doing a Skype interview with 4 people. Was actually

Re: [OT] Nothing runs like the Fox

2019-02-23 Thread Vince Teachout
On 02/23/19 10:20 AM, Ed Leafe wrote: Ok, this is a stretch, but this past Monday I had my left knee replaced. It's a long story [0], but I got a kick out of the fact that my surgeon's name was Fox! [1] Good luck and fast healing! --- This email has been checked for viruses by Avast

Re: SFTP

2019-02-20 Thread Vince Teachout
On 02/20/19 6:16 AM, Chris Davis wrote: Thanks Mike & Dave No worries, I am exploring both Chilkat and West Wind and will no doubt opt for one of those solutions. I'm using West-Wind for sftp and am happy with it. --- This email has been checked for viruses by Avast antivirus software.

Re: Automating Exchange Calendar (and Outlook, possibly)

2019-02-12 Thread Vince Teachout
On 02/12/19 3:08 PM, Ted Roche wrote: Hypothetically, if you had a VFP application and wanted to start processing Shared group calendars in Exchange where the users have Outlook on their desktop, how would you go about doing that? Automate exchange with COM Add-ins or .NET code? Automate

Happy Holidays!

2018-12-24 Thread Vince Teachout
I hope to be leaving soon until Thursday,  so let me take a moment to wish you all a joyous, safe, and peaceful holiday(s)! Best of luck in the New Year! --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: T'was The Night [NF]

2018-12-24 Thread Vince Teachout
On 12/20/18 11:38 AM, Ted Roche wrote: Twas the night before crisis, and all through the house, Not a program was working, not even a browse. The programmers were wrung out, too mindless to care, Knowing chances of shipping hadn't a prayer. AH!   NOW it's Christmas! Happy Holidays, and

Re: [NF] Broken Windows

2018-12-06 Thread Vince Teachout
So the September (09) 2018 version of Windows 10, which didn't ship until October, and then was taken back, and re-released in October, and taken down, and re-released in November, is now patched in December, so the latest version of Windows 10 1809 is build 17763.168. Hope that clears things

Re: Good old fashioned FTP need from VFP app

2018-09-12 Thread Vince Teachout
On 09/08/18 5:09 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Got a client need for me to FTP some data of theirs to a 3rd party vendor.  Nothing fancy, just regular FTP (not SFTP, not FTP-S). Many moons ago I interacted with Robert Abrams VFP class (wow...I think that was VFP5

Re: alter column in sql server

2018-09-12 Thread Vince Teachout
I wrote a little function that reads in a vfp table, and outputs a SQL Create table script.  Would be super simple to either alter it to output Substr(coriginalname,3) or to edit/replace the field names in the text output file.  Do you want it? --- This email has been checked for viruses by

Re: Good old fashioned FTP need from VFP app

2018-09-10 Thread Vince Teachout
On 09/08/18 5:09 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Got a client need for me to FTP some data of theirs to a 3rd party vendor.  Nothing fancy, just regular FTP (not SFTP, not FTP-S). Many moons ago I interacted with Robert Abrams VFP class (wow...I think that was VFP5

Re: alter column in sql server

2018-09-06 Thread Vince Teachout
I wrote a little function that reads in a vfp table, and outputs a SQL Create table script.  Would be super simple to either alter it to output Substr(coriginalname,3) or to edit/replace the field names in the text output file.  Do you want it? --- This email has been checked for viruses by

Re: [NF] Recommendations for online PHP course?

2018-08-22 Thread Vince Teachout
On 08/22/18 10:59 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2018-08-08 06:29, Dave Crozier wrote: Udemy.com run some great courses and every few weeks run special offers where courses are discounted to your equivalent of a few dollars. I've used PluralSight for some learning.

Re: [NF] Recommendations for online PHP course?

2018-08-10 Thread Vince Teachout
Thanks, all, for the PHP courses recommendations! --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Test Email

2018-08-08 Thread Vince Teachout
On 08/08/18 10:13 AM, Dave Crozier wrote: Re-register!!! No, the problem turned out to be a code ID-10T: PEBCAK.  :-) --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ Post Messages to:

Ooopsy test

2018-08-08 Thread Vince Teachout
Today's test message is brought to you by Sesame Street, and the letter 'D'. D for DOH! and D for DUH! and D for Dumb for words we can't say on Sesame Street. Test -- --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Test Email

2018-08-08 Thread Vince Teachout
On 08/03/18 11:20 AM, Ed Leafe wrote: It was held because apparently you were not a subscriber for a period, and posts from non-subscribers are held until I get around to reviewing them. Yeah, about that. Ever since I switched mailboxes for Profox, I've been a non-subscriber, and have to

[NF] Recommendations for online PHP course?

2018-08-07 Thread Vince Teachout
Would anyone have recommendations for online PHP courses. A client is willing to pay for it for me to start to do some PHP for for them, and I tend to learn more quickly with a structured lesson plan.  Thanks. --- This email has been checked for viruses by Avast antivirus software.

Re: VFP9, SqlServer and NULL values

2018-06-14 Thread Vince Teachout
On 06/13/18 10:30 AM, Rafael Copquin wrote: cCmd = [insert into mydatabase.dbo.employees(name,dob) values( 'John Doe',NULL) ] sqlexec(nHandle,cCmd) messagbox(message()) What error do you get back? --- This email has been checked for viruses by Avast antivirus software.

Re: Sad news

2018-06-06 Thread Vince Teachout
Over the weekend I sadly heard about the sad passing of John Koziol with cancer last Thursday after a four year battle with Cancer. My condolences to his friends and family. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Fun with date calculations in VFP

2018-05-30 Thread Vince Teachout
On 05/29/18 1:04 PM, Stephen Russell wrote: Who has anything like a disk drive on a laptop today? Good point. You think that problem might get worse by 9,999 A.D.? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Fun with date calculations in VFP

2018-05-29 Thread Vince Teachout
On 05/20/18 3:31 PM, Ted Roche wrote: On Sun, May 20, 2018 at 1:39 PM, Gene Wirchenko wrote: thedate=date(,12,31) && Handle this extreme case. And that, kids, is why we call it "The Y10K crisis..." I looking forward to all the I'm going to make when people call me in

Re: [ADMIN] Testing post to ProFox

2018-05-18 Thread Vince Teachout
On 05/18/18 9:25 AM, Ted Roche wrote: On Fri, May 18, 2018 at 8:55 AM, Kurt Wendt wrote: PGRpdiBkaXI9J2F1dG8nPlBpbmchPC9kaXY+ Understood, comrade. "The frog in the pond utters an azure cry." --- This email has been checked for viruses by Avast antivirus software.

Re: INSERT INTO...SELECT Issue - SOLVED!!!

2018-04-23 Thread Vince Teachout
On 04/20/18 2:29 PM, Paul H. Tarver wrote: I'd like to thank the Academy, my 7th grade guidance counselor who gave me my first opportunity to debug a program and my peers here at ProFox who voted for me to receive this award! Thank you all so much! :) Kudos, and well deserved praise, and new

Re: INSERT INTO...SELECT Issue

2018-04-19 Thread Vince Teachout
On 04/19/18 9:38 AM, Paul H. Tarver wrote: My question is this: Has anyone here run into this issue and if so, Is there any another way or procedure around this situation that would allow me to manually fix the fieldnames which start with a number assuming I have no way to change the source

Re: Unexpected results from a group by clause

2018-03-29 Thread Vince Teachout
Joe, Use the Order by Clause to set your ordering. Group by will, by design, eliminate duplicates. GROUP BY is used for aggregate functions, such as sum(), count() etc. On 03/29/18 11:00 PM, Joe Yoder wrote: I have an SQL select statement that includes a group by clause to order the

Re: VFP Programmers

2018-03-23 Thread Vince Teachout
On 03/23/18 1:44 PM, Ted Roche wrote: Oh, man, you're killing me here! To think they laughed at me when I took computer forensics. Is it too late to be interred into the application pool? --- This email has been checked for viruses by Avast antivirus software.

Re: Date / Date Time Picker Class

2018-03-06 Thread Vince Teachout
On 03/06/18 5:01 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2018-03-05 17:41, Richard Kaye wrote: I've been using this one for a bit. 100% pure VFP. http://sandstorm36.blogspot.com/2017/12/dtpickerx-december-2017-version.html/ Just remove the trailing forward slash after the

Re: [ADMIN] Hiccup

2017-12-28 Thread Vince Teachout
On 12/28/17 2:25 PM, Ed Leafe wrote: I left an extra character in one of the list scripts, and as a result anything sent to the list since around yesterday afternoon (or about 2100 UTC) was dropped. Please re-send anything that you posted since then. Typical. I spend 10 hours laboriously

Re: T'was the night...

2017-12-22 Thread Vince Teachout
On 12/22/2017 8:55 AM, Ted Roche wrote: Twas the night before crisis, and all through the house, Not a program was working, not even a browse. The programmers were wrung out, too mindless to care, Knowing chances of shipping hadn't a prayer. Ah! NOW it's Christmas!

Re: [ADMIN] Fixing the held message issue

2017-11-29 Thread Vince Teachout
On 11/29/2017 6:56 PM, Ed Leafe wrote: I *think* I’ve fixed the issue where messages sent to ProFox from ProFoxTech subscribers were being held. Apologies to anyone who tried to post emails this afternoon while I was working on it; please resend them. Tell us what you REALLY think, Ed.

Re: [NF] LogMeIn -- Richard

2017-11-07 Thread Vince Teachout
On 11/7/2017 8:34 AM, Richard Kaye wrote: I am now found.  Was blind, but now you see... ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: VFP, Authorize.net

2017-10-27 Thread Vince Teachout
Thank you all so much! I've forwarded the answers to the person who asked, and I'm sure they'll be able to use them. Thank you! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

VFP, Authorize.net

2017-10-26 Thread Vince Teachout
A friend of mine sent the following question, and I don't know the answer. Does anyone know off the top of their head? "I have a VFP question if you do not mind. I have a client with an old custom app in VFP 7 and 9. They process credit cards using Authorize.net. Authorize.net is pushing

Re: [NF] learn more about what you hate so much.

2017-10-20 Thread Vince Teachout
On 10/20/2017 10:55 AM, Dave Crozier wrote: "Knock, knock." "Who's there?" very long pause "Java." BWAHAHAHAHAHHAHHAHA! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

Re: [ADMIN] Change to Profox list message headers?

2017-10-13 Thread Vince Teachout
On 10/13/2017 1:59 AM, Jerry Wolper wrote: And it does make the mailing list look funny in GMail: https://imgur.com/D7qa6Rv Damn, I look good in shades! Are you my long-lost twin, Vince? -Jerry OMG! It's like looking in a mirror! :-O ___

Re: [ADMIN] Change to Profox list message headers?

2017-10-12 Thread Vince Teachout
On 10/12/2017 11:28 AM, Ted Roche wrote: And it does make the mailing list look funny in GMail: https://imgur.com/D7qa6Rv Damn, I look good in shades! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Sad news...

2017-10-11 Thread Vince Teachout
On 10/11/2017 5:32 AM, Dave Crozier wrote: Fellow Profoxers, I have just been told of some unfortunate news regarding our colleague Allen Pollard (known as Al by most people) who has unfortunately departed to the to the great database in the sky after a short protracted illness. I am so

Re: Janis Booth, RIP

2017-09-12 Thread Vince Teachout
I'm sorry to hear of her passing. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive:

Re: [NF] Re: [FW] Programming language life expectancy

2017-09-01 Thread Vince Teachout
TI-994A. Unpacked it at 2:00 in the afternoon, started playing with BASIC, and a few minutes later realized it was 3:30 AM. On 9/1/2017 1:04 PM, Laurie Alvey wrote: Didn't everyone at least dabble with BASIC? I started out with a Commodore VIC20 which (I believe), had 3.2 kB of RAM.

Re: [NF] has anyone played with Linux on a thumb drive?

2017-06-29 Thread Vince Teachout
On 6/29/2017 5:33 AM, Michael Madigan wrote: I wonder, does this really work? It runs slow, obviously, but yes, it works just fine. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

Re: [NF] Do you prefer Digest Mode?

2017-06-12 Thread Vince Teachout
Ugh. No Digest Mode for me, thanks. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive:

Re: [NF] As one door closes, ...

2017-05-16 Thread Vince Teachout
On 5/15/2017 7:14 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Well, got laid off from the Corporate gig today. It was a good 7 years. Onto the next chapter. If you hear of any needs, send 'em my way! I'm sorry. May your "vacation" be brief, and the new job better!

Re: [NF] What's in your event log?

2017-04-13 Thread Vince Teachout
On 4/13/2017 10:28 AM, Ted Roche wrote: Every morning, I get emails from my Linux servers with the output of 'logwatch' summarizing interesting events that occurred the day before, often leading to some corrective action. Does anyone have an equivalent utility for Windows machines? I wrote an

Re: Monday Survey Question

2017-03-22 Thread Vince Teachout
On 3/22/2017 11:23 AM, Ted Roche wrote: Thanks, all for your answers! Crazy Monday morning thought before the coffee kicked in was working up a web storefront to sell/resell classic VFP books. Coffee's working by now. Never mind. I don't know how much you spent on that coffee, but I think

Re: Monday Survey Question

2017-03-21 Thread Vince Teachout
On 3/20/2017 2:08 PM, Ted Roche wrote: Greetings, happy campers. Pop quiz this fine Monday. 1. How many VFP books do you own? 4: Hackers guide to vfp 6.0, Client Server Apps with Visual Foxpro and SQL server, Internet Applications with Visual Foxpro, Deploying Visual Foxpro solutions. 2.

Re: R.I.P. Marcia Akins

2017-03-14 Thread Vince Teachout
On 3/14/2017 10:01 AM, Jean Laeremans wrote: Some of you who participate on the Universal Thread might already be aware of this. This morning Andy Kramek emailed me and told me of the very untimely passing of Marcia Akins. I'm so sorry to hear of this. What a tragic loss for her family,

Re: R.I.P. Marcia Akins

2017-03-14 Thread Vince Teachout
On 3/14/2017 10:01 AM, Jean Laeremans wrote: Some of you who participate on the Universal Thread might already be aware of this. This morning Andy Kramek emailed me and told me of the very untimely passing of Marcia Akins. I'm so sorry to hear of this. What a tragic loss for her family,

Re: [NF] Scheduled Tasks, VFP, Batch, 7-Zip and PuTTY glitch

2017-03-09 Thread Vince Teachout
Ted, I had a similar problem on SQL Server 2012. I figured out that I had to give full rights to whatever user it was scheduled to run under to both the program and folder it was running in. (I would assume also to any resources it uses as well). Once I did that, it ran like a charm.

Re: So what tech do you like to work in nowadays? (was Re: TaskPane entry for ProFox outdated)

2017-02-14 Thread Vince Teachout
On 2/14/2017 10:00 AM, Dave Crozier wrote: B4A, B4J and B4I which covers the Android, iPhone and PC Windows/Linux platforms. As many of you know I have used this now for about 4 years and have been extremely impressed, in fact amazed at what you can actually do with the product. That's a

Re: [NF] Drop-Dead Simple USB Drive Encryption

2017-02-07 Thread Vince Teachout
My first thought is why not buy a thumbdrive with hardware encryption? ($$$, I know) Portable apps has a version of VeraCrypt, but it says it does require Admin rights to run. Portable apps also has a version of GPG, which wouldn't need apps. Finally, what about installing Portable Apps

Re: RIP Sytze

2017-01-09 Thread Vince Teachout
I am so sorry to hear this, and so sad for your loss. My condolences to you and your family. Hi Everyone This is Sytze's son, I am writing because he passed away on Friday (sudden heart attack while mowing the lawns, very quick, the way he wanted) and I know he was an avid reader on this

  1   2   3   4   5   6   7   8   9   10   >