[NF] replace xmarks

2018-05-21 Thread Charles Hart Enzer, M.D.
What do you suggest for a Bookmark Manager that syncs Chrome, Firefox, Androids And has efficient management tools? Thank you *Shai / שי Charles Hart Enzer, M.D., FAACAP* *Aliyah : Cincinnati to Jerusalem

Re: Fun with date calculations in VFP

2018-05-21 Thread Gene Wirchenko
At 12:31 2018-05-20, 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..." It is not a crisis yet. You have

Re: Fun with date calculations in VFP

2018-05-21 Thread Ted Roche
On Mon, May 21, 2018 at 3:37 PM, Vince Teachout wrote: > > nb: Don't lose vfp install disk before then! > Gotcha covered: https://imgur.com/a/NPMsnUL Hmm... might need to find a disk drive too. And a controller. Edge-connector cable... hmm -- Ted Roche Ted Roche &

RE: Task Pane Manager - Community pane

2018-05-21 Thread Paul Newton
Yes I did that - Thanks wOOdy -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Jürgen Wondzinski Sent: 21 May 2018 16:15 To: 'ProFox Email List' Subject: AW: Task Pane Manager - Community pane Not only is the source on GitHub, it was

RE: Task Pane Manager - Community pane

2018-05-21 Thread Richard Kaye
Worst case, don't rummage, debug it. If there's something odd in your environment, the collective wisdom isn't going to be able to get to the fine details.  -- rk -Original Message- From: ProfoxTech On Behalf Of Paul Newton Sent: Monday, May 21, 2018

AW: Task Pane Manager - Community pane

2018-05-21 Thread Jürgen Wondzinski
Not only is the source on GitHub, it was delivered with each and any VFP installation. Look into VFP9\Tools\XSource\VFPSource\TaskPane\ You may have to unpack the XSource.zip first. wOOdy -Ursprüngliche Nachricht- Von: ProFox Im Auftrag von Alan Bourke

RE: Task Pane Manager - Community pane

2018-05-21 Thread Paul Newton
Hi Alan I did have a rummage through the source but didn't get very far - nowhere to be precise ☹ Paul -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Alan Bourke Sent: 21 May 2018 13:39 To: profoxt...@leafe.com Subject: Re: Task Pane Manager - Community

Re: Task Pane Manager - Community pane

2018-05-21 Thread Alan Bourke
The source is here Paul, maybe have a rummage through that? https://github.com/VFPX/TaskPaneManager -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: Fun with date calculations in VFP

2018-05-21 Thread Paul Newton
If you want, for example, the last Friday of the month you could use LastDayOfMonth(Date(),"Friday") or LastDayOfMonth(5,2018,"Friday") Function LastDayOfMonth(tuParm1, tuParm2, tuParm3) Local ldLastDate,lcDayOfWeek,loDaysOfWeek ldLastDate = {} If (Pcount() = 3 And Vartype(tuParm3) = "C") Or

RE: Task Pane Manager - Community pane

2018-05-21 Thread Paul Newton
I still haven't got anywhere with this ... any more ideas anybody? Paul Newton -Original Message- From: Paul Newton Sent: 18 May 2018 13:31 To: 'profox@leafe.com' Subject: Task Pane Manager - Community pane Hi all I have tried every which way (except the right way,