Re: Need way to change user to access protected folder

2020-10-28 Thread Fred Taylor
riginal Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fred > Taylor > Sent: Wednesday, October 28, 2020 10:36 AM > To: profoxt...@leafe.com > Subject: Re: Need way to change user to access protected folder > > Hmm, vaguely remember doing this thr

Re: Need way to change user to access protected folder

2020-10-28 Thread Fred Taylor
to do it. And you're in a world where you now have to worry about the > password being stored in plaintext in your program :) > > > > > -- > Alan Bourke > alanpbourke (at) fastmail (dot) fm > > On Tue, 27 Oct 2020, at 10:44 PM, Fred Taylor wrote: > > Anybody ha

Need way to change user to access protected folder

2020-10-27 Thread Fred Taylor
Anybody have a way to change the user while an app is running so I can access a protected folder? Haven't done much Windows API in quite some time. Fred --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

Re: [NF] Yahoo Email Settings

2020-02-07 Thread Fred Taylor
a developer... > > Tracy > > > -----Original Message- > From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Fred Taylor > Sent: Friday, February 07, 2020 2:03 PM > To: ProFox Email List > Subject: Re: [NF] Yahoo Email Settings > > I don't think Yahoo all

Re: [NF] Yahoo Email Settings

2020-02-07 Thread Fred Taylor
I don't think Yahoo allows you to send emails via CDO unless you have a paid account. At least that was they told me several years ago. CDO works with Gmail and Office 365 accounts. Fred On Fri, Feb 7, 2020 at 8:51 AM John Weller wrote: > A friend is using a program I wrote to send emails re

Re: The Y2K Bug Returns: Revenge of the Kludge

2020-01-08 Thread Fred Taylor
I have a coffee cup that has on it: "If builders built buildings the way that programmers wrote programs, then the first woodpecker that came along would destroy civilization" Fred On Wed, Jan 8, 2020 at 9:57 AM Ted Roche wrote: > "Who's ever going to need more than 640k?" > > "Just use 9

Re: [NF] This is incredible....command prompt refusing my command to change directory!

2019-10-08 Thread Fred Taylor
It did. You're not on drive E: to see it. Fred On Tue, Oct 8, 2019 at 8:08 AM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Am I having a senior moment?!?? See screenshot: > https://www.screencast.com/t/ur5534H9KT > > I am trying to navigate to a different

Re: bullet point symbols in your label captions

2019-09-30 Thread Fred Taylor
What font are you using for your captions? Use the CHARMAP windows utility to see if there are any characters in your font that will work. Then: yourobj.Caption = CHR(xx)+" "+"Your bulleted item" where xx = your found character index For example Tahoma font: yourobj.Caption = CHR(0xbb)+" "+"B

Re: FoxPro 2.6a for Chromebooks

2019-08-30 Thread Fred Taylor
Not even close. Chrome OS is nothing like Linux. Fred On Fri, Aug 30, 2019 at 11:26 AM Charles Hart Enzer, M.D. wrote: > I thought Anroid OS is Unix-Like and is a flavor of Linux. > > > *Shai / שי **Charles Hart Enzer, MD(Ohio, USA), FAACAP* > *Aliyah : C

Re: Timing Issue

2019-08-16 Thread Fred Taylor
Fred On Fri, Aug 16, 2019 at 3:01 PM Tracy Pearson wrote: > Keep you on your toes. > > Tracy > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fred > Taylor > Sent: Friday, August 16, 2019 5:26 PM > To: profoxt

Re: Timing Issue

2019-08-16 Thread Fred Taylor
Tracy, that command is "DOEVENTS" (no spaces) Fred On Fri, Aug 16, 2019 at 11:40 AM Tracy Pearson wrote: > You need to force the events before the sleep starts with the > > DO EVENTS > > HTH, > Tracy > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.co

Re: File Access Issues

2019-03-24 Thread Fred Taylor
Primary: > den...@cbsds.com > 49 NW 130 Avenue Alternate: > schuette.den...@gmail.com > Great Bend, KS 67530 > > -----Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fred > T

Re: File Access Issues

2019-03-22 Thread Fred Taylor
e also delete and create the indexes daily > for some customers (maybe 20 out of 3600+). > > Have a good one, > Tracy > > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fred > Taylor > Sent: Thursday, March 21, 2019 1

Re: File Access Issues

2019-03-21 Thread Fred Taylor
We recently upgraded to a new server box from running Windows Server 2008 (3 VM's) to Windows Server 2019 (running 6 VM's). Most of the VM's have access to FoxPro data and function without incident. Have you made sure that Windows Defender has also been set to ignore .DBF/.CDX/.FPT files on both

Re: MariaDB limitation on memo fields -- caps out at 255

2019-02-18 Thread Fred Taylor
Mike, Are you sure it's not a TINYTEXT field? TINYTEXT is 0 to 255 chars. TEXT is 65,535 And MEDIUMTEXT is 16,777,215. Fred On Mon, Feb 18, 2019 at 1:48 PM wrote: > My VFP9SP2 app connects to my web database with no issue. My client > wanted to host the database on his network there so I

Re: Name your lnaguages.

2019-02-06 Thread Fred Taylor
LOL! Fred On Tue, Feb 5, 2019 at 8:02 PM Stephen Russell wrote: > https://twitter.com/shanselman/status/1092319147118247936 > > -- > Stephen Russell > Sr. Analyst > Ring Container Technology > Oakland TN > > 901.246-0159 cell > > > --- StripMime Report -- processed MIME parts --- > multipart/a

Re: CDO Email issues all of the sudden? VFP9SP2 app running for years without issue

2018-11-09 Thread Fred Taylor
CDO and Gmail is still working for me. Fred On Fri, Nov 9, 2018 at 9:17 AM wrote: > On 2018-11-09 02:51, Koen Piller wrote: > > Gmail has changed its policy. Advise you to switch to an other > > mailprovider > > Koen > > > Hi Koen, > > I know GMail had changed policy awhile back (2 yrs ago?) w

Re: CDO Email issues all of the sudden? VFP9SP2 app running for years without issue

2018-11-09 Thread Fred Taylor
Me too, Send out about 700-800 a day with CDO and Gmail accounts. No problems. Fred On Fri, Nov 9, 2018 at 3:17 AM John Weller wrote: > I also use CDO and Gmail for unattended emails, so far without a problem. > What alternative provider do you suggest? > > John > > John Weller > 01380 72323

Re: FOXDOC.HLP

2018-11-05 Thread Fred Taylor
Doesn't the old .HLP/.CHM files have to reside on the local drive, not a network drive? Fred On Mon, Nov 5, 2018 at 9:55 AM Ted Roche wrote: > Since a number of files claim to be "corrupt" at the same time, I'm > inclined to believe either the reader is broken or there has been damage to > the

Re: VFP9SP2 & Excel automation -- how to enter this formula into a cell programatically from VFP?

2018-10-15 Thread Fred Taylor
ox.Cells(yourrow,yourcolumn).Formula = [=(NETWORKDAYS(A2,B2)-1)*("17:30"-"9:00")+MOD(B2,1)-MOD(A2,1)] Fred On Mon, Oct 15, 2018 at 2:06 PM wrote: > I forgot to post the formula in text here: > > =(NETWORKDAYS(A2,B2)-1)*("17:30"-"9:00")+MOD(B2,1)-MOD(A2,1) > > I can't get that entered programat

Re: VFP: Task Scheduler

2018-06-11 Thread Fred Taylor
If you're using drive letter mappings, those mappings do not exist for the Task Scheduler. Won't find any data. You can do the mappings in a batch file, Fred On Mon, Jun 11, 2018 at 2:33 PM Desmond Lloyd wrote: > Good afternoon, > > Going nuts down here, have a simple executable generated f

Re: Sad news

2018-06-04 Thread Fred Taylor
Another longtime Fox advocate is gone, you will be missed John, Especially the Porta-bar. Prayers to your family. Fred On Mon, Jun 4, 2018 at 2:10 AM Dave Crozier wrote: > Ladies and Gentlemen, > Over the weekend I sadly heard about the sad passing of John Koziol with > cancer last Thursday

Re: Windows 10 April 2018 Update & Running EXE from Shared drive (Samba)

2018-05-29 Thread Fred Taylor
So much fun, isn't it? The only problem we've seen (so far) is the can't connect remote desktop. Changing the server setting to uncheck the requirement for a secure connection at least lets that work. Connecting to SQL server has been noproblem. Fred On Tue, May 29, 2018 at 10:48 AM, Paul Hill

Re: [NF] Best Practices for collaborative sharing of information

2018-05-29 Thread Fred Taylor
We use Google Drive for the necessary file sharing. Fred On Tue, May 29, 2018 at 10:18 AM, Ed Leafe wrote: > On May 29, 2018, at 12:15 PM, Fred Taylor wrote: > > > > Another +1 for Slack. > > Slack works well for synchronous communication, not as well for async, an

Re: [NF] Best Practices for collaborative sharing of information

2018-05-29 Thread Fred Taylor
Another +1 for Slack. Fred On Tue, May 29, 2018 at 10:02 AM, Stephen Russell wrote: > Ed beat me to Slack. We use it with the KofC to keep small groups working > on a project together in touch with one another. None of us work together > but we can all hook up as needed to share via Slack. >

Re: Microsoft Catch 22 RDP Update

2018-05-22 Thread Fred Taylor
Yeah, that one bit me too. I think we ALL should submit invoices for our time wasted on this. It might open their eyes! But I won't hold my breath that they'll be more considerate of the impact of their "updates". Fred On Tue, May 22, 2018 at 9:06 AM, Dave Crozier wrote: > Gentlemen, > Just

Re: Windows 10 April 2018 Update & ADS Server

2018-05-09 Thread Fred Taylor
Thanks Paul. Now maybe I'll have to talk someone through how to change it, since it's a remote site. Fred On Wed, May 9, 2018 at 12:12 PM, Paul Hill wrote: > On 9 May 2018 at 20:00, Fred Taylor wrote: > > We don't use Advantage, but we had a problem with a machine

Re: Windows 10 April 2018 Update & ADS Server

2018-05-09 Thread Fred Taylor
We don't use Advantage, but we had a problem with a machine trying to use remote desktop after the latest update for W10. Had to uninstall it. It kept saying something about security corruption. . Fred On Wed, May 9, 2018 at 11:26 AM, Paul Hill wrote: > Hi Guys, > > Just a heads up. I curren

Re: [NF] How to block the Windows 10 April 2018 Update, version 1803, from installing

2018-05-03 Thread Fred Taylor
Gr. This update just forced itself on me yesterday without any warning, just rebooted and did the updating. It took nearly 3 hours, yet again! Curse you Bill Gates Fred On Thu, May 3, 2018 at 12:22 PM, Ted Roche wrote: > How to block the Windows 10 April 2018 Update, version 1803, f

Re: Resetting VFP

2018-04-27 Thread Fred Taylor
For that, I just use TaskManager and kill it. Fred On Fri, Apr 27, 2018 at 10:59 AM, Gene Wirchenko wrote: > At 10:42 2018-04-27, Fred Taylor wrote: > >> On Fri, Apr 27, 2018 at 10:21 AM, Gene Wirchenko wrote: >> >> > Hello: >> > >> > Som

Re: Resetting VFP

2018-04-27 Thread Fred Taylor
CANCEL CLOSE ALL CLEAR ALL usually works for me. Fred On Fri, Apr 27, 2018 at 10:21 AM, Gene Wirchenko wrote: > Hello: > > Sometimes, the coding is a breeze, and sometimes, it is not. > > Suppose, because of bugs, incomplete functionality, etc., you have > just hung up VFP. > >

Re: .tmp Is Read-Only

2018-04-09 Thread Fred Taylor
NOFILTER just makes the query return an actual file, not just a filtered view of the original source table, but it is still read only.. READWRITE does that AND allows the resulting cursor to be updated. (change field values, multiple index tags, etc.). Fred On Mon, Apr 9, 2018 at 11:45 AM, Pau

Re: .tmp Is Read-Only

2018-04-09 Thread Fred Taylor
You're SQL cursor has to be made with the READWRITE clause if you're going to try to create more than one index on the resulting cursor. Fred On Mon, Apr 9, 2018 at 10:35 AM, Frank Cazabon wrote: > Paul, > > this is probably due to VFP's optimisation. Always get in the habit of > using NOFILTER

SET ANSI OFF via the VFPOLEDB driver

2018-03-23 Thread Fred Taylor
Does anybody know how to change the ANSI setting for the VFPOLEDB driver from .NET?. An ADO connection object can set the properties (oConn.Properties.Items("set ansi").Value) in VFP code, but the OLEDB connection object in .NET doesn't seem to allow access to these properties. Any Ideas? Fred

Re: [NF] Chat tool for businesses (but not Skype or Facebook Messenger)

2017-12-16 Thread Fred Taylor
Skype is a memory pig. Fred On Fri, Dec 15, 2017 at 11:57 PM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Client likes FB messenger but does not want to friend coworkers. They do > not like Skype for some reason (need to research that more, but they were > clear). What kinds of oth

Re: [NF] Chat tool for businesses (but not Skype or Facebook Messenger)

2017-12-16 Thread Fred Taylor
+1 on Slack Fred On Sat, Dec 16, 2017 at 6:10 AM, Michael Oke, II wrote: > [image: MailTag] > Slack - they have both free and paid versions. The real limit that we have > seen is that the free version doesn't keep as much history but for most, it > works just fine. You can setup multiple acco

Re: [ADMIN] bounced off the list

2017-12-15 Thread Fred Taylor
I use gmail and I did not get any such notice. Fred On Fri, Dec 15, 2017 at 3:50 AM, Man-wai Chang wrote: > Same notice received. Also using Gmail. :) > > On Fri, Dec 15, 2017 at 2:41 AM, Ted Roche wrote: > > Ed: > > > > Got this note this morning: > > > > Your membership in the mailing list P

Re: Issue with _cliptext

2017-12-07 Thread Fred Taylor
Dave, For _VFP.DataToClip() aren't the options the third parameter? Your code shows it as the second parameter. ApplicationObject.DataToClip([nWorkArea | cTableAlias] [, nRecords] [, nClipFormat]) Fred On Thu, Dec 7, 2017 at 6:22 AM, Dave Crozier wrote: > Funnily enough we also had an is

Re: VFP9 can run on Windows Server 2016?

2017-11-15 Thread Fred Taylor
r. > > Thierry Nivelet > FoxInCloud > Give your VFP app a second life in the cloud > http://foxincloud.com/ > > > Le 13/11/2017 à 20:19, Fred Taylor a écrit : > >> Does anyone know if VFP9 .EXEs can run on Windows Server 2016? I don't >> mean just access data

Re: VFP9 can run on Windows Server 2016?

2017-11-14 Thread Fred Taylor
> business. Until such time as the property in the goods passes to the buyer > the seller shall be entitled at any time > > -Original Message- > From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Fred Taylor > Sent: 13 November 2017 23:26 > To: ProFox Email Lis

Re: VFP9 can run on Windows Server 2016?

2017-11-13 Thread Fred Taylor
oFox [mailto:profox-boun...@leafe.com] Im Auftrag von Fred Taylor > Gesendet: Montag, 13. November 2017 21:15 > An: ProFox Email List > Betreff: Re: VFP9 can run on Windows Server 2016? > > Hi wOOdy, > > I don't currently have a Server 2016 setup, we're getting new ser

Re: VFP9 can run on Windows Server 2016?

2017-11-13 Thread Fred Taylor
Maybe that's what he was talking about, the "Nano Server". Thanks Ted. Fred On Mon, Nov 13, 2017 at 2:38 PM, Ted Roche wrote: > On Mon, Nov 13, 2017 at 3:15 PM, Fred Taylor wrote: > > Hi wOOdy, > > > > I don't currently have a Server 2016 setup, we&#x

Re: VFP9 can run on Windows Server 2016?

2017-11-13 Thread Fred Taylor
Thanks Alan. Fred On Mon, Nov 13, 2017 at 3:25 PM, Alan Bourke wrote: > Fred > > Absolutely. > > -- > Alan Bourke > alanpbourke (at) fastmail (dot) fm > > On Mon, 13 Nov 2017, at 07:19 PM, Fred Taylor wrote: > > Does anyone know if VFP9 .EXEs can run

Re: VFP9 can run on Windows Server 2016?

2017-11-13 Thread Fred Taylor
t; > > -Ursprüngliche Nachricht- > Von: ProFox [mailto:profox-boun...@leafe.com] Im Auftrag von Fred Taylor > Gesendet: Montag, 13. November 2017 20:20 > An: ProFox Email List > Betreff: VFP9 can run on Windows Server 2016? > > Does anyone know if VFP9 .EXEs can run on Win

VFP9 can run on Windows Server 2016?

2017-11-13 Thread Fred Taylor
Does anyone know if VFP9 .EXEs can run on Windows Server 2016? I don't mean just access data on the server, actual run a runtime .EXE application on the server itself/ Thanks, Fred --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/htm

Re: UK VFP Developer required...

2017-10-13 Thread Fred Taylor
I've seen it fail both ways. In fact, I've seen projects fail all 3 ways. With VFP devs only, with New language devs only and with a mix of devs from both sides. Some failures have been more spectacular than others. And more expensive. I've only been involved with 1 project like that, That was

Re: Sad news...

2017-10-12 Thread Fred Taylor
Really sorry to hear of another one leaving our ranks. May he rest in peace. On Oct 11, 2017 05:32, "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

Re: Email with CDO error

2017-09-25 Thread Fred Taylor
Is your smtpconnectiontimeout setting of 10, too small? I've never changed that setting from whatever it's default is and send 100's of emails a day using similar code. Fred On Mon, Sep 25, 2017 at 8:21 AM, Rafael Copquin wrote: > I am trying to send emails from VFP using CDO. This is a syste

Re: [NF] Customer asking for (preferably free) unattended remote access software so she can access her work machine from home

2017-09-18 Thread Fred Taylor
I use chrome remote desktop. Works great with a dual monitor setup. Fred On Mon, Sep 18, 2017 at 7:35 PM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Customer is a small business and NOT tech savvy at all (so don't suggest > "UltraVNC configured oh so cool!"). I warned her you get

Re: [OT] Hallo

2017-09-18 Thread Fred Taylor
Some of us are still here. Fred On Mon, Sep 18, 2017 at 9:36 AM, Laurie Alvey wrote: > Is anybody there? No posts since 14 Sep. > > > Laurie > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting

Re: [NF] Not sure if this is good or not?

2017-09-14 Thread Fred Taylor
The potential at least sounds good. Good luck! Fred On Thu, Sep 14, 2017 at 11:38 AM, Stephen Russell wrote: > Our owner was in tears when he told us. He went into the number of > companies they approached and how they filtered down to what they decided > upon. we were told that all leadershi

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

2017-09-01 Thread Fred Taylor
Been there, done that with a TRS-80 Model 1. Several times. Fred On Fri, Sep 1, 2017 at 3:59 PM, Vince Teachout wrote: > 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:

Re: [NF] Windows updates August problems?

2017-08-17 Thread Fred Taylor
Thanks for the heads up Ted. Don't think it'll help my problem at home, my ISP just sucks.. (COX) Though for commercial, it does better, but still has issues. Fred On Thu, Aug 17, 2017 at 12:30 PM, Ted Roche wrote: > Follow-up: I disabled 802.11ac on the 5 Ghz band on the router and the > la

Re: [NF] Windows updates August problems?

2017-08-10 Thread Fred Taylor
, Ted Roche wrote: > On Thu, Aug 10, 2017 at 2:02 PM, Fred Taylor wrote: > > We STILL have about half our machines at work and my personal laptop, > that > > Ouch! Sorry to hear that! > > > Microsoft is really beginning to bug me (more so now then ever!). We > have &g

Re: [NF] Windows updates August problems?

2017-08-10 Thread Fred Taylor
We STILL have about half our machines at work and my personal laptop, that won't reboot properly after some updates. Get the black screen with the spinning white dots forever. The only common thing between them is they are all Dells. Microsoft is really beginning to bug me (more so now then ever

Re: Outlook 2016 security no longer allowing VFP app to send emails as it did in the past

2017-08-04 Thread Fred Taylor
Only one? Fred On Fri, Aug 4, 2017 at 11:09 AM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > . This sounds like I'll need a beer tonight. > > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___

Re: GETFILE() Returns Empty String in Some Cases

2017-07-31 Thread Fred Taylor
Permissions issue on the folder or on the selected file? Fred On Mon, Jul 31, 2017 at 11:03 AM, Ken Dibble wrote: > > What kind of value does "parms" contain? >> > > The actual code is: > > mypath = GETFILE("csv","Spreadsheet","Open",0,"Open Spreadsheet") > > In both stand-alone and applicatio

Re: Outlook 2016 security no longer allowing VFP app to send emails as it did in the past

2017-07-25 Thread Fred Taylor
Redemption? Haven't used it since Office 2007, so couldn't tell you if it works in 2016 or not, Fred On Tue, Jul 25, 2017 at 10:12 AM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > My client has Outlook 2016. At some point in the past, the Outlook > version they had prior worked with

Re: Scrollbar ghost effect

2017-07-14 Thread Fred Taylor
Then how about the .Paint event? Better, Worse, Not at all? Fred On Fri, Jul 14, 2017 at 2:52 PM, Tracy Pearson wrote: > Mike, > > Yes, it does prevent the artifact from appearing. > Reading what REFRESH does, makes me cringe a little to use it in this way. > Every control will refresh its dat

Re: numeric overflow

2017-07-10 Thread Fred Taylor
Always seems to be 3 ways or none. Fred On Mon, Jul 10, 2017 at 11:03 AM, Paul H. Tarver wrote: > Don't you love having lots of cool ways with FoxPro to solve the same > problem? :) > > Paul H. Tarver > Tarver Program Consultants, Inc. > Email: p...@tpcqpc.com > > > -Original Message-

Re: [NF] Multi-function printers

2017-07-10 Thread Fred Taylor
Yea, but HP drivers still suck bad. Fred On Mon, Jul 10, 2017 at 9:48 AM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 2017-07-10 11:56, Stephen Russell wrote: > >> I have used Brother B&W laser for maybe 5 years now and find it easy. I >> also have a color ink jet on my wireless

Re: numeric overflow

2017-07-07 Thread Fred Taylor
Forgot "FUNCTION" in front of "IsOverflow(tnVal).. Fred On Fri, Jul 7, 2017 at 10:31 AM, Fred Taylor wrote: > You could do a little function that: > > IsOverflow(tnVal) > LOCAL cVal, lStat > m.cVal = STR(m.tnVal) > IF m.cVal="*" > m.lStat = .t.

Re: numeric overflow

2017-07-07 Thread Fred Taylor
You could do a little function that: IsOverflow(tnVal) LOCAL cVal, lStat m.cVal = STR(m.tnVal) IF m.cVal="*" m.lStat = .t. ENDIF RETURN m.lStat Fred On Fri, Jul 7, 2017 at 10:22 AM, Rafael Copquin wrote: > I wonder if there is a way to detect that a numeric field in a record is > filled wit

Re: HotTracking Button in a PageFrame

2017-06-20 Thread Fred Taylor
I definitely saw the ghosting with VFP controls, but just the ListBox and EditBox IIRC. Don't have access to that code now, so I can't check. Glad you found a fix. Fred On Tue, Jun 20, 2017 at 11:51 AM, Tracy Pearson wrote: > Fred Taylor wrote on 2017-06-20: > > I remem

Re: HotTracking Button in a PageFrame

2017-06-20 Thread Fred Taylor
I remember something about ghosted images on a pageframe. I think what you need to do is in the init of the pageframe, is to make each page active from last-to-first before setting whatever the correct active page should be. You can use LockScreen property so you don't "see" the pages flashing by

Re: Disappearing (and later reappearing) data on Windows Server 2016

2017-06-06 Thread Fred Taylor
Sounds like a caching issue. Fred On Tue, Jun 6, 2017 at 1:49 PM, wrote: > VFP9SP2 app on Win10 clients; data on Windows Server 2016 > > Client showed me (via TV session) how adding records seems to show the new > records in the local vfp view, then after saving, not showing them, then > exitin

Re: [NF] PyQT for desktop applications

2017-05-30 Thread Fred Taylor
Desktop or web app, whichever, when your only tool is a hammer, everything looks like a nail, Fred On Tue, May 30, 2017 at 8:44 AM, Stephen Russell wrote: > On Tue, May 30, 2017 at 9:55 AM, Alan Bourke > wrote: > > > > > On Tue, 30 May 2017, at 12:05 PM, Stephen Russell wrote: > > > On Tue, Ma

Re: VFP9SP2 app on Windows 10 -- reports not showing

2017-05-27 Thread Fred Taylor
service packs/hotfixes. A project hook would make certain that's dealt with. (belt and suspenders) Fred On Fri, May 26, 2017 at 4:56 PM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 2017-05-26 12:36, Fred Taylor wrote: > >> Have you cleared the printer info from

Re: VFP9SP2 app on Windows 10 -- reports not showing

2017-05-26 Thread Fred Taylor
Have you cleared the printer info from the .FRX? Fred On Fri, May 26, 2017 at 9:18 AM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 2017-05-24 22:21, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: > >> Weird...my app's reports run fine on Win7 but when trying the same app >> on

Re: Foxpro running under terminal services suddenly a lot slower today.

2017-05-24 Thread Fred Taylor
Also, if you have SET CLOCK ON that kills performance on FoxDOS, running under Windows. Don't remember if that affects FoxWin or not. VFP seems OK. Fred On Mon, May 22, 2017 at 2:20 PM, Michael Madigan wrote: > Has anyone noticed a change in their legacy foxpro 2.x programs running > under Te

Re: Foxpro running under terminal services suddenly a lot slower today.

2017-05-24 Thread Fred Taylor
Wasn't there a program named TAMEDOS or something like that you needed for Fox2.5 and 2.6 on Windows? Fred On Wed, May 24, 2017 at 8:21 AM, Man-wai Chang wrote: > CPU utilization problem caused by excessive keyboard polling? I would > bet you patched Foxpro/DOS and fixed it long time ago. > > O

Re: [ADMIN] Spring Cycling for Charity

2017-05-18 Thread Fred Taylor
I feel for you Ed. My knee and my back certainly do. Guess I'll wreck my kidneys/liver with all the naproxen and acetaminophen I take. Fred On Thu, May 18, 2017 at 6:43 AM, Edward Leafe wrote: > Sorry to say, but it ain’t happening this year. Or next. If you’re so > inclined and financially a

Re: Weird Instantiation Bug

2017-05-11 Thread Fred Taylor
If you are using relative object references, you are indeed correct. Fred On Wed, May 10, 2017 at 10:20 PM, Gene Wirchenko wrote: > At 15:50 2017-05-10, Fred Taylor wrote: > >> No, I think the called method, if it uses WITH/ENDWITH, it would be OK. >> > > It will

Re: Weird Instantiation Bug

2017-05-10 Thread Fred Taylor
ack * No harm as long as we don't care about anything outside of this WITH/ENDWITH block ENDWITH RETURN Fred On Wed, May 10, 2017 at 3:17 PM, Gene Wirchenko wrote: > At 14:27 2017-05-10, Fred Taylor wrote: > >> It actually runs. Scary, huh! >> > > Ve

Re: Weird Instantiation Bug

2017-05-10 Thread Fred Taylor
It actually runs. Scary, huh! Fred On Wed, May 10, 2017 at 11:56 AM, Ted Roche wrote: > Fred: > > Does that code actually run? Or does it error at runtime? > > On Wed, May 10, 2017 at 2:53 PM, Fred Taylor wrote: > > Then again, trapping that error at compile time wo

Re: Weird Instantiation Bug

2017-05-10 Thread Fred Taylor
Then again, trapping that error at compile time would prevent this code from working (which would probably be a good thing, ): _screen.addobject("oz","textbox") _screen.oz.Visible = .t. WITH _screen.oz test() ENDWITH RETURN FUNCTION test .left = 250 RETURN Fred On Wed, May 10, 2017 at 11:

Re: Weird Instantiation Bug

2017-05-10 Thread Fred Taylor
Sounds perfectly legit as an error to me. Property references inside the WITH/ENDWITH begin with a ".". VFP couldn't tell the difference between ".f" and a ".someproperty" reference so there would be no error at compile time. Not every scenario can be accounted for at compile time the way it wor

Re: Google Sheets access from VFP

2017-05-09 Thread Fred Taylor
gt; > Let me know if you find more info on this, as I could see this is > something I'd like to work with, too. > > > > On Tue, May 9, 2017 at 1:51 PM, Fred Taylor wrote: > > Can anybody point me to some simple example code to access Google Sheets > > from VFP? &g

Re: Google Sheets access from VFP

2017-05-09 Thread Fred Taylor
Sheets. I need to access Google's spreadsheet. Fred On Tue, May 9, 2017 at 1:30 PM, Koen Piller wrote: > Sheets or streets? > > Op di 9 mei 2017 om 19:51 schreef Fred Taylor > > > Can anybody point me to some simple example code to access Google Sheets > > from V

Google Sheets access from VFP

2017-05-09 Thread Fred Taylor
Can anybody point me to some simple example code to access Google Sheets from VFP? I had some code a few months ago, but now that I actually need it, I can't find it again. Thx, Fred --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text

Re: Question about determining when record not showing after filter applied

2017-05-08 Thread Fred Taylor
Subject: Re: Question about determining when record not showing after > filter applied > > On 2017-05-08 16:45, Fred Taylor wrote: > > You have to move the record pointer to get the filter to "kick in". > > You > > might try SKIP 1 IN yourtable and S

Re: Question about determining when record not showing after filter applied

2017-05-08 Thread Fred Taylor
You have to move the record pointer to get the filter to "kick in". You might try SKIP 1 IN yourtable and SKIP -1 IN your table and see if you come back to the same record # you started at. Fred On Mon, May 8, 2017 at 1:39 PM, wrote: > VFP9SP2 > > After applying a filter to a grid cursor, I wa

Re: Odd Display Bug

2017-05-06 Thread Fred Taylor
It also works correctly if your screen size is 1023 or 1032, not 1024-1031 (my system Courier New 10pt bold). Fred On Sat, May 6, 2017 at 11:48 AM, Gene Wirchenko wrote: > Hello: > > I was running a program with test output and saw an odd bug. I do > not know that anything can be done abo

Re: Odd Display Bug

2017-05-06 Thread Fred Taylor
It does look like a bug. Consider changing the font and/or size? Fred On Sat, May 6, 2017 at 11:48 AM, Gene Wirchenko wrote: > Hello: > > I was running a program with test output and saw an odd bug. I do > not know that anything can be done about it, but heads up. I might have > written

Re: Getting count of rows in a text file -- best approach?

2017-04-26 Thread Fred Taylor
Sure looks like you can load larger than 16MB. Though the help file does say a 16MB limit on memory variables. Fred On Wed, Apr 26, 2017 at 11:44 AM, < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > On 2017-04-26 12:31, Brant E. Layton wrote: > >> Just a reminder - STRTOFILE and FILETOST

Re: [NF] Chromebook OOBE

2017-04-17 Thread Fred Taylor
+1 on the Acer 15"" Chromebook. Bought one (new $179) for my wife to use on the road (she's a mobile dental hygienist) to remote desktop into the company server. She absolutely loves the battery life (10-12 hrs) and the "instant on" that;s it's available as soon as she opens the lid. No problem

Re: Screen Running & Order of Objects Firing...

2017-03-24 Thread Fred Taylor
And don't forget G - GotFocus (LISAG) Fred On Fri, Mar 24, 2017 at 1:50 PM, Tracy Pearson wrote: > Kurt Wendt wrote on 2017-03-24: > > Forget it. I got it. Co-worker pointed me in the right direction. > > > > She suggested " You can type in 'Event Order' under the Search Tab under > Help."

Re: Monday Survey Question

2017-03-22 Thread Fred Taylor
At that price, the book should be about 4 inches thick, wouldn't it? ($50 an inch). Fred On Wed, Mar 22, 2017 at 8:41 AM, Ted Roche wrote: > http://www.isbnsearch.org/isbn/9781565290020 > > On Wed, Mar 22, 2017 at 11:38 AM, Vince Teachout > wrote: > > On 3/22/2017 11:23 AM, Ted Roche wrote: >

Re: R.I.P. Marcia Akins

2017-03-14 Thread Fred Taylor
So sorry to hear of her passing. She was so passionate about many things. Fred On Tue, Mar 14, 2017 at 7:01 AM, Jean Laeremans < laeremans.jeanma...@gmail.com> wrote: > Some of you who participate on the Universal Thread might already be aware > of this. > This morning Andy Kramek emailed me an

Re: VFP Codeplex site down?

2017-02-27 Thread Fred Taylor
I didn't even notice that when I brought the page up. Also, isn't it http://vfpx.codeplex.com/ for the main page? (note the vfpx) Fred On Mon, Feb 27, 2017 at 12:37 PM, Ted Roche wrote: > I got a really slow load (I'm on a very fast internet connection) and > then a page titled "Saraff.Visual

Re: Grid - Height : Expression evaluated to an illegal value

2017-02-27 Thread Fred Taylor
It seems that at normal 100% font size, the limit for Grid.Height is minimum 20. So the 58 is less than 3.5 * 20 (70) ? Fred On Mon, Feb 27, 2017 at 11:10 AM, Tracy Pearson wrote: > Hello, > > I have run in to an odd error. > > I have a common grid. It has been placed on a pageframe class. It

Re: Grid - Height : Expression evaluated to an illegal value

2017-02-27 Thread Fred Taylor
Maybe the size of the font used in the header object is too large when the size of the grid is 58 high? Fred On Mon, Feb 27, 2017 at 11:10 AM, Tracy Pearson wrote: > Hello, > > I have run in to an odd error. > > I have a common grid. It has been placed on a pageframe class. It is used > only in

Re: VFP Codeplex site down?

2017-02-27 Thread Fred Taylor
Their search doesn't seem to be working, though., I get an "Oops" page. Fred On Mon, Feb 27, 2017 at 9:05 AM, Richard Kaye wrote: > And Fred. :-) Probably some cookie issue. > > -- > > rk > -Original Message- > From: ProfoxTech [mailto:profoxtech-

Re: VFP Codeplex site down?

2017-02-27 Thread Fred Taylor
Works with Chrome for me, too. http://vfp.codeplex.com/ Fred On Mon, Feb 27, 2017 at 8:42 AM, Richard Kaye wrote: > I'm just getting a blank page in Chrome. Anyone else seeing similar > results? > > -- > > rk > > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative >

Re: VFP6 / Codemine7 kill switch

2017-02-16 Thread Fred Taylor
Andy, the link you provided causes our ESET AV to block it as a potential dangerous site. Just an FYI. Fred On Thu, Feb 16, 2017 at 3:16 AM, AndyHC wrote: > There seems to be some confusion about mdac (up to WinXP you definitely > needed the latest version. > The consensus ref. Google is that

Re: [NF] Arago

2016-12-20 Thread Fred Taylor
Been there, done that. (punch cards (80 and 96 column), paper tape, and wiring boards) Fred On Tue, Dec 20, 2016 at 10:03 AM, Ted Roche wrote: > Here we go, "Oh, sure, you kids had compilers and cards and paper > tape. We had to wire our logic directly onto the circuit boards." > > http://dilb

Re: Command Button

2016-12-13 Thread Fred Taylor
Try changing it's .ZOrder property. Probably need to change it from 0 to 1. Fred On Tue, Dec 13, 2016 at 9:51 AM, Chris Davis wrote: > Is there any way to stopping a command button from moving forwards when > clicked? > > If themes are enabled simply hovering over it blocks out a control that

Re: mscal.ocx on windows 10

2016-12-08 Thread Fred Taylor
irectory of the > foxpro program? > Loading the mscal.ocx, it asks whether you want to do it as administrator > and we say yes., does that not work? > > From: Fred Taylor > To: ProFox Email List > Sent: Thursday, December 8, 2016 2:13 PM > Subject: Re: mscal

Re: mscal.ocx on windows 10

2016-12-08 Thread Fred Taylor
You have to be an administrator to register it. I just loaded MSCAL.OCX into the C:\windows\system32 folder on a Win 10 Pro box and it failed until I tried to do the regsvr32 command as an administrator. Fred On Thu, Dec 8, 2016 at 11:22 AM, Michael Madigan wrote: > My customer just bought a n

Re: [OT] Test

2016-12-08 Thread Fred Taylor
Looks like it's working... Fred On Thu, Dec 8, 2016 at 10:43 AM, Gene Wirchenko wrote: > Hello: > > I noticed no messages since yesterday. This is rather unusual. > > Sincerely, > > Gene Wirchenko > > [excessive quoting removed by server] ___ P

  1   2   3   4   5   6   7   8   9   10   >