Re: Howdy Folks

2022-11-17 Thread Michael Oke, II
The FLL that I used, and Virgil is referencing, was not a timer instance
but running outside of whatever happened to be displayed on the screen and
sounds similar to what Darren is mentioning.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Wed, Nov 16, 2022 at 7:11 AM Eric Selje  wrote:

> That sounds like a better solution!
>
> On Wed, Nov 16, 2022 at 5:00 AM Darren  wrote:
>
> > I implemented this functionality a while back but did it with event
> binding
> > to windows messaging on the directory - looking for new files (if I
> recall
> > correctly). I found it to be much more reliable than timers and much more
> > responsive. When the file is dropped in the directory the app knows about
> > it
> > almost immediately rather than waiting for the timer to come to the
> party.
> >
> > Just a thought.
> >
> >
> >
> > -Original Message-
> > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
> Virgil
> > Bierschwale
> > Sent: Wednesday, 16 November 2022 9:48 PM
> > To: profoxt...@leafe.com
> > Subject: Re: Howdy Folks
> >
> > thanks, that is probably what I will end up doing.
> > just amazes me that I can't find the original tool.
> > oh well, I noticed a lot of the old foxpro resource sites I used to use
> are
> > no longer in existence.
> >
> >
> > On Tue, Nov 15, 2022 at 5:21 PM Paul H. Tarver  wrote:
> >
> > > I did something similar back in VFP6 where I added a VFP timer object
> to
> > > the
> > > main page and then we set the interval to 3-5 minutes (I can't really
> > > remember exactly how long) and the timer method would fire and check to
> > see
> > > if a "SHUTDOWN" file  was found and if so, it would display a message
> to
> > > the
> > > user with a 90 second countdown to give them time to close the
> > application.
> > > If they didn't respond, the shutdown message form would request a Save
> > > method on the parent form to save whatever was open at the time and
> then
> > it
> > > would close the application. I also checked for the existence of the
> > > "SHUTDOWN" file when starting the application and if found, it would
> > > provide
> > > a user message and then shut down.
> > >
> > > The coding for that is old and antiquated so I'll not embarrass myself
> by
> > > posting. But the logic was pretty much as stated. I guess my point is I
> > > just
> > > used the native VFP timer object to trigger the automated shutdown
> > > everything.
> > >
> > > Paul H. Tarver
> > > Tarver Program Consultants, Inc.
> > >
> > > -Original Message-
> > > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
> > Virgil
> > > Bierschwale
> > > Sent: Tuesday, November 15, 2022 2:26 PM
> > > To: profoxt...@leafe.com
> > > Subject: Howdy Folks
> > >
> > > Been a long time.
> > > I'm back maintaining a foxpro system
> > > Back in the 90's I used a utility that would allow me to put a text
> file
> > > named shutdown.txt in the root folder and it would force all users out.
> > > Been googling and can't find it anymore.
> > > Any of you remember it?
> > >
> > > Looking for a way to kick users out so I can reindex when necessary.
> > >
> > > Thanks,
> > >
> > > Virgil
> > >
> > >
> > > --- StripMime Report -- processed MIME parts ---
> > > multipart/alternative
> > >   text/plain (text body -- kept)
> > >   text/html
> > > ---
> > >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=XA6FgBw35bW2=h4A+Z2L8zhsqwC4=sycu1vgc2c4j...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Howdy Folks

2022-11-15 Thread Michael Oke, II
I have a copy on one of my production systems. Once I get done here I can
look for the name and where I originally sourced it from. Might have been
cpptimer or something like that.


On Tue, Nov 15, 2022 at 13:53 Eric Selje  wrote:

> Is this Visual FoxPro? I think the key would be to add a timer object to
> your _VFP object that checks for the existence of that file and if it finds
> it run the app's shutdown method.
>
> Eric
>
>
> On Tue, Nov 15, 2022 at 2:25 PM Virgil Bierschwale 
> wrote:
>
> > Been a long time.
> > I'm back maintaining a foxpro system
> > Back in the 90's I used a utility that would allow me to put a text file
> > named shutdown.txt in the root folder and it would force all users out.
> > Been googling and can't find it anymore.
> > Any of you remember it?
> >
> > Looking for a way to kick users out so I can reindex when necessary.
> >
> > Thanks,
> >
> > Virgil
> >
> >
> > --- StripMime Report -- processed MIME parts ---
> > multipart/alternative
> >   text/plain (text body -- kept)
> >   text/html
> > ---
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=W9V_Yd1iqHTkdYrj7jEnEFR762WOdOvBN9KyT+p=v...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: fox wiki down for anyone else?

2022-05-30 Thread Michael Oke, II
Works just fine for me.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, May 30, 2022 at 9:41 AM Jeff Roberts  wrote:

> I haven't been able to pull up pages on fox wiki (https://fox.wikis.com/)
> for several days. Is anyone else having this problem? If so, does anyone
> know who maintains this site? I was playing around with linked servers in
> SQL Server 2014 and there was some code there I was going to put into my
> notes.
>
> --
> Jeff Roberts | jefflrobe...@gmail.com
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=x9qthjjxxrjzer+nefkkkznorppynxmo_eb7bucb9...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Beyond Quickbooks

2022-01-18 Thread Michael Oke, II
NetSuite is one of the apps that I have heard of but have very little
experience with but, if they haven't been closing months -- there might be
a lot of work ahead.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Sat, Jan 15, 2022 at 8:20 PM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> Jeff Johnson's old client has contacted me asking about a replacement
> for their QuickBooks because they've basically outgrown it.  (Doesn't
> help that they've got 18 years of data in there and their trucking
> business has boomed since the pandemic, and I'm pretty sure they haven't
> closed out or group totally or whatever you call it for past time
> segments.)
>
> Suggestions?
>
> tia!
>
> --
> Michael J. Babcock, MCP
> Fox/VFP dev since 1997
> Developer of FabNet estimating software - mbsoftwaresolutions.com
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=vsmmqrakban8rl8_-yfkv+ftb41pw4knalj3ir5lk...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Windows 11 ads and unexpected restarts on Win 10 Pro

2021-12-16 Thread Michael Oke, II
Age perhaps.  My desktop is a few years old as is my laptop so they both
lack the TPM 2.0 support as well as at least the laptop sporting an
unsupported processor.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Thu, Dec 16, 2021 at 5:58 PM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> I wonder how my Win10Pro machine would differ from yours?
>
> On 12/16/2021 6:13 PM, Michael Oke, II wrote:
> > I haven't seen anything of the sort but I'm not sure that either of my
> > physical Windows 10 machines qualifies for the update.
> >
> > -------------
> > Michael Oke, II
> > oke...@gmail.com
> > 661-349-6221
> > -
> >
> >
> > On Thu, Dec 16, 2021 at 2:21 PM MB Software Solutions, LLC <
> > mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:
> >
> >> My Win10Pro dev machine decided to reboot overnight without any warning
> >> to me TWICE in the past week, and it had me quite pissed off.
> >> Thankfully my code was all saved (or at least 99% of it), but
> >> admittedly, I often leave my VFP window open and pick up where I left
> >> off the next day.
> >>
> >> As some of you may recall, I designed an app for managing my Beer League
> >> Hockey group (called the "Babs Hockey Fraternity" on Facebook--locations
> >> in two states now!), and initially, because it was so quick to get it up
> >> and going, I used a VFP DBC backend.  I also use Mr. Chen's VFP 10
> >> exclusively for that too.  After a few crashes from VFP 10 corrupting
> >> the DBFs, I swapped out to the MariaDB backend instead.  (I've been
> >> using MySQL/MariaDB since I saw Bob Lee's n-tier presentation at GLGDW
> >> back in 2003.)
> >>
> >> Anyhooo.did anybody else get a similar behavior recently, with your
> >> computer asking you if you wanted the free upgrade to Win 11?
> >>
> >>
> >> --
> >> Michael J. Babcock, MCP
> >> Fox/VFP dev since 1997
> >> Developer of FabNet estimating software - mbsoftwaresolutions.com
> >>
> >>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=ukoyeatkexvfjy37utxhwfcqfy2x6jwqu7pftjqec...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Windows 11 ads and unexpected restarts on Win 10 Pro

2021-12-16 Thread Michael Oke, II
I haven't seen anything of the sort but I'm not sure that either of my
physical Windows 10 machines qualifies for the update.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Thu, Dec 16, 2021 at 2:21 PM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> My Win10Pro dev machine decided to reboot overnight without any warning
> to me TWICE in the past week, and it had me quite pissed off.
> Thankfully my code was all saved (or at least 99% of it), but
> admittedly, I often leave my VFP window open and pick up where I left
> off the next day.
>
> As some of you may recall, I designed an app for managing my Beer League
> Hockey group (called the "Babs Hockey Fraternity" on Facebook--locations
> in two states now!), and initially, because it was so quick to get it up
> and going, I used a VFP DBC backend.  I also use Mr. Chen's VFP 10
> exclusively for that too.  After a few crashes from VFP 10 corrupting
> the DBFs, I swapped out to the MariaDB backend instead.  (I've been
> using MySQL/MariaDB since I saw Bob Lee's n-tier presentation at GLGDW
> back in 2003.)
>
> Anyhooo.did anybody else get a similar behavior recently, with your
> computer asking you if you wanted the free upgrade to Win 11?
>
>
> --
> Michael J. Babcock, MCP
> Fox/VFP dev since 1997
> Developer of FabNet estimating software - mbsoftwaresolutions.com
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=xu0jqy7vuhqqzyzt-ly4eenvvqjttwncokgt7ofuv...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] - Is Bigger Always Better When It Comes To Your Monitors? :)

2021-08-25 Thread Michael Oke, II
When it arrives, a single 43 inch Dell running at 3840x2160 replacing 3
monitors.  A 29-inch over a 34-inch ultra wide with another 29 turned
portrait for system monitoring.  1920x1080 over 2560x1080 with another
1080x1920 on the side.  I am looking forward to the simplification on my
desk along with the ability to sub-divide the space on the new monitor.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Wed, Aug 25, 2021 at 9:08 AM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> Your docking station should take care of any port issues...assuming
> you're using a laptop?
>
> On 8/24/2021 3:04 PM, John Weller wrote:
> > I'd say go for it - you can't have too much screen real estate!  Don't
> know
> > about Display Ports, no experience.
> >
> > John
> >
> > John Weller
> > 07976 393631
> >
> >> -Original Message-
> >> From: ProfoxTech  On Behalf Of Paul H.
> >> Tarver
> >> Sent: 24 August 2021 19:59
> >> To: profoxt...@leafe.com
> >> Subject: [NF] - Is Bigger Always Better When It Comes To Your Monitors?
> :)
> >>
> >> I've been using dual monitors for many years now, but I've been working
> > with
> >> monitors with two different layouts. Both monitors were 22" wide but the
> >> primary monitor was more square format whereas my secondary monitor has
> >> more of a wide screen format.
> >>
> >>
> >>
> >> Apparently, after I started talking about upgrading my gear, the main
> > monitor
> >> heard me, got mad and decided to give up the ghost yesterday.
> >>
> >>
> >>
> >> Fortunately, I had a used 27" monitor on hand which I stuck in place
> >> temporarily and the size and brightness and contrast have been a huge
> >> improvement. In fact, this used monitor is making my secondary monitor
> > look
> >> like crap.
> >>
> >>
> >>
> >> So, my question is this: What size monitors are you using for
> development
> > and
> >> how many? The new computer I've purchased has 2 Display Ports, 1 HDMI
> and
> >> 1 VGA. So I'm considering getting two matching monitors which support
> > Display
> >> Ports. Any comments, thoughts or suggestions about Display Ports?
> >>
> >>
> >>
> >
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=WK_=bcewhgjgajcdeouv2gwb5vsg7udnwc2ni7pyr...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Outlook Office 365

2021-08-24 Thread Michael Oke, II
Looks like he got StripMime'd

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Tue, Aug 24, 2021 at 11:09 AM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> Not much to say, Dave?
>
> On 8/24/2021 7:08 AM, Dave Crozier wrote:
> > --- StripMime Report -- processed MIME parts ---
> > multipart/alternative
> > --- StripMime Errors ---
> > A message with no text/plain section was received.
> > The entire body of the message was removed.  Please
> > resend the email using plaintext formatting
> > ---
> >
> --
> Michael J. Babcock, MCP
> Fox/VFP dev since 1997
> Developer of FabNet estimating software - mbsoftwaresolutions.com
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=UG=xddv7guzgqhmke53ur6b+7akueeuyvoxulhonx...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Recommendations on a developer seat cushion?

2021-08-16 Thread Michael Oke, II
ah...

I use the seat cushion from Purple (https://purple.com/seat-cushions/car)
but they have a few options.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, Aug 16, 2021 at 9:56 AM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> Malcolm -- I'm awaiting your product review with baited breath and a
> butt thinking this could improve my work day!  ;-)
>
>
> On 8/12/2021 12:09 PM, Malcolm Greene wrote:
> >> These might not be as comfy as real ones, but great fun nevertheless! 
> > https://www.amazon.com/Silicone-Breast-Form-Cup-Separated/dp/B07FD4ZMJP/
> >
> > Ha! Brilliant! And probably appropriate for how [NF] my question was :)
> >
> > For those following this thread, I ordered the following item and will
> test this weekend.
> > https://www.amazon.com/gp/product/B07SZ3THNS/
> >
> > Malcolm
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=uhz2mpu2scvcxq8qckqtoflkp46psew7oufhqff5j...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: Windows 11???

2021-06-29 Thread Michael Oke, II
The commodity desktop boxen that my day job buys have these already on
board as we use them for BitLocker.  I'd expect more that custom built
equipment in households doesn't tho.  Might have the option but the
chip/card may be missing.  I've already read (and spoken to an engineer)
about a version that forgoes the TPM chip.


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Tue, Jun 29, 2021 at 1:15 AM Alan Bourke  wrote:

> On Mon, 28 Jun 2021, at 3:05 PM, MB Software Solutions, LLC wrote:
> > Hmmm...I thought Windows 10 was the last OS!  Does this mean we have the
> > anxiety yet again of "will our VFP apps work in Win" ???
>
> It looks like effectively a large service pack, the UI has differences but
> the underlying architecture is the same. So I would bet the house that VFP
> will continue to work fine.
>
> Windows 11 also requires a hardware security feature called TPM, and I
> doubt very much that many commodity desktop boxen from Dell and the like
> will have that feature. So I don't see Windows 11 being a feature of the
> corporate desktop for quite a while, as many companies have only just
> refreshed hardware for Windows 10.
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=vl5mgacwwkga_s3bn_gypzbyy0emgom+oimhnxn+h...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Windows 11???

2021-06-28 Thread Michael Oke, II
Of course we will have that anxiety, assuming that people can/will
upgrade.  And I'm not sure that it is an upgrade to be honest, it just
seems like a new shell on top of the OS.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, Jun 28, 2021 at 7:05 AM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> Hmmm...I thought Windows 10 was the last OS!  Does this mean we have the
> anxiety yet again of "will our VFP apps work in Win" ???
>
> --
> Michael J. Babcock, MCP
> Fox/VFP dev since 1997
> Developer of FabNet estimating software - mbsoftwaresolutions.com
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=VXmXjPtgXi4Vkw-6k5LVM3C4+NOnX8VpGeH=jET=p...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: ProFox List Statistics for February 2021

2021-03-02 Thread Michael Oke, II
LoLz

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, Mar 1, 2021 at 10:16 PM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> I'm dethroned.  lol
>
> On 3/1/2021 8:56 AM, Richard Kaye wrote:
> > I don't know how I did it but there's a first time for everything... 
> >
> > --
> >
> > rk
> >
> > -Original Message-
> > From: ProfoxTech  On Behalf Of List
> Administrator Account
> > Sent: Monday, March 1, 2021 8:03 AM
> > To: profoxt...@leafe.com
> > Subject: ProFox List Statistics for February 2021
> >
> > ==
> > ProFox List Statistics
> > February 2021
> > ==
> > Subscriber Count at End of Month:
> >   ProFox: 296
> >   ProFoxTech: 182
> > ==
> >
> > Top 20 Contributors by Number of Non-OT Posts
> > 
> > |Posts   Contributor   |
> > 
> >1.8Richard Kaye
> >2.6MB Software Solutions, LLC
> >3.6Paul H. Tarver
> >4.6Malcolm Greene
> >5.5Eric Selje
> >6.5Ken Kixmoeller (ProFox)
> >7.5Vince Teachout
> >    8.    4Ed Leafe
> >9.4Tracy Pearson
> >   10.4Jürgen Wondzinski
> >   11.3Ted Roche
> >   12.3Christof Wollenhaupt
> >   13.3Rafael Copquin
> >   14.3Michael Oke, II
> >   15.2Frank Cazabon
> >   16.2John Weller
> >   17.2Koen Piller
> >   18.2Stephen Russell
> >   19.1Mike
> >   20.1List Administrator Account
> >
> >
> > Top 20 Contributors by Total Number of Posts
> > 
> > |Posts   Contributor   |
> > 
> >1.8Richard Kaye
> >2.6MB Software Solutions, LLC
> >3.6Paul H. Tarver
> >4.    6    Malcolm Greene
> >5.5Eric Selje
> >6.5Ken Kixmoeller (ProFox)
> >7.5Vince Teachout
> >8.4Ed Leafe
> >9.4Tracy Pearson
> >   10.4Jürgen Wondzinski
> >   11.3Ted Roche
> >   12.3Christof Wollenhaupt
> >   13.3Rafael Copquin
> >   14.3Michael Oke, II
> >   15.2Frank Cazabon
> >   16.2John Weller
> >   17.2Koen Piller
> >   18.2Stephen Russell
> >   19.1Mike
> >   20.1List Administrator Account
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=vp5bcejbs+4ypkdjt2uefftctyzb2ymsyswbwl3jq...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: [NF] WFH desktop heater?

2021-02-15 Thread Michael Oke, II
www.newair.com is where I found the heater for my wife's "office".

-----
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, Feb 15, 2021 at 6:13 PM Ed Leafe  wrote:

> On Feb 15, 2021, at 13:48, 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 my entire office, just the vicinity of my
> upper body in front of my monitors.
>
> Maybe look on eBay for one of those old Pentium computers? They were
> pretty toasty.
>
>
> -- Ed Leafe
>
>
>
>
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=UYa5B2QgkfsBoJ-2bFAPxdbj4Oc-tiyu=FY5YquuQ2=g...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Anyone There?

2021-02-10 Thread Michael Oke, II
glitch in the matrix.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Wed, Feb 10, 2021 at 7:31 AM Ed Leafe  wrote:

> On Feb 10, 2021, at 09:29, Ed Leafe  wrote:
> >
> >> Is anybody there?
> >
> > Don’t know if you’ll see this, but email from the list has been bouncing
> from your address, and the list software disabled your account. I’ve
> manually re-enabled it, so let’s hope your ISP has come to their senses and
> stopped blocking mail from my servers.
>
> Looks like it worked!
>
> Feb 10 09:29:57 mail postfix/smtp[406004]: B024212037A: to=<
> j...@johnweller.co.uk>, relay=mx1c51.megamailservers.eu[91.136.8.162]:25,
> delay=5.4, delays=0.15/0.67/3.8/0.77, dsn=2.0.0, status=sent (250 2.0.0
> 11AFTrgl014848 Message accepted for delivery)
>
>
> -- Ed Leafe
>
>
>
>
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=v45b1482fwtjx4fksiz+2exyphc-nx-ugx1thxqer...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: [SPAM] [NF] Macbook Upgrade

2021-02-04 Thread Michael Oke, II
I just can't justify a ton of built-in storage anymore, especially in a
MacBook, as Apple just wants to stick it to you when you want expansive
storage.  System76's offerings for Linux based systems (whether you want to
use their version or not) allows for options but then you are no longer in
the Apple environment unless you want to try and build a hackintosh using
opencore or something similar. For my personal MBP, an older 13 inch unit
with no touch bar, I have a 4TB external SSD that I carry with me with the
VMs, source, and such that I feel I might need.  That gets synced with the
network in my office when I attach to it so that things remain with some
level of stasis and I can work from whichever machine I decide to use that
day.

I am looking at the new Darter Pro from System76 to become my main portable
machine and it allows for 2 2TB NVMe drives, provided you are willing to
pay the freight.  Still not sure that I need that much built-in storage.
Now I really just have to get my CFO on board with the purchase.  You can
check this machine out here:  https://system76.com/laptops/darter

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Thu, Feb 4, 2021 at 12:17 PM Eric Selje  wrote:

> I could see that. I'm in constant awe of the different use cases people
> have for their machines.  e.g. I used to keep a *ton* of my code on my
> local machine now, but I've moved it all to GitHub or BitBucket and only
> have what I'm currently working on stored locally.  All of my photos,
> music, and videos are on my Synology (as well as local backups).  VMs are
> in AWS, etc. My local storage needs have greatly diminished in the last few
> years.
>
> E
>
> On Thu, Feb 4, 2021 at 12:45 PM Christof Wollenhaupt <
> chris...@wollenhaupt.org> wrote:
>
> > Hi Eric,
> >
> > > Why do you need 4TB of local storage? I'm doing as much as I can to go
> > the
> > > other way now - keeping as much as possible on my Synology NAS so I can
> > > access it from any device. That may be your constraint.
> >
> > We have like a half a dozen Synologies in various offices in different
> > sizes. None of them would meet Ken's "must be portable" requirement. 
> > The other issue with Synologies is that in terms of data transfer it's
> hard
> > to exceed 100 MB/second and the network adds extra latency, as does the
> SMB
> > protocol. My external SSD connected to USB-C maintains 240 MB/sec and the
> > internal one is a lot faster than that.
> >
> > We tried TimeMachine backups on the Synology and storing our VMs there,
> > but it was just too slow and buggy. We now use SSDs for TimeMachine and a
> > lot of problems have disappeared.
> >
> > I've 2 TB of storage, but constantly get error messages because I run out
> > of disk space. I've moved rarely used VMs to an external disk, even
> though
> > I don't like that. I guess videos need a similar amount of storage.
> >
> > --
> > Christof
> >
> > --- StripMime Report -- processed MIME parts ---
> > multipart/alternative
> >   text/plain (text body -- kept)
> >   text/html
> > ---
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=X6QMyr5=+vav8+xuxhqjh6o5zdnnonv29tmros_m5...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: ProFox List Statistics for 2020

2021-01-03 Thread Michael Oke, II
Ditto. On the second part of that email. 



On Sun, Jan 3, 2021 at 07:17 MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> That MB Software Solutions guy is such a windbag.  lol
>
> Happy New Year, ProFox!  Here's to a better 2021 for everybody!
>
> --Mike
>
>
> On 1/1/2021 7:13 AM, List Administrator Account wrote:
> > ==
> > ProFox List Statistics
> > 2020
> > ==
> > Subscriber Count at End of Year:
> >   ProFox: 296
> >   ProFoxTech: 182
> > ==
> >
> > Total Posts: 1105
> > (Down 44.56% from 2019)
> >
> > Total [OT] Posts: 0
> > (Down 100.0% from 2019)
> >
> > Total [NF] Posts: 279
> > (Down 43.75% from 2019)
> >
> >
> > Daily Message Counts for 2020
> > 
> > Date  Count
> >   -
> >1  -  33
> >2  -  35
> >3  -  39
> >4  -  28
> >5  -  30
> >6  -  23
> >7  -  34
> >8  -  50
> >9  -  30
> >   10  -  46
> >   11  -  19
> >   12  -   9
> >   13  -  20
> >   14  -  15
> >   15  -  22
> >   16  -  37
> >   17  -  45
> >   18  -  24
> >   19  -   2
> >   20  -  40
> >   21  -  67
> >   22  -  38
> >   23  -  76
> >   24  -  73
> >   25  -  37
> >   26  -  50
> >   27  -  31
> >   28  -  46
> >   29  -  33
> >   30  -  53
> >   31  -  20
> >
> >
> > Message Counts By Day of Week for 2020
> > 
> > DOW  Count
> > ---  -
> > Sun -   35
> > Mon -  181
> > Tue -  213
> > Wed -  232
> > Thu -  199
> > Fri -  182
> > Sat -   63
> >
> >
> > Distinct Posters to the List
> > (changes relative to 2019)
> > 
> >   Non-OT messages: 71 (Down 18.39%)
> >   OT messages: 0 (Down 100.0%)
> >   NF messages: 42 (Down 30.0%)
> > Total number: 71 (Down 21.11%)
> >
> >
> > Top 20 Contributors by Number of Non-OT Posts
> > 
> > |Posts   Contributor   |
> > 
> >1.  155MB Software Solutions, LLC
> >2.   87Alan Bourke
> >3.   76Richard Kaye
> >4.   60Tracy Pearson
> >5.   55Eric Selje
> >6.   55Stephen Russell
> >7.   50Paul Newton
> >8.   50Ted Roche
> >9.   38Ed Leafe
> >   10.   36Jürgen Wondzinski
> >   11.   31Charles Hart Enzer, M.D.
> >   12.   29Paul H. Tarver
> >   13.   22John Weller
> >   14.   20Frank Cazabon
> >   15.   18Malcolm Greene
> >   16.   17Philip Borkholder
> >   17.   17Dave Crozier
> >   18.   16Koen Piller
> >   19.   15Johan Nel
> >   20.   15Vince Teachout
> >
> >
> > Top 0 Contributors by Number of OT Posts
> > 
> > |Posts   OT%  Contributor  |
> > 
> >
> >
> > Top 20 Contributors by Number of NF Posts
> > 
> > |Posts   Contributor   |
> > 
> >1.   28MB Software Solutions, LLC
> >2.   26Eric Selje
> >3.   25Alan Bourke
> >4.   23Charles Hart Enzer, M.D.
> >5.   22Stephen Russell
> >6.   17Paul Newton
> >7.   17Richard Kaye
> >8.   12Johan Nel
> >9.   11Malcolm Greene
> >   10.   11Ted Roche
> >   11.   10Tracy Pearson
> >   12.6John Weller
> >   13.5Jürgen Wondzinski
> >   14.5Ed Leafe
> >   15.5Vince Teachout
> >   16.4Kurt Wendt
> >   17.4Paul H. Tarver
> >   18.4Frank Cazabon
> >   19.3Koen Piller
> >   20.3Paul Hill
> >
> >
> > Top 20 Contributors by Total Number of Posts
> > 
> > |Posts   Contributor   |
> > 
> >1.  155MB Software Solutions, LLC
> >2.   87Alan Bourke
> >3.   76Richard Kaye
> >4.   60Tracy Pearson
> >5.   55Eric Selje
> >6.   55Stephen Russell
> >7.   50Paul Newton
> >8.   50Ted Roche
> >9.   38Ed Leafe
> >   10.   36Jürgen Wondzinski
> >   11.   31Charles Hart Enzer, M.D.
> >   12.   29Paul H. Tarver
> >   13.   22John Weller
> >   14.   20Frank Cazabon
> >   15.   18Malcolm Greene
> >   16.   17Philip Borkholder
> >   17.   17Dave Crozier
> >   18.   16Koen Piller
> >   19.   15Johan Nel
> >   20.   15Vince Teachout
> >
> >
> > Top 20 Contributors by Number of New Threads Started
> > 

Re: Hacker's Guide, Section 4, now live on github.io!

2019-12-29 Thread Michael Oke, II
That's awesome.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Sun, Dec 29, 2019 at 7:47 AM Ted Roche  wrote:

> Kudos to Doug Hennig for getting this done!
>
> https://hackfox.github.io/
>
> Looks great!
>
> --
> Ted Roche
> Ted Roche & Associates, LLC
> http://www.tedroche.com
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=V3q2nHdZP+znYKurMsfSg9R4fkK+Lokt-n+9=3wnv...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: {NF] WIN 10 and LibreOffice

2019-12-09 Thread Michael Oke, II
I am and have been running LibreOffice on my Win10 boxes for some time now
without issue.  Currently running 6.3.0

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, Dec 9, 2019 at 8:16 AM António Tavares Lopes 
wrote:

> I am using LibreOffice 6 with W10 with no problems since forever.
>
> On Mon, Dec 9, 2019 at 3:43 PM Charles Hart Enzer, M.D. 
> wrote:
>
> > Thank you, Alan.
> >
> > I had many error messages using LibreOffice 6.x
> >
> > So I uninstalled and installed 5.0.0
> >
> > Continued to get errors:
> >
> >- Error saving the document xxx.doc:
> >Write Error.
> >The file could not be written.
> >
> >
> >
> > *Shai / שי **Charles Hart Enzer, MD(Ohio, USA), FAACAP*
> > *Aliyah <https://en.wikipedia.org/wiki/Aliyah>: Cincinnati to Jerusalem
> > <http://www.gojerusalem.com/items/263/German-Colony/>'s German Colony
> > <https://en.wikipedia.org/wiki/German_Colony,_Jerusalem> May, 2017*
> >
> >
> >
> > *Volunteer Associate Professor of PsychiatryUniversity of Cincinnati
> > Medical CenterWebSite: **EnzerMD.com <http://EnzerMD.com>*
> > *Publications* <http://www.enzermd.com/CV.html#Publications>
> >
> > *Tiny Country, Huge Dreams*
> > *ארץ זעירה, **חלומות ענקיים*
> > *עם ישראל חי*
> >
> >
> > On Mon, Dec 9, 2019 at 4:00 PM Alan Bourke 
> > wrote:
> >
> > > This would seem to indicate that the latest version certainly works on
> > > Windows 10, I would frankly be astonished if it didn't:
> > >
> > > https://www.libreoffice.org/get-help/system-requirements/
> > >
> > > There are posts out there indicating that even version 5 from 2015 is
> > > supported on Windows 10.
> > >
> > > --
> > >   Alan Bourke
> > >   alanpbourke (at) fastmail (dot) fm
> > >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=v2b5ywjrzuoz_djnqoucktrrknic3skywtcouiq8e...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: Another refactoring question regarding unused columns in a DBF table

2019-10-02 Thread Michael Oke, II
I would drop the indices and use option 2 to rename the fields to drop them
after operations demonstrates that they are useless.  The reduction in
record size would be well worth it.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Wed, Oct 2, 2019 at 12:45 PM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> The main table in your inherited legacy application has 243 fields.
> Through looking at the database columns individually, you have
> determined that only 139 of those are used.  (really!) They're of mixed
> types (characters, numbers, logicals, date/time, etc.).  Getting rid of
> them takes you from a record size of 3093 down to 1982.  In one
> instance, testing showed it reduced the size of the DBF by 1/3!  Some of
> those unused fields have indexes on them.  Let's assume I dropped the
> indexes on those fields.
>
> Do you:
>
>  1. do nothing...leave them as-is.
>  2. rename them to "X" so that you can basically mark them
> useless (to be later dropped) but have the ability to rename back to
> original if the app hits a snag showing a dependence on that useless
> field.
>  3. do something else I haven't considered?  (Dropping them immediately
> is not an option as it's too radical/nuclear and offers no failsafe
> at time of change)
>
> tia,
> --Mike
>
>
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=x79vj-eu2dxrid-djs0q2rln6z2zqdxgmzanmozna...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Question regarding updates to backend DBF table

2019-10-02 Thread Michael Oke, II
You will see network traffic, however small, as the update occurs.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Wed, Oct 2, 2019 at 11:10 AM MB Software Solutions, LLC <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> Scenario: VFP9SP2 on modern Windows operating system using DBFs. Let's
> assume NO BUFFERING for this scenario, but there IS an index (1 or more)
> using the MyField field in the .CDX file.
>
> If the MyTable.MyField current value is "MyValue", will this code cause
> any network traffic with the backend table even though the value is the
> same?
>
>REPLACE MyField WITH "MyValue" IN MyTable
>
> Or is VFP smart enough to say "yeah, I'm not updating it with the same
> value.  Next."
>
> ???
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=V=Qxd08L0ZXQso_yuW1_71em9oq=elapz2ubpbv+0...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: FoxPro 2.6a for Chromebooks

2019-08-31 Thread Michael Oke, II
It was, after a fashion, ancient history. I remember creating a Mac 3.0 app
from a DOS app. Fun times.



On Sat, Aug 31, 2019 at 08:43 Ted Roche  wrote:

> On Sat, Aug 31, 2019 at 11:16 AM John Weller 
> wrote:
>
> > I should have remembered!
>
>
> Well, it is ANCIENT history, at this point. :)
>
> (and I had been shipping commercial apps for 20 years then ;)
>
> --
> Ted Roche
> Ted Roche & Associates, LLC
> http://www.tedroche.com
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=Xhr_ahkyvBkyEHK-LVb_=76vufA2C2G-_Y1UsmSKe_=w...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Chromebook End of Automatic Updates

2019-08-23 Thread Michael Oke, II
but if you don't connect a ChromeBook to the web ... ?  There are a couple
of lightweight Linux distros that you can easily install if you are
worried, but I haven't had any issues with Pixel after the "updates"
stopped on it.

-----
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Fri, Aug 23, 2019 at 11:11 AM Kurt @ Gmail  wrote:

> Alternately - to take LESS chances after AUE - just don't connect the
> Chromebook to the Web!
>
> Its a thought...
>
> -K-
>
> On 8/23/2019 7:16 AM, davetha...@gmail.com wrote:
> > On Fri, Aug 23, 2019 at 7:20 AM Charles Hart Enzer, M.D.
> >  wrote:
> >> I just bought from Amazon a Chromebook.  I asked Tech Support date of
> AUE:
> >>
> >> June, 2020!
> >>
> >> https://support.google.com/chrome/a/answer/6220366?hl=en
> >>
> >> What are your suggestions on June, 2020?
> >>
> > According to:
> > <
> https://www.howtogeek.com/403164/what-to-do-when-your-chromebook-reaches-the-end-of-its-life/
> >
> >
> > 1) Get a new chromebook.
> > 2) Install Linux
> > 3) Install a chrome os workalike
> > or
> > 4) just take your chances.
> >
> > hth
> >
> > dt
> >
> >
> > --
> > Dave Thayer
> > Denver, CO
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=WyoA0Fo9qE1WcD=vtkfpkg-wmm2gepfxcnqmdmat7...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Seeking well-equipped laptop recommendations

2019-08-15 Thread Michael Oke, II
I'd have agreed with you a couple of years ago but my new MBP is not where
near the versatile machine that my older one is.  The MBPs are resigning
you to a life of carrying dongles with you to connect to whatever you might
encounter.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Thu, Aug 15, 2019 at 1:55 PM Malcolm Greene  wrote:

> A plug for a new MacBook Pro running Windows in a VM. My MacBook Pro is 6
> years old and looks and performs like new. Best purchase I ever made. A
> shout-out to Ed and others for making this recommendation many years ago.
>
> Malcolm
>
[excessive quoting removed by server]

___
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: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=ueppcsztroyezuqjuyhrszkmafm3kwifzu1iz+3d2...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Seeking well-equipped laptop recommendations

2019-08-15 Thread Michael Oke, II
Can you elaborate on your resistance to HP and Lenovo?  The last few
Lenovos that I have had the opportunity to work with have been slick units.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Thu, Aug 15, 2019 at 11:02 AM Ken Dibble  wrote:

>
> >SSDs make a lot of sense for speed, weight and less noise and if
> >everything's on the network or the internet, 128 Gb SSD is just as good as
> >a 1TB HDD.
>
> Thanks Ted.
>
> "Everything's on the network or the internet" seems to be a common
> assumption and is apparently the reason why it's pretty hard to find
> larger HDDs on laptops that also have the other stuff I want. Weight
> seems to be a major consideration for marketers, but it isn't for me.
> We do not keep stuff on the network or the internet here, with some
> exceptions.
>
> Windows 10 now requires 32 GB of space for itself (build "1903").
> That means you need 64 GB in order to cope with the
> download/installation/cleanup process for those eventual feature
> "upgrades" that we, as mere pawns in MS's marketing game, are no
> longer allowed to ignore. And some people have been speculating that
> the OS space is likely to double to 64 GB in the near future. That
> would mean a 128 GB HDD would have no room left at all for anything else.
>
> So modernity expects a person like me to be happy with 256 GB. But
> I've always been a fan of over-provisioning because the unpredictable
> and the unexpected is an everyday thing in my life.
>
> Ken
>
>
[excessive quoting removed by server]

___
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: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CACBEV=voubqznpumlm9jdfciid01gqebgj_09ghpreee9hc...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Reallocating drive space

2018-11-19 Thread Michael Oke, II
That is an awesome little program to sniff (intentional) out what is using
your disc space.

You might to remember that if you move your folder to a different drive,
that was one of the specifics that caused the October update to delete
data.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, Nov 19, 2018 at 1:33 PM 
wrote:

> On 2018-11-19 13:51, Fernando D. Bozzo wrote:
> > Without any doubt, you shoul try SpaceSniffer, the best freeware
> > program
> > I'd use to know what is eating the disks:
> >
> > http://www.uderzo.it/main_products/space_sniffer/
>
>
> Wow...cool tool!  https://www.screencast.com/t/6cAL9mi6
>
> Thanks!!!
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=Vp7zRavJOBzLBdeAO=e1qf2t4gsytun6sywjz898n...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Reallocating drive space

2018-11-19 Thread Michael Oke, II
You will want to check your Windows Temp folder.  It can eat up gigabytes
of disc space with nothing relevant to keeping your system operating.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


On Mon, Nov 19, 2018 at 10:17 AM <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> See screenshot showing my C: drive near full and plenty of space on my
> D: drive allocation:  https://www.screencast.com/t/eaW92AgbXXF.  It's
> the same 512 GB SSD drive.  What's the easiest way to reallocate space,
> to take XX GB from D: and apply to C: drive?
>
> tia,
> --Mike
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=VRJi=O730Buzym5YWsuQ-sJL1eAXUfm=wu7exm_zv...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Network Request timed out

2018-05-02 Thread Michael Oke, II
You are running pings over the internet, the result of those will be tied
to the level of service being provided at each site.

On Wed, May 2, 2018, 1:41 PM Frank Cazabon  wrote:

> Thanks, I'm just going to pass the info over to them and tell them they
> need to hire a network consultant to investigate it. Just wanted to know if
> that level of timeouts is normal or not.
>
> On 2 May 2018 16:18:10 GMT-04:00, "Paul H. Tarver" 
> wrote:
> >I recently worked on a project where we were polling multiple SQL
> >databases across multiple servers and there was one server that would
> >occasionally get skipped due to timeout delays. We adjusted our wait
> >times in VFP, but still on occasion this would happen. IT did further
> >stress testing on the server and found the network card was going bad.
> >Replaced card and problem vanished. If other locations are working
> >doing the same process, then I would focus on local network
> >environmental elements such as the network switches, cables or cards.
> >
> >Paul H. Tarver
> >
> >
> >
> >-Original Message-
> >From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
> >Frank Cazabon
> >Sent: Wednesday, May 02, 2018 1:08 PM
> >To: profoxt...@leafe.com
> >Subject: [NF] Network Request timed out
> >
> >I am having some problems when running code that synchronises data
> >between 2 SQL Servers using SM Sync Framework. This code runs fine at
> >about 50 other sites.
> >
> >I am getting time out errors reported:
> >
> >TCP Provider, error: 0 - The semaphore timeout period has expired
> >
> >Google has suggested this site
> >
> https://sqlserverscribbles.com/2013/02/15/tcp-provider-the-semaphore-timeout-period-has-expired/
> >
> >as possible solutions but I wanted to make sure there is actually a
> >problem before I try to fix it as I am not a network guy. My client
> >doesn't have anyone who manages their network for them either.
> >
> >I found a suggestion to run this command:
> >
> >ping -t hostname > out.txt
> >
> >so I did that  and left it running for about 4 and a half hours. In
> >that
> >period I got 38 Request timed out messages (out of 18,685 total
> >messages, so 18,643 were successful, the majority in 3 or 4 ms but
> >pretty regularly going up to 22 or 23ms).
> >
> >Is this normal, or do you think they have a problem?
> >
> >--
> >
> >Frank.
> >
> >Frank Cazabon
> >
> >
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xtyffhn+xrwtzau8uh1iompe7vs1p4vo80kmtbaau...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP Programmers

2018-03-22 Thread Michael Oke, II
Is Kurt okay?

On Thu, Mar 22, 2018, 8:04 AM Kurt Wendt  wrote:

>
> PGRpdiBkaXI9J2F1dG8nPiZuYnNwO3llcywgSSBhbSBpbiB0aGUgYXJlYSwgSSBhbSBsb2NhdGVk
>
> IG9uIExvbmcgSXNsYW5kIGJ1dCBjYW4gZWFzaWx5IGdldCB0byBOZXcgSmVyc2V5ITxkaXYgZGly
>
> PSJhdXRvIj4mbmJzcDs8L2Rpdj48ZGl2IGRpcj0iYXV0byI+Jm5ic3A7VGhhbmtzLCZuYnNwOzwv
> ZGl2PjxkaXYgZGlyPSJhdXRvIj4mbmJzcDtLdXJ0PC9kaXY+PC9kaXY+
>
>
> --- StripMime Report -- processed MIME parts ---
> text/html (html body -- converted)
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vk5vmhbzv53yutssujck2ndtc3h-7tbetgngdwtz1...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Timers in VFP

2018-01-24 Thread Michael Oke, II
[image: MailTag]
I have a DLL that handles major timer issues (can't remember where I
originally acquired it) that are not form constrained.  Shut down tasks
being chief among those.  I've used timers on forms with no real issues
that I've noticed.  I do have a check that makes sure that I'm not running
in debug mode tho.


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Wed, Jan 24, 2018 at 3:01 PM, Stephen Russell <srussell...@gmail.com>
wrote:

> Point in question is knowing what time it is now.  When you start the timer
> it just keeps running till you turn it off.  If you want to know if 10 min
> has transpired then it is still running for that 10 min.
>
>
>
>
>
>
>
> On Wed, Jan 24, 2018 at 4:52 PM, <
> mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:
>
> > On 2018-01-24 15:37, Stephen Russell wrote:
> >
> >> I thought it was a CPU hog.  Making the call to the system for the time
> >> 100,000 time in a single min.
> >>
> >
> >
> > Well that's why you have to be smart about it, Stephen, and only call it
> > every X minutes.  In my case, anywhere between 5-15 minutes.  Resources
> > have shown it to be not even noticeable, at least in terms of memory.
> >
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vazupq4cwjbofcvpwvostm-pzxlx18ldmtoq8xtvc...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9SP2/Windows 10 and Blat

2018-01-15 Thread Michael Oke, II
[image: MailTag]
Did you register the DLL with Windows?

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Mon, Jan 15, 2018 at 8:34 PM, Desmond Lloyd <desmond.ll...@gmail.com>
wrote:

> >
> > Mostly VFP...
>
>
> Been using  Blat  to send out emails for years,  evidently so long that I
> can't remember how to set it up (so to speak)
>
> Copied the Blat.dll file to  a folder on my Windows 10 machine,  when
> trying to send an email I get an error message cannot load 32-bit dll
>
> Am "assuming" this will work with Windows 10?
>
> Suggestions to get this to work?
>
> Thank You and Regards,
> Desmond
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=U8-d8Bq4BtLBbp4rLRiP6qqmEV0RuOAm=xVsKjM=x...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: hellooo-o

2018-01-13 Thread Michael Oke, II
[image: MailTag]
Did the "No Soliciting" sign fall off my door?


-----
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sat, Jan 13, 2018 at 3:02 PM, José Enrique Llopis <fut...@lobocom.es>
wrote:

> Greetings from Spain!!
>
>
>
> -Mensaje original-
> De: ProFox [mailto:profox-boun...@leafe.com] En nombre de AndyHC
> Enviado el: sábado, 13 de enero de 2018 14:23
> Para: profox@leafe.com
> Asunto: hellooo-o
>
> Knock knock!
> Is there anybody there?
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=w7pwddxl4t1an+nts5ugcjgpq67vlna7+vogss8gt...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: [NF] C=64 on the internet

2018-01-07 Thread Michael Oke, II
[image: MailTag]
I guess that it's neat but to what end?  I can add a tag line to my twitter
client and say that I'm sending it from a C64.  I guess if you have one and
want to play around, it's cool.


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sat, Jan 6, 2018 at 12:47 PM, Kurt at VR-FX <v...@optonline.net> wrote:

> That's pretty funny Ted!!!
>
> My fav comment/feature they mention is:
>
> Twitter from your Commodore!
>
> Now that's AWESOME!
>
> -K-
>
>
> On 1/6/2018 3:36 PM, Ted Roche wrote:
>
>> On Sat, Jan 6, 2018 at 1:27 PM, Alan Bourke <alanpbou...@fastmail.fm>
>> wrote:
>>
>>> Can software fix a hardware design fault? No, but you can work
>>> potentially around it by causing the processor to work in a different way.
>>>
>>> Also connecting a C64 to the internet is easier than you might think.
>>>
>>>
>>> --
>>>Alan Bourke
>>>alanpbourke (at) fastmail (dot) fm
>>>
>>> http://store.go4retro.com/nic/
>>
>> Well, that's true. But then, you've got a C=64 on the internet, and
>> now you have two problems.
>>
>>
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>  text/plain (text body -- kept)
>  text/html
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vadhjxhhm0ogxtp7_er+ycxpm6qa5ygq_4gpbd1fi...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Export to PDF/FDF

2018-01-04 Thread Michael Oke, II
[image: MailTag]
Sounds like the client has his arms tied.

<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-------------
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, Jan 4, 2018 at 10:02 AM, Gene Wirchenko <ge...@telus.net> wrote:

> At 15:37 2018-01-03, M Jarvis <brewda...@gmail.com> wrote:
>
> [snip]
>
> Installing any software such as CutePDF or other to help drive this isn't
>> an option at this time.
>>
>
>  Why not?  Do you have an arm tied behind your back, too?
>
> Sincerely,
>
> Gene Wirchenko
>
>
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vgwzx69b22r2dl8mas4y_9oh0jkwj6be_dysbgsmv...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Command Window:

2018-01-01 Thread Michael Oke, II
[image: MailTag]
You mean curious indentation in the output?


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Mon, Jan 1, 2018 at 5:41 AM, Gianni Turri <gianni...@gmail.com> wrote:

> See the two different results:
>
> with set fixed on
> https://drive.google.com/file/d/1jo58_AhdxlPSpU9ddycLNaufXE4tDP9Y/
>
> with set fixed off
> https://drive.google.com/file/d/1yXah6jQr4EAR8azG65e813NtcSg5GCOB/
>
> Gianni
>
> On Mon, 1 Jan 2018 07:02:18 -0500, Ted Roche <tedro...@gmail.com> wrote:
>
> I can't see any indentation at all. Is that the curiosity?
>
> The command window is not a multi-line intepreter. the line "FOR i = 1
> to 30" should throw an error. You could ignore it, select the entire
> routine, and select the "Execute selection" option from the context
> menu.
>
>
> Oh, and Happy New Year, one and all.
>
>
> On Mon, Jan 1, 2018 at 5:20 AM, AndyHC <a...@hawthorncottage.com> wrote:
> > Just opened up a Command Window to list off 1/3 f stops -
> >  - why the curious indentation?
> >
> > CLEAR
> > SET DECIMALS TO 2
> > SET FIXED ON
> > x=1
> > mc=2^(1/6)
> > FOR i = 1 TO 30
> > x=x*mc
> > ?x
> > NEXT
> > ?
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=uryjue2+un9ntoaxsxkxdidzj0zvybptvkt6yvhxd...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [ADMIN] Hiccup

2017-12-28 Thread Michael Oke, II
[image: MailTag]
Has Kurt rediscovered the formula?


<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-------------
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, Dec 28, 2017 at 1:14 PM, Kurt Wendt <v...@optonline.net> wrote:

> PGRpdiBkaXI9J2F1dG8nPk5pY2Ugb25lIFZpbmNlISEhPC9kaXY+
>
>
> --- StripMime Report -- processed MIME parts ---
> text/html (html body -- converted)
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xtpxxbztzn1q55jj+vy+j4y0zsqler85pcrdtig9t...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Open systems Drive you crazy

2017-12-28 Thread Michael Oke, II
[image: MailTag]
I've done both and working from home is only lonely if you don't get out
and socialize some.  I don't like working in coffee shops but taking a
break and heading over to one and having a conversation with the people
that are there breaks up the monotony of working in an isolated
environment.

<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-------------
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, Dec 28, 2017 at 1:13 PM, Kurt Wendt <v...@optonline.net> wrote:

> Gene - I SO Agree with you - Its why I don't like working
> from home - as its lonely and I am a VERY Social type animal dir="auto">But now - I don't have a
> choice...:-( dir="auto">-K-
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=udofda4m7m_nmurdfblmkvfh165ewu+pocoocylwy...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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

2017-12-18 Thread Michael Oke, II
[image: MailTag]
Spark is, unless I'm forgetting (a real possibility), the front end
messaging client.  You will need to setup an openfire server to support the
clients but that isn't a difficult proposition.


<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-------------
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Mon, Dec 18, 2017 at 8:07 AM, David Smith <dsm...@doandelivers.com>
wrote:

> +1 for Spark... I run 200  ish people on it here and it has been great.
>
>
> David Smith
>
> Systems Administrator
> Doan Family of Dealerships
> Office: 585.352.6600
> dsm...@doandelivers.com
>
> <https://www.facebook.com/TheDoanFamilyofDealerships/>
>
>
> 
> From: ProfoxTech <profoxtech-boun...@leafe.com> on behalf of Mike <
> m...@ggisoft.com>
> Sent: Saturday, December 16, 2017 3:09:58 PM
> To: profoxt...@leafe.com
> Subject: Re: [NF] Chat tool for businesses (but not Skype or Facebook
> Messenger)
>
> Check out SPARK. It's open source, works well for me. Local server you
> set up on your own Linux box. Windows clients are stable.
>
> Mike
>
>
> 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 other tools do you recommend for instant
> messaging
> within businesses?
> tia,
> --Mike
>
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=UhBQi8vS4a7piKpX3OoL5w74VxmDTuQYOJ9pMc6W=a...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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

2017-12-16 Thread Michael Oke, II
[image: MailTag]
Well I could be mistaken on the open-source part but jabber is built on top
of XMPP and you can certainly host your own server or use one of many
publicly available servers.  Of course, this may have all changed at some
point since I was really looking at it.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sat, Dec 16, 2017 at 7:12 AM, Kurt at VR-FX <v...@optonline.net> wrote:

> Really? I figured since it was produced by Cisco that it was closed
> source. But, that's just a guess...
>
>
>
> On 12/16/2017 10:01 AM, Michael Oke, II wrote:
>
>> [image: MailTag]
>> Jabber is open-source (I believe) and you can setup your own server on the
>> premises.  I did that for a customer who did not want communications going
>> outside of their network.
>>
>> -
>> Michael Oke, II
>> oke...@gmail.com
>> 661-349-6221
>> -
>>
>> On Sat, Dec 16, 2017 at 6:49 AM, Kurt at VR-FX <v...@optonline.net>
>> wrote:
>>
>> At my last job they were originally using ZOOM - which also allows video
>>> conferencing. Then, they moved to a new office w/new phones & then
>>> started
>>> using Cisco Jabber - which was tied to the phone system. I kinda liked
>>> Zoom
>>> better!
>>>
>>> -K-
>>>
>>>
>>> On 12/16/2017 8: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 accounts and manage the
>>>> communications from within a single client.
>>>>
>>>>
>>>>
>>>> -
>>>> Michael Oke, II
>>>> oke...@gmail.com
>>>> 661-349-6221
>>>> -
>>>>
>>>> On Fri, Dec 15, 2017 at 10: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 other tools do you recommend for instant
>>>>> messaging
>>>>> within businesses?
>>>>>
>>>>> tia,
>>>>> --Mike
>>>>>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=Vn98jjZLNL5SoXRa-vBitzs43U2fouJ+zT1G=zix-...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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

2017-12-16 Thread Michael Oke, II
[image: MailTag]
Jabber is open-source (I believe) and you can setup your own server on the
premises.  I did that for a customer who did not want communications going
outside of their network.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sat, Dec 16, 2017 at 6:49 AM, Kurt at VR-FX <v...@optonline.net> wrote:

> At my last job they were originally using ZOOM - which also allows video
> conferencing. Then, they moved to a new office w/new phones & then started
> using Cisco Jabber - which was tied to the phone system. I kinda liked Zoom
> better!
>
> -K-
>
>
> On 12/16/2017 8: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 accounts and manage the
>> communications from within a single client.
>>
>>
>>
>> -
>> Michael Oke, II
>> oke...@gmail.com
>> 661-349-6221
>> -
>>
>> On Fri, Dec 15, 2017 at 10: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 other tools do you recommend for instant messaging
>>> within businesses?
>>>
>>> tia,
>>> --Mike
>>>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=u2e1mrsgs7a0_vr0yyif_rvcytl6uuzgh+8gqxe9c...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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

2017-12-16 Thread Michael Oke, II
[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 accounts and manage the
communications from within a single client.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Fri, Dec 15, 2017 at 10: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 other tools do you recommend for instant messaging
> within businesses?
>
> tia,
> --Mike
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=wgdnk41_nkxhbqrfgut8wz4kx3gvhmg_u0u1p40ir...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Duplicati

2017-12-10 Thread Michael Oke, II
[image: MailTag]
I've used Backblaze with success.  You can't backup open files but it's a
simple operation to make current copies of all tables/indices/memos and
back those up.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sun, Dec 10, 2017 at 9:06 AM, Ted Roche <tedro...@gmail.com> wrote:

> Slightly drifting off the topic focus, but this fellow's solution was
> to build his own cloud server with less that $300 worth of hardware
> and $1500 worth of disks. Not counting power costs, this is going to
> run around $30 a month for 5 years (assuming all the hardware is zero
> at 60 months). You have the problem, of course, that whereever the
> storag ends up is in danger of fire, floods, catastrophes and
> unavailability.
>
> http://blog.quindorian.org/2017/08/diy-cloud-backup-
> replacing-crashplan-home-family-diy-style.html/
>
>
>
> On Sat, Dec 9, 2017 at 10:11 AM, Kevin Cully
> <kcu...@cullytechnologies.com> wrote:
> > I'm looking for a new offsite backup solution.  I've been a longtime
> > Crashplan user and one thing I love about it is the summary reports I
> > receive by email.  I can see when my son's computer was backed up last
> when
> > he's away at college.  Same for my parents.  Yes, I have called them to
> > restart their Crashplan backup service if they haven't been backed up
> for 3
> > days or so. Unfortunately, Crashplan is ending their Home service and
> their
> > Business service is too expensive to continue with.
> >
> > I've even started writing my own backup program in Xojo to duplicate the
> > Crashplan functionality but I'm stumbling on the cross-platform (must be
> > Win, Mac and Linux) file encryption part. It gets complicated when
> deciding
> > how to approach backing up large files such as video files.  In all of my
> > spare time, right?  I'd rather buy, and create in this case.  If I use
> the
> > DigitialOcean S3 service, I think my expense will be $10-$12 per month to
> > back up 5 computers.  That's about the right price point.  I just need to
> > stop this sleeping habit I've had.
> >
> > Do you know if Duplicati has a reporting feature as I described above?
> >
> > -Kevin
> >
> >
> > On 12/09/2017 12:55 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com
> wrote:
> >>
> >> https://www.duplicati.com/
> >>
> >> Anybody ever heard of this?  I see one of my competitors is using this
> >> software to backup and send things offsite, including a VFP app's foxpro
> >> table/index/memo files (even while a user has tables open).
> >>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vqsprxp3gnmnums-qewt8hcb2wuvmnto8x9uj7usg...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Searching for FoxPro Work & a Change in Work Status...

2017-12-03 Thread Michael Oke, II
Some of the Fox stuff that I've seen lately has come with the requirement
to relocate.  I'll keep my ears open for anything that might fit the bill
for you tho.


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sun, Dec 3, 2017 at 11:22 AM, Paul Hill <paulroberth...@gmail.com> wrote:

> On 3 December 2017 at 18:09, Kurt at VR-FX <v...@optonline.net> wrote:
> >
> > So - on Fri I was laid off from my day job. The reasons kinda sucked, and
> > its kinda complicated. Suffice it to say I didn't do anything truly Bad
> - I
> > was just not doing the Right stuff according to some people. But, Others
> > there - they will FREAK out on Mon. when the word gets around the co.
> that I
> > was Fired!
>
> That sucks Kurt.
> My company is cutting back on staff (nobody else knows yet).
>
> > However, I need a kind of backup plan. Thus why I am looking around for
> VFP
> > work. So - if anyone knows of anything in the NYC area - or even work
> that I
> > can do remotely - I would really appreciate it!
>
> I live in London so can't help you with contacts.
> VFP is long dead I'm afraid.  Most recruiters will not know what it is.
>
> Do you know any other languages?  Especially C# or Java?
> Many people using fox (or related languages) will be looking to move
> to a more modern platform.
>
> There's still a lot of fox/xbase stuff out there.
>
> --
> Paul
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=XMAtT5POHZ2B-3NXtWRMV=0b6zgby1wjzx_oefwwr...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] MalwareBytes Nag Msg...

2017-12-02 Thread Michael Oke, II
I've paid the fee for years and fully believe that it is worth the small
cost.


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sat, Dec 2, 2017 at 1:20 PM, Kurt at VR-FX <v...@optonline.net> wrote:

> Thanks Charles - that's what I was looking for - to see if its really
> worth it.
>
> Richard - I could turn off the Nag - but, I was really curious to know if
> doing the upgrade was worth it - since, without the full version you don't
> get the Real-time checking!
>
> -K-
>
>
>
> On 12/2/2017 2:48 PM, Charles Hart Enzer, M.D. wrote:
>
>> Yea, and I have bought for years the primium.
>>
>> Catches stuff every week
>>
>> Shai / שי
>> Charles Hart Enzer, M.D., FAACAP
>> Aliyah: Cincinnati to Jerusalem's German Colony May, 2017
>>
>> Volunteer Associate Professor of Psychiatry
>> University of Cincinnati Medical Center
>> WebSite: http://EnzerMD.com
>>
>> "I must take sides. Neutrality helps the oppressor, never the victim.
>> Silence encourages the tormentor, never the tormented.” Adapted from Elie
>> Wiesel
>>
>> On Dec 2, 2017 17:06, "Kurt at VR-FX" <v...@optonline.net> wrote:
>>
>> Hey there folks,
>>>
>>> So - I'm curious - and looking for feedback from those experienced w/the
>>> SW.
>>>
>>> I've used it in the past - recently installed it on my desktop PC - and
>>> its running. But, the trial ended and now its giving me Nag messages to
>>> buy
>>> it and upgrade for Real-time protection. Am curious to know if its truly
>>> worth it.
>>>
>>> Any input would be greatly appreciated.
>>>
>>> -K-
>>>
>>>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=uqa8jhyuwkhizzosu3dmz1anitkvynnxvvnkonzr1...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: [NF] How about this alternative to purchasing a new machine?

2017-12-02 Thread Michael Oke, II
I've always been able to operate in 512GB of disc space on my development
machine but I have a few file servers in my office to store and access
large files from.  A fast, external drive also handles data when I need to
have it on the road with me.  My current laptop (Dell XPS15) only has a
256GB drive in it at the moment because Dell wouldn't sell me the unit with
anything larger in it.  I have a 512GB replacement to put in it but other
things have taken my focus of late.  Maybe between Christmas and New Years
I'll get a chance to swap the drives.  There are NVMe drives so I may have
to reinstall a new OS image on it but that is the cost of upgrading.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Sat, Dec 2, 2017 at 1:08 PM, Kevin Cully <kcu...@cullytechnologies.com>
wrote:

> My laptop is so old that it won't boot off of an ISO on a USB key.  At
> least it won't on the USB 2.0 port and my USB 3.0 ports are dead
> unfortunately.  I installed the OS off of a CD.
>
>
> On 12/02/2017 01:47 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:
>
>>
>> How'd you get the operating system installed on the new SSD?  USB drive
>> of ISO image?
>>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=XU=kao+hzf5vmx+crclmuya+h76hhd-usktxtr39x...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] How about this alternative to purchasing a new machine?

2017-12-01 Thread Michael Oke, II
Sure does but you can get it for less money:
https://www.bhphotovideo.com/c/product/1086227-REG/samsung_mz_75e1t0b_am_853_evo_1tb_2_5.html


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Fri, Dec 1, 2017 at 5:39 PM, <mbsoftwaresoluti...@mbsoftwaresolutions.com
> wrote:

> My Dell Latitude E5530 laptop already has 16GB RAM.  I'm thinking I can
> just replace my current 128GB SSD with his 1TB SSD:
> http://deals.dell.com/work/productdetail/pv2
>
> Add the cost of the OS: https://www.amazon.com/Microso
> ft-Windows-Pro-System-Builder/dp/B00ZSHDJ4O/ref=sr_1_2?ie=
> UTF8=1512178503=8-2=windows+10+professional+64+bit
>
> Comes out way ahead of the new machine!  :-)
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=u9jm_4gfoesscnrkvxmjjresruaoekjzcqj078l3f...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Disappointed in Dell

2017-12-01 Thread Michael Oke, II
I've bought a number of items from B and always been happy.  They ship
promptly and provide updates if there is any delay.

For Dell, one of the districts I work with buy all their computers from
Dell and their delivery dates have always proved to be off.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Fri, Dec 1, 2017 at 12:50 PM, <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> On 2017-12-01 15:27, Kevin J Cully wrote:
>
>> It's been a while since I've purchased a new computer from Dell.  I
>> have purchased a lot of refurbished computers from Dell however.  It
>> seems that their new order computers get a delayed delivery date, and
>> then ... the computer will be delivered earlier and without
>> notification and then ... several days after the computer is delivered
>> then I'll receive a notification that my computer is on its way.
>> Baffling that a tech company can't get it right.
>>
>
>
> Yep.  Perhaps they're "too big."
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=XcSBF+g02Pwc57o-Q=uy6y3hu6v3snwxk6qwiqvdw...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] "If it ain't broke..."

2017-11-27 Thread Michael Oke, II
[image: MailTag]This is why virtual machines are so handy for testing.

<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-------------
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, Nov 23, 2017 at 2:47 AM, Man-wai Chang <chan...@gmail.com> wrote:

> Just trial-and-error? NO harm adventuring about new "toys"... just
> don't push the changes to your production system by accident! :)
>
> On Wed, Nov 22, 2017 at 10:03 AM,
> <mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:
> > My apps for literally over a decade now have used the MyODBC 3.51 driver
> to
> > connect to MySQL (and now MariaDB), database version 10+.  It still works
> > great and so my inkling is to stay with this old ODBC 3.51 version, but
> > wanted to poll the virtual office here and see if others thought a more
> > compelling reason to upgrade the ODBC version to something more recent.
> >
> > tia,
> > --Mike
> >
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vaqxpxgmzseypwzomtdpr78hxosdlkseerrukyoy7...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Hallo

2017-09-18 Thread Michael Oke, II
Yup yup.



‌

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Mon, Sep 18, 2017 at 9:53 AM, Fred Taylor <fbtay...@gmail.com> wrote:

> Some of us are still here.
>
> Fred
>
> On Mon, Sep 18, 2017 at 9:36 AM, Laurie Alvey <trukke...@gmail.com> 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 removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xwtthpth10bff1nrpzmuqe9m+pyusg1a-9c58lq6i...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

RE: Curved monitors

2017-08-24 Thread Michael Oke, II
When you get some of the wider monitors and we are talking about a single
user, the curve is supposed to provide so eye relief. I have yet to find
one that I like tho. I do have a wide monitor on my desk in my office at
home and I've yet to find an issue looking at text or pictures that are out
on the ends of the viewing area.


-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-

On Aug 24, 2017 7:56 AM, <mbsoftwaresoluti...@mbsoftwaresolutions.com>
wrote:

> On 2017-08-24 09:42, Kevin J Cully wrote:
>
>> Our plan review people just got some big, high resolution monitors
>> when looking at these incredibly detailed plans.  I think these are
>> the ones:
>> http://www.dell.com/en-us/shop/accessories/apd/210-aiyz?c=
>> us=19=en=210-AIYZ
>>
>
>
> Impressive!!!
>
>
>> I think the idea was to have a curve to the monitor to keep the user
>> from having to change their eye focus when moving across a big
>> document.  People need to get up and exercise their eyes anyway to
>> look at things at various distances.
>>
>
>
> Very true...no joke!
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=Vw3gt_+zcqE=0hdfeatbnhyznjsjtf_narbh4zqgb...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [ADMIN] Spring Cycling for Charity

2017-05-18 Thread Michael Oke, II
Ed,
Your 60 and, as I type this, I'm just a week or so away from 50 and have
had to have both of my knees replaced about 3 years ago.  Too much damage,
and arthritis, from my Air Force days.  Look at swimming at least in the
short term, for exercise.  You can get a complete workout without a huge
equipment expense.


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, May 18, 2017 at 6:43 AM, Edward Leafe <e...@leafe.com> wrote:

> Sorry to say, but it ain’t happening this year. Or next. If you’re so
> inclined and financially able, please continue to donate to good causes,
> but I won’t be raising money with my rides any more. If you’re interested
> in the reason why:
>
> https://blog.leafe.com/inevitable/ <https://blog.leafe.com/inevitable/>
>
>
> -- Ed Leafe
>
>
>
>
>
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=WoLsdiKPUonx74=j8qw3R2hRA9+KF=xgxz89ubk1m...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

RE: 3 days no posts....

2017-01-25 Thread Michael Oke, II
Rain has washed some of us down the mountain we should have never built a
house on.


-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-

On Jan 25, 2017 11:29 AM, "Kurt Wendt" <kurt_we...@globetax.com> wrote:

Hi Dave,

I'm not really here - I'm just a hologram...

Regards,
Kurt Wendt
Senior Systems Analyst


Tel. +1-212-747-9100
www.GlobeTax.com


-Original Message-
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy
Pearson
Sent: Wednesday, January 25, 2017 12:59 PM
To: profoxt...@leafe.com
Subject: RE: 3 days no posts

Dave Crozier wrote on 2017-01-25:
>  Just to let the rest of the world know we are still here!
>
>  Dave
>

Dave,

Good to know. Apparently I'm still here too.

Tracy Pearson
PowerChurch Software


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=u-xryqg-c6pmxhczbs-mop7d03xhccgzzcxokpyqv...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Police are using software to predict crime

2016-11-29 Thread Michael Oke, II
That's not astrology.  It's using data on past performance to predict
future happenings.  Hardly a 'holy grail' but it is possible that it would
put an officer closer to a crime while it's happening then he/she would be
otherwise but I doubt it.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Fri, Nov 18, 2016 at 6:02 AM, Vince Teachout <tea...@taconic.net> wrote:

> On 11/18/2016 4:48 AM, Man-wai Chang wrote:
>
>> They are NOT predicting crimes. They are using the software a crystal
>> ball or a magic mirror. They are trusting and believing in the logic
>> of the software. The proper name for this is astrology, *NOT* crime
>> prediction! :)
>>
>
> +1
>
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=v-nxyjq-w6esbl_-ui4x_i7ye5ayvqssj40maf-je...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] - Could hear a pin drop

2016-11-10 Thread Michael Oke, II
But of course it wasn't demeaning and and contained a simple, yet
substantial, statement that you were unable to clarify so you chose to
attack me.  Congrats Killary.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, Nov 10, 2016 at 4:54 AM, Ricardo Araoz <ricar...@gmail.com> wrote:

> LOL
> Your answer reminded me of how the Donald would answer any serious
> statement in the presidential debates.  A lot of words, demeaning, and no
> real substance underneath all that.
>
>
>
> On 09/11/16 22:33, Michael Oke, II wrote:
>
>> Your logic is so flawed that I'm not even sure what you are trying to say.
>>
>>
>> -
>> Michael Oke, II
>> oke...@gmail.com
>> 661-349-6221
>> -
>>
>> On Wed, Nov 9, 2016 at 4:04 PM, Ricardo Araoz <ricar...@gmail.com> wrote:
>>
>> Now we will be able to ascertain some things. If he manages to end his
>>> four years without getting into a really stupid war, and without pressing
>>> the atomic button, and without making a fool of his country, and without
>>> bankrupting USA, then we will know that the president is just a
>>> figurehead
>>> and that it's the corporations that really rule the USA.
>>> OTOH well, it's been a good life so far, only comfort is that those
>>> responsible will go down first.
>>>
>>>
>>>
>>> On 09/11/16 14:26, Stephen Russell wrote:
>>>
>>> Enough of the people who were sick and tired of the same old shit from
>>>> our
>>>> leaders stood up and said UP YOURS.
>>>>
>>>> Now can he lead a country better than he campaigned?  Has the secret
>>>> service terminated his twitter account yet?
>>>>
>>>> On Wed, Nov 9, 2016 at 10:26 AM, Jean Laeremans <
>>>> laeremans.jeanma...@gmail.com> wrote:
>>>>
>>>> The fools have taken over the asylum
>>>>
>>>>> On Wed, Nov 9, 2016 at 5:22 PM, Adam Buckland <
>>>>> adam.buckl...@eurohill.com>
>>>>> wrote:
>>>>>
>>>>> Britain : Brexit was the stupidest, most self-destructive act a country
>>>>>
>>>>>> could ever undertake.
>>>>>>
>>>>>> USA : Hold my drink
>>>>>>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=U2zhUVSXha9=5mzxyd53ok0fh0j7qpb0jiucphldq...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] - Could hear a pin drop

2016-11-09 Thread Michael Oke, II
Your logic is so flawed that I'm not even sure what you are trying to say.


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Wed, Nov 9, 2016 at 4:04 PM, Ricardo Araoz <ricar...@gmail.com> wrote:

> Now we will be able to ascertain some things. If he manages to end his
> four years without getting into a really stupid war, and without pressing
> the atomic button, and without making a fool of his country, and without
> bankrupting USA, then we will know that the president is just a figurehead
> and that it's the corporations that really rule the USA.
> OTOH well, it's been a good life so far, only comfort is that those
> responsible will go down first.
>
>
>
> On 09/11/16 14:26, Stephen Russell wrote:
>
>> Enough of the people who were sick and tired of the same old shit from our
>> leaders stood up and said UP YOURS.
>>
>> Now can he lead a country better than he campaigned?  Has the secret
>> service terminated his twitter account yet?
>>
>> On Wed, Nov 9, 2016 at 10:26 AM, Jean Laeremans <
>> laeremans.jeanma...@gmail.com> wrote:
>>
>> The fools have taken over the asylum
>>>
>>> On Wed, Nov 9, 2016 at 5:22 PM, Adam Buckland <
>>> adam.buckl...@eurohill.com>
>>> wrote:
>>>
>>> Britain : Brexit was the stupidest, most self-destructive act a country
>>>> could ever undertake.
>>>>
>>>> USA : Hold my drink
>>>>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xxiyzfk39rcdeqdheoextejukjzsvxaua7lcr+7iu...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] - Anything going on?

2016-11-08 Thread Michael Oke, II
Just another day in the americas...


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Tue, Nov 8, 2016 at 8:29 AM, Dave Crozier <da...@flexipol.co.uk> wrote:

> No!
>
> -Original Message-
> From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Adam Buckland
> Sent: 07 November 2016 20:41
> To: ProFox Email List <profox@leafe.com>
> Subject: [OT] - Anything going on?
>
>
> Is there???
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xgprna0mut8uykwr6m51yxjn7apyvhw0vs03k+dxa...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Low Message Volume or Other Problem?

2016-10-18 Thread Michael Oke, II
Message volume has ebbed and flowed of recent.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Mon, Oct 17, 2016 at 12:26 PM, Ted Roche <tedro...@gmail.com> wrote:

> Well, then, let's go to the source: Leafe.com ProFox archives,
> including NF but not OT, Last Month, returns 135 messages.
>
> No, that's not what we want. Custom range, October 1 through 17,
> returns 53. Perhaps I miscounted after running out of fingers and
> toes.
>
> So, yeah. Low.
>
> What's new?
>
>
> On Mon, Oct 17, 2016 at 3:19 PM, Gene Wirchenko <ge...@telus.net> wrote:
> > At 12:00 2016-10-17, Ted Roche <tedro...@gmail.com> wrote:
> >>
> >> Could be. I black-hole enough messages that my archives may not be
> >> reliable, but I see around 70 messages posted so far. Monthly totals
> >> have varies from 400+ to 250 this year, so that's low.
> >
> >
> >  Including your message, I see 49 so far this month.  I filter some
> > E-mail but not ProFox messages.
> >
> > Sincerely,
> >
> > Gene Wirchenko
> >
> >
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=wiwdine86toe+jkds2kwsalk7nhpmj+qogvgbot1x...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [ADMIN] Help me raise money for MS Research

2016-09-15 Thread Michael Oke, II
Round is a shape you know.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, Sep 15, 2016 at 6:24 AM, Allen Pollard <pro...@gatwicksoftware.com>
wrote:

> What was it last month?
> Al
>
> -Original Message-
>
>
> I have decided to get into shape .. This month the shape is a pear! ;-)
>
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=u++c7wuqiawv56x3+r+biuie-gfdt8_j_qb7wbkjt...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Win10 Free Upgrade Expiration???

2016-05-05 Thread Michael Oke, II
If you are running Win8.1, upgrade.  Unless you have some funky video card
and it's associated drivers, you will appreciate the change.  Win7 - it's a
coin toss.  Some people like it but some struggle with the differences.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, May 5, 2016 at 8:42 AM, Kurt Wendt <kurt_we...@globetax.com> wrote:

> Hey Paul - thanks for that input. Glad to see someone out there likes it.
> And, I have heard SOME good comments about it in the past here on the
> forum. So - I will most likely upgrade on at least one of my 2 machines.
>
> Regards,
> Kurt Wendt
> Senior Systems Analyst
>
>
> Tel. +1-212-747-9100
> www.GlobeTax.com
>
>
> -Original Message-
> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul
> Hill
> Sent: Thursday, May 05, 2016 8:37 AM
> To: profoxt...@leafe.com
> Subject: Re: [NF] Win10 Free Upgrade Expiration???
>
> On 5 May 2016 at 00:45, Kurt@VRFX <v...@optonline.net> wrote:
> > So - what say you all? Go for it and Upgrade - or should I say F That
> > and just stick with what I have (Win 8.1 on my laptop & Win7 Pro on my
> Desktop)!
>
> Upgrade, if you don't like it there is an option to roll back.
> It will take some time though.
>
> Personally, I like it.
>
> --
> Paul
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=x9pvgt1leod81dt6avxklopj-8rhamo3etrtv8j7b...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Social Media posting to multiple platforms

2016-04-06 Thread Michael Oke, II
We use it to manage one of our verticals social media and we like it.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Wed, Apr 6, 2016 at 1:17 PM, Ken Kixmoeller (ProFox) <
foxh...@information-architecture.com> wrote:

> On Wed, Apr 6, 2016 at 2:49 PM, Michael Oke, II <oke...@gmail.com> wrote:
>
> > Take a look at Buffer ( https://buffer.com/ ). If you have one account
> per
> > platform, they have a free account.
> >
>
> Thanks, Michael --- I will definitely do that...
>
> As usual with this kind of thing, I have been investigating all of this,
> but it is always extremely helpful to get a "I've used this and it is
> good/bad..." recommendation.
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vhv1wmh55zuapd9k8ggjgfk3sffqwusl4_7mt5qez...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Social Media posting to multiple platforms

2016-04-06 Thread Michael Oke, II
Take a look at Buffer ( https://buffer.com/ ). If you have one account per
platform, they have a free account.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Wed, Apr 6, 2016 at 12:30 PM, Ken Kixmoeller (ProFox) <
foxh...@information-architecture.com> wrote:

> On Wed, Apr 6, 2016 at 8:28 AM, John Weller <j...@jbweller.force9.co.uk>
> wrote:
>
> > Interesting to see what people look like after years of corresponding by
> > email :-)
> >
>
> Sorry to disappoint! ;-)
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=UZi+eoiD_qf=aydxqe+ji71xfetqc-nmmq7lk0wvv...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Fonts

2016-03-14 Thread Michael Oke, II
Are you modifying it on your system?  Are you sure that you have it
installed?



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Mon, Mar 14, 2016 at 12:52 PM, Sytze de Boer <sytze.k...@gmail.com>
wrote:

> A client has asked that I Change the memo details on their invoice to
> SIMSUN font
>
> I logged in via Teamviewer and noted this font is available when in Word
> But, when I look for it whilst modifying the report, it does not show.
>
> Any ideas anyone?
>
> --
> Kind regards,
> Sytze de Boer
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=VUzFcq=d7tt4rjnxs+vxxm_n8sheobuov_wjbhzsj...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Best way to have multiple projects open simultaneously?

2016-03-05 Thread Michael Oke, II
Source code control is a must no matter how many projects you are working
on or how elaborate they are.  While I guess that zip files could be used,
I can't imagine the hassle that that would require.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Fri, Mar 4, 2016 at 12:02 PM, <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> On 2016-03-04 06:34, Ted Roche wrote:
>
>> On Fri, Mar 4, 2016 at 6:06 AM, Dave Crozier <da...@flexipol.co.uk>
>> wrote:
>>
>>> Also you can, of course, drag and drop from one project to another with
>>> no problems.. Something "obvious" which is often overlooked!!
>>>
>>>
>> You can, though I generally advise against it. There's a bug that pops
>> up rarely where two projects, or two forms, or two class libraries
>> open at the same time can get their memo fields hopelessly mangled or
>> blanked. Your only resort at that point is to find backups.
>>
>> My advice:
>>
>> 1. Get your software in source code control, so you have at least one
>> source of backup. Hint: source code control is much easier than you
>> think. ZIP files are NOT source code control.
>>
>> 2. Use the file manager to make a new folder with the source you want
>> in your project.
>>
>> 3. Add a MAIN.PRG that points to the resources you need.
>>
>> 4. Create a new project by BUILD PROJECT FROM MAIN.PRG
>>
>> 5. If you have resources that aren't pulled in by #4, you need to
>> figure out how to make that happen. Hint: EXTERNAL is your friend.
>> This is what the command is for.
>>
>>
>
>
> Good to know...I'd never heard that before!
>
> Thanks,
> --Mike
>
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=VvV8kZephhKXNam0=bv4ruq240cvvwgqmlwx2zy6+...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: A Curious Find: FoxTales

2016-03-01 Thread Michael Oke, II
I also bought that book when it came out and it still resides on my
bookshelf.  A great read.

-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Tue, Mar 1, 2016 at 1:35 PM, Ed Leafe <e...@leafe.com> wrote:

> On 03/01/2016 02:04 PM, Kurt Wendt wrote:
>
> > I was almost thinking this should be marked as OT or NF - since its Not
> Technical - and its Not about VFP coding...
>
> But it is about Fox, so no tag needed.
>
> I read that when it came out. A very interesting read, as I knew many of
> the people involved! Never met Kerry, though.
>
> --
>
> -- Ed Leafe
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=Xey7gO=+zjvmo0sbjb7nvdp7swrrkzzc8unpsn5bx...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] VMWare Fusion in the news: team "culled"

2016-01-28 Thread Michael Oke, II
Makes me think twice about the purchase I was about to make.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Thu, Jan 28, 2016 at 6:23 PM, <
mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:

> "Hey, let's outsource this.  That will surely be a good move."  said
> some failed projects
>
> https://www.bing.com/news/search?q=VMWare+Fusion=HDRSC6
>
> Somebody here was talking about VMWare Fusion recently in that thread I
> had about a testing laptop.
>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=uzzcnvfeenck4qfk5xkt8pcirz_jfg3rchqs47nlj...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Norton will not let me send EXE - Need help fast

2016-01-18 Thread Michael Oke, II
Some anti-virus clients, like Norton, look at the file to see what it
really is and deletes those that it feels like might be able to do damage.
I'd put it in dropbox, box or a website and download it from there.  Unless
you can remote into their box and transfer it that way.



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-

On Mon, Jan 18, 2016 at 4:07 PM, Darren <fox...@ozemail.com.au> wrote:

> +1
>
> -Original Message-
> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ken
> McGinnis
> Sent: Tuesday, 19 January 2016 11:05 AM
> To: profoxt...@leafe.com
> Subject: Re: Norton will not let me send EXE - Need help fast
>
> Best to advise your clients to get rid of the Norton crap and get something
> like Avast. You can easily disable all their sandbox and other useless
> crap,
> unlike Norton and McAfee
>
> On 1/18/2016 13:31 PM, Ted Roche wrote:
> > So, software that is supposed to be helping you is preventing you from
> > doing your job?
> >
> > Delete it.
> >
> > You could also try ZIPping the EXE.
> >
> > On Mon, Jan 18, 2016 at 4:26 PM, John Weller <j...@johnweller.co.uk>
> wrote:
> >> How did you send it?  Because of the vagaries of various email clients,
> etc I now use a shared folder in Dropbox to transfer exe files to a client.
> >>
> >> John Weller
> >> 01380 723235
> >> 07976 393631
> >>
> >>> I zip up an exe and send it to my customer as I have done for years.
> >>> Last week, Norton would not let my customer unzip it.  The "Run
> >>> anyway" did not work.  Norton deleted the exe.
> >>> So I gave the exe a txt extension.  Same thing.  Did not even let us
> >>> rename it to exe.  It deleted is.
> >>> We both have the latest version of Norton.
> >>
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=WaMa=FqZtFWcU8V4QUqe3f6UX=KDa4=rgx8vpqs0j...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Another one bites the dust: MS writes off $7.8 B Nokia purchase

2015-07-09 Thread Michael Oke, II
Didn't Microsoft gets those in the acquisition?

On Thu, Jul 9, 2015, 12:09 PM Paul Hill paulroberth...@gmail.com wrote:

 On 9 July 2015 at 18:52, Kevin Cully kcu...@cullytechnologies.com wrote:
  The flip side of this story is that Nokia is rumored to be re-entering
 the
  phone market.  I'd love to see a Nokia Sailfish phone, or Nokia Ubuntu
 Touch
  phone in the USA.  I can dream, can't I?!?

 Doesn't Nokia have a whole bunch of phone related patents?
 I'm guessing these could be pretty lucrative to MS.

 --
 Paul

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=udzvs0rtdukqpkywtd8pz+afux4u7ems1b3on6uzm...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Recomendations for a developer laptop

2015-05-27 Thread Michael Oke, II
Dvorak perhaps.  That seems to be the most common non-QWERTY option.



On Wed, May 27, 2015 at 8:55 AM, 
mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:

 Paul -- way back when, weren't you trying to non-conventional keyboard
 layout???  Not the QWERTY but something else?



 On 2015-05-18 07:46, Paul McNett wrote:

 Hey Ted, I read your whole thing but am only going to say a couple
 specific things:

 1) The System76 gazelle is an awesome machine except for one huge
 thing and one thing to be aware of.

 The huge thing:the keyboard is garbage. My K key only hits half the
 time, the keys are spaced weird including a right-shift key that's
 hard to hit, the keys don't travel far enough for my liking, etc.



[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=wo5lru7cbw-uqtnhkg8p8aet+7j6ju1_ogbvr1iwh...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Recomendations for a developer laptop

2015-05-27 Thread Michael Oke, II
DVORAK is a different layout that is supposed to be easier/faster when
typing, provided that you can unlearn QWERTY and relearn the new.



On Wed, May 27, 2015 at 9:06 AM, 
mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:

 Well that's cool, but I thought it was more than just a separation for
 fighting carpel tunnel syndrome (CTS) but a different ORDER of keys,
 something that was more natural if I recall his words from gazillion
 years ago.  I do recall he dropped it eventually.


 http://www.colamco.com/product/kinesis/computer-accessories/keyboards-keypads/kinesis-advantage-keyboard-698894?source=bing

 I use the Microsoft natural ergonomic keyboard 4000 model, personally.



 On 2015-05-27 11:53, Michael Oke, II wrote:

 Dvorak perhaps.  That seems to be the most common non-QWERTY option.



 On Wed, May 27, 2015 at 8:55 AM, 
 mbsoftwaresoluti...@mbsoftwaresolutions.com wrote:

  Paul -- way back when, weren't you trying to non-conventional keyboard
 layout???  Not the QWERTY but something else?



 On 2015-05-18 07:46, Paul McNett wrote:

  Hey Ted, I read your whole thing but am only going to say a couple
 specific things:

 1) The System76 gazelle is an awesome machine except for one huge
 thing and one thing to be aware of.

 The huge thing:the keyboard is garbage. My K key only hits half the
 time, the keys are spaced weird including a right-shift key that's
 hard to hit, the keys don't travel far enough for my liking, etc.



[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=XEEVNQzP5izyreBtaq+b0B=qk5xogme0xy6az3j42...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Stand-up Desk

2015-05-08 Thread Michael Oke, II
$1,499.00 doesn't seem that out of line, if it's constructed of quality
components.  Get in early and save money over that price.



On Thu, May 7, 2015 at 4:09 PM, Dan Covill dan.cov...@outlook.com wrote:

 Old topic, but I found this link in today's MacWorld Daily:
http://iskelter.com/liftpro-electric-desk/

 At first glance, it looks nearly ideal.  Make sure you're sitting down
 when you look at the price, though.

 Dan Covill

 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
   text/plain (text body -- kept)
   text/html
 ---

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xsw5c69+wzumneeorsgeu+50wznvretk7dd8pa+a9...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Stand-up Desk

2015-05-08 Thread Michael Oke, II
When I went to the link and saw that number, my first thought was that they
think that that is the price for the desk but that isn't what that is.  I
was guessing at that point of course but I do see where the confusion
started.



On Fri, May 8, 2015 at 6:10 AM, Kurt Wendt kurt_we...@globetax.com wrote:

 Ha ha - you really made me chuckle with your reply just now. Of course,
 its part of what I like about this group so much - the humor and
 camaraderie!

 Honestly - when I looked at the webpage link you gave us - my first
 thought was similar to yours - sticker shock. But, when I saw Go To
 Campaign listed under that large $$ amount - that's when I figured that
 could not possibly be the price - and I clicked on the link.

 So - NP Dave - maybe you just need a little more coffee in U!

 :-)
 -K-

 -Original Message-
 From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave
 Crozier
 Sent: Friday, May 08, 2015 8:59 AM
 To: profoxt...@leafe.com
 Subject: RE: [NF] Stand-up Desk

 Kurt,
 I must take more water with it in future and pay a visit to the
 opticians! Lol!

 Dave

 -Original Message-
 From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Kurt Wendt
 Sent: 08 May 2015 13:58
 To: profox@leafe.com
 Subject: RE: [NF] Stand-up Desk

 No - Dave, U R sorely mistaken. You must have been the one in the Drunken
 Stupor when you looked at the price. (Ha ha - just bustin'!)

 That $26,896 Price is NOT the price - it's what was currently raised in
 the IndieGoGo crowd funding campaign that was currently raised! The GOAL of
 the campaign was $20K - and they already passed that Goal. So - in NO WAY
 is it a Price for the Table - it's the campaign currently raised amount.
 Although - to show that # on that main webpage of the co. is a bit
 confusing - as you have experienced!

 -K-

 -Original Message-
 From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave
 Crozier
 Sent: Friday, May 08, 2015 8:48 AM
 To: profoxt...@leafe.com
 Subject: RE: [NF] Stand-up Desk

 Michael,
 No it isn't bad at $1,499.00, the trouble is it is listed up at $26,896
 and there ain't NO WAY it is worth that. A couple of electric motors and a
 bit of wiring on any desk would do the job admirably. Apart from that , all
 they've done is cut bloody holes in a nice desk!

 Rochard Q, exactly what position was that - lying on your back in a
 drunken stupor? ;-)

 Dave

 -Original Message-
 From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Michael Oke,
 II
 Sent: 08 May 2015 08:38
 To: ProFox Email List
 Subject: Re: [NF] Stand-up Desk

 $1,499.00 doesn't seem that out of line, if it's constructed of quality
 components.  Get in early and save money over that price.



 On Thu, May 7, 2015 at 4:09 PM, Dan Covill dan.cov...@outlook.com wrote:

  Old topic, but I found this link in today's MacWorld Daily:
 http://iskelter.com/liftpro-electric-desk/
 
  At first glance, it looks nearly ideal.  Make sure you're sitting down
  when you look at the price, though.
 
  Dan Covill
 
  --- StripMime Report -- processed MIME parts --- multipart/alternative
text/plain (text body -- kept)
text/html
  ---
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=WqB_qbtm-1S=tckf0+66cexz9etephqzbsxof++gd...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Stand-up Desk

2015-05-08 Thread Michael Oke, II
It's missing a lot of things from the OP desk but, by all reports, is a
very nice unit. I'm thinking of picking one up now to try the whole
standing desk thing.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On May 8, 2015 7:30 AM, Dave Thayer davetha...@gmail.com wrote:

 Even at $1500 it's kinda spendy. Ikea's got one for  $500
 http://www.ikea.com/us/en/catalog/products/S19022530/
 http://tinyurl.com/l3r7kyb

 Reviewed at http://tinyurl.com/l3ntjrw
 
 http://gizmodo.com/ikea-sit-stand-desk-review-i-cant-believe-how-much-i-l-1652445999
 

 Decidedly not as nice as the OP desk, but for a kilobuck less...

 dt

 On Fri, May 8, 2015 at 7:23 AM, Michael Oke, II oke...@gmail.com wrote:
  When I went to the link and saw that number, my first thought was that
 they
  think that that is the price for the desk but that isn't what that is.  I
  was guessing at that point of course but I do see where the confusion
  started.
 
 
 
  On Fri, May 8, 2015 at 6:10 AM, Kurt Wendt kurt_we...@globetax.com
 wrote:
 
  Ha ha - you really made me chuckle with your reply just now. Of course,
  its part of what I like about this group so much - the humor and
  camaraderie!
 
  Honestly - when I looked at the webpage link you gave us - my first
  thought was similar to yours - sticker shock. But, when I saw Go To
  Campaign listed under that large $$ amount - that's when I figured that
  could not possibly be the price - and I clicked on the link.
 
  So - NP Dave - maybe you just need a little more coffee in U!
 
  :-)
  -K-
 
  -Original Message-
  From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
 Dave
  Crozier
  Sent: Friday, May 08, 2015 8:59 AM
  To: profoxt...@leafe.com
  Subject: RE: [NF] Stand-up Desk
 
  Kurt,
  I must take more water with it in future and pay a visit to the
  opticians! Lol!
 
  Dave
 
  -Original Message-
  From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Kurt Wendt
  Sent: 08 May 2015 13:58
  To: profox@leafe.com
  Subject: RE: [NF] Stand-up Desk
 
  No - Dave, U R sorely mistaken. You must have been the one in the
 Drunken
  Stupor when you looked at the price. (Ha ha - just bustin'!)
 
  That $26,896 Price is NOT the price - it's what was currently raised
 in
  the IndieGoGo crowd funding campaign that was currently raised! The
 GOAL of
  the campaign was $20K - and they already passed that Goal. So - in NO
 WAY
  is it a Price for the Table - it's the campaign currently raised amount.
  Although - to show that # on that main webpage of the co. is a bit
  confusing - as you have experienced!
 
  -K-
 
  -Original Message-
  From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
 Dave
  Crozier
  Sent: Friday, May 08, 2015 8:48 AM
  To: profoxt...@leafe.com
  Subject: RE: [NF] Stand-up Desk
 
  Michael,
  No it isn't bad at $1,499.00, the trouble is it is listed up at $26,896
  and there ain't NO WAY it is worth that. A couple of electric motors
 and a
  bit of wiring on any desk would do the job admirably. Apart from that ,
 all
  they've done is cut bloody holes in a nice desk!
 
  Rochard Q, exactly what position was that - lying on your back in a
  drunken stupor? ;-)
 
  Dave
 
  -Original Message-
  From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Michael
 Oke,
  II
  Sent: 08 May 2015 08:38
  To: ProFox Email List
  Subject: Re: [NF] Stand-up Desk
 
  $1,499.00 doesn't seem that out of line, if it's constructed of quality
  components.  Get in early and save money over that price.
 
 
 
  On Thu, May 7, 2015 at 4:09 PM, Dan Covill dan.cov...@outlook.com
 wrote:
 
   Old topic, but I found this link in today's MacWorld Daily:
  http://iskelter.com/liftpro-electric-desk/
  
   At first glance, it looks nearly ideal.  Make sure you're sitting down
   when you look at the price, though.
  
   Dan Covill
  
   --- StripMime Report -- processed MIME parts --- multipart/alternative
 text/plain (text body -- kept)
 text/html
   ---
  
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=wpdmz7sup8wbe+kh_nl1gtpqe4_cbacyhjad1dvoj...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: ProFox List Statistics for April 2015

2015-05-05 Thread Michael Oke, II
Our loss as well.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On May 5, 2015 8:19 AM, Jean Laeremans laeremans.jeanma...@gmail.com
wrote:

 Your loss
 On 5 May 2015 17:04, Glenn D. Hosford glenn.hosf...@ruffalonl.com
 wrote:

  Wow, I've been looking for a good forum for FoxPro, and was encouraged
  that this one seems more active than some. And I've been on plenty of
 other
  forums throughout the years and understand the camaraderie OT posts
 afford.
 
  But I signed up for the ProFoxTech list, and wasn't expecting the kind of
  posts I've seen in the past week. With the exception of congratulations
 to
  Virgil, all of the replies to this post have been quite immature. I agree
  there's a lot of junk on facebook, but I expect it there - not on a tech
  forum. IMHO, the freer exchange of opinions... doesn't serve you very
  well.
 
  And yeah, there may be no [OT] posts, but really--there should be. I
  almost included that flag in the subject, but since at least 1 poster
 only
  subscribes to the ProFoxTech list, including that flag may exclude some
  involved in this posting.
 
  Unfortunately, I don't think this will be my new home for FoxPro info. I
  will do as the ProFox FAQ recommends and ignore...these idiots.
 However,
  as this seems to include some of the most active posters, it may be best
 to
  just unsubscribe from the list. I don't mean to be inflammatory; I just
  wanted to let you know how you appear to any new members that might stop
 by.
 
  Thanks,
 
  Glenn Hosford
 
 
  -Original Message-
  From: Kurt Wendt [mailto:kurt_we...@globetax.com]
  Sent: Tuesday, May 05, 2015 8:37 AM
  To: profoxt...@leafe.com
  Subject: RE: ProFox List Statistics for April 2015
 
  Pete - don't be Stupid like Michael is. I simply responded back to Ed -
  and posted the pics from Michael's FB Page - as Ed asked if I could post
 a
  screenshot.
 
  And - since YOU ARE THE ONE who originally posted about Michael and his
 FB
  page - then you are the one being foolish enough to be the ONE who
 started
  the Gossip! So - maybe you should Think Before you Type!!!
 
  -Original Message-
  From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Pete
  Theisen
  Sent: Monday, May 04, 2015 9:19 PM
  To: profoxt...@leafe.com
  Subject: Re: ProFox List Statistics for April 2015
 
  On 05/04/2015 08:01 PM, Kurt @ VR-FX wrote:
 
  I dunno, Kurt. If you have to gossip about a list member it should
  probably be [OT] . . .
 
   OK - Ed - here is the main pic from Mad-Again's FB Homepage:
http://imgur.com/YjGcygs,y05ndiF#0
  
   And - here is some of his Rant/Pics:
http://imgur.com/YjGcygs,y05ndiF#1
  
   But, am late to reply - since He already did - and is Ranting like
 NUTS!
  
   :-)
   -K-
  
   On 5/4/2015 3:01 PM, Ed Leafe wrote:
   On May 4, 2015, at 1:52 PM, Kurt Wendt kurt_we...@globetax.com
 wrote:
  
   Well Ed, since I can't pass a Pic to this Forum - you have a simple
   suggestion for where I can post a pic for you all to see?
   http://imgur.com/
  
   I use it all the time!
  
  
   -- Ed Leafe
  
  
  
  
  
  
  
   --- StripMime Report -- processed MIME parts --- multipart/signed
  text/plain (text body -- kept)
  application/pgp-signature
   ---
  
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xztduquk5bujvgurnhpgokdsvwynnecakmylmg4gs...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: How to tell clients which Windows devices VFP runs on

2015-02-16 Thread Michael Oke, II
You can still get the Surface 2 RT version directly from Microsoft, as far
as I know. My wife has one and for her purposes, it's wonderful. Too bad
that it appears that there will be no Win10 upgrade for it but that won't
impact what she accomplishes with the unit. It won't run vfp tho, doesn't
stop me from remoting into my desktop tho.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On Feb 16, 2015 1:17 AM, Alan Bourke alanpbou...@fastmail.fm wrote:

 The CPU is irrelevant. The only relevant question is does this machine
 run full-fat, non-RT Windows?. If it does then VFP will run on it.

 In terms of Windows RT, I think that as far as I know nobody is selling
 RT hardware any more, including MS, we can consign that one to the bin
 at least in its current form.

 --
   Alan Bourke
   alanpbourke (at) fastmail (dot) fm

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vg6jlbfne_xbep93gmdza_gmbcqtqhloubxvmcu76...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP and SQL expert needed for a few hours work

2015-02-12 Thread Michael Oke, II
Wes,
I can do an evaluation of the existing system, proposed replacement and
status off any work done to this point.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On Feb 12, 2015 10:18 AM, Wes Wilson erwweswil...@yahoo.com wrote:

  We need someone who can evaluate an existing conversion that seems not to
 be going anywhere.  $142,000 has been spent but it appears not much has
 been done.   We will be taking over the work so one of our programmers
 could not be an impartial witness.  You will be working directly with our
 customer and will be paid directly.

 Wes Wilson, President   ERW Custom Programming, Inc. Crescent Lake Plaza
 5459  Elizabeth Lake Rd.
 Waterford, MI 48327
 (248) 683-4182
 www.visual-foxpro-programmer.com
  www.erw.com weswil...@erw.com
   From: profox-requ...@leafe.com profox-requ...@leafe.com
  To: profox@leafe.com
  Sent: Tuesday, February 10, 2015 2:06 AM
  Subject: ProFox Digest, Vol 142, Issue 11

 - Forwarded Message -

 Send ProFox mailing list submissions to
 profox@leafe.com

 To subscribe or unsubscribe via the World Wide Web, visit
 http://mail.leafe.com/mailman/listinfo/profox
 or, via email, send a message with subject or body 'help' to
 profox-requ...@leafe.com

 You can reach the person managing the list at
 profox-ow...@leafe.com

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of ProFox digest...

 Today's Topics:

   1. RE: VFP Love/Hate Relationship (Richard Kaye)
   2. Re: VFP Love/Hate Relationship (Jeff Johnson)
   3. RE: VFP Love/Hate Relationship (Richard Kaye)
   4. Re: VFP Love/Hate Relationship (Jeff Johnson)
   5. RE: VFP Love/Hate Relationship (Richard Kaye)
   6. Re: In search of vfpoledb.dll V8 for testing (Gojko Bo?i?)
   7. RE: In search of vfpoledb.dll V8 for testing (Tracy Pearson)
   8. Re: In search of vfpoledb.dll V8 for testing (Joe Yoder)
   9. RE: In search of vfpoledb.dll V8 for testing (Tracy Pearson)
   10. Re: VFP to SQL Server Migration (Ted Roche)
   11. Re: Win10 on RasPi (mbsoftwaresoluti...@mbsoftwaresolutions.com)
   12. [NF] works like a champ, now how to do the next phase
   (Virgil Bierschwale)
   13. Re: VFP to SQL Server Migration (Stephen Russell)
   14. Re: Win10 on RasPi (AndyHC)
 Since your select is on a single table, try removing the table.field ref?

 --

 rk
 -Original Message-
 From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff
 Johnson
 Sent: Monday, February 09, 2015 1:18 PM
 To: profoxt...@leafe.com
 Subject: VFP Love/Hate Relationship

 Okay, I've been working with FoxPro since 1992.  Seems every day I run
 into a snag where something reliable does not work.  Here is an example:
 In the Requery() of a list box:

 DODEFAULT()

 SELECT customer.customer, id FROM customer WHERE
 !EMPTY(customer.customer) ORDER BY customer, id INTO CURSOR csrcustomer
 LOCATE

 RowSource is csrcustomer
 RowSourceType is 2 - Alias

 I get a 'field' phrase is not found.  I've read Barbara Peisch's write
 up on this and still don't see what is wrong.  Except for the fact that
 the programmer named a field the same as the table.

 Wassup?

 --
 Jeff



 Same result Richard.  I exclusively use arrays as my rowsources so I
 will try an array and report back.

 Thanks,

 On 2/9/2015 11:39 AM, Richard Kaye wrote:
  Since your select is on a single table, try removing the table.field ref?
 
  --
 
  rk
  -Original Message-
  From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
 Jeff Johnson
  Sent: Monday, February 09, 2015 1:18 PM
  To: profoxt...@leafe.com
  Subject: VFP Love/Hate Relationship
 
  Okay, I've been working with FoxPro since 1992.  Seems every day I run
  into a snag where something reliable does not work.  Here is an example:
  In the Requery() of a list box:
 
  DODEFAULT()
 
  SELECT customer.customer, id FROM customer WHERE
  !EMPTY(customer.customer) ORDER BY customer, id INTO CURSOR csrcustomer
  LOCATE
 
  RowSource is csrcustomer
  RowSourceType is 2 - Alias
 
  I get a 'field' phrase is not found.  I've read Barbara Peisch's write
  up on this and still don't see what is wrong.  Except for the fact that
  the programmer named a field the same as the table.
 
  Wassup?
 

 --
 Jeff

 Jeff Johnson
 j...@san-dc.com
 SanDC, Inc.
 (623) 582-0323
 SMS (602) 717-5476
 Fax 623-869-0675

 www.san-dc.com
 www.cremationtracker.com
 www.agentrelationshipmanager.com





 Just curious, you got rid of it in both the column list and the WHERE
 clause?

 When does the cursor get created? Could this be similar to changing the
 data source of a grid after its initial creation?

 --

 rk
 -Original Message-
 From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff
 Johnson
 Sent: Monday, February 09, 2015 1:42 PM
 To: profoxt...@leafe.com
 Subject: Re: VFP Love/Hate Relationship

 Same result Richard.  I exclusively use

Re: [NF] Outlook

2015-01-29 Thread Michael Oke, II
That will get her mail and other items but not, as I recall, the accounts
she had setup.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On Jan 29, 2015 12:10 PM, Jeff Johnson j...@san-dc.com wrote:

 I have a customer that has Outlook on one computer and wants to remove the
 profile and transfer her profile to that computer.  Last time I looked at
 Outlook (about 10 years ago) they had everything in a PST file.  Is that
 the same these days?

 Just copy to PST file to the computer and hook it up?

 --
 Jeff

 Jeff Johnson
 j...@san-dc.com
 SanDC, Inc.
 (623) 582-0323
 SMS (602) 717-5476
 Fax 623-869-0675

 www.san-dc.com
 www.cremationtracker.com
 www.agentrelationshipmanager.com


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=U=gaFBoeNo=3=6h1olqppgfvsgvppp0vj+7h0_3gt...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Outlook

2015-01-29 Thread Michael Oke, II
Email accounts with the login information.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On Jan 29, 2015 1:27 PM, Jeff Johnson j...@san-dc.com wrote:

 What is an account in Outlook?


 On 1/29/2015 1:13 PM, Michael Oke, II wrote:

 That will get her mail and other items but not, as I recall, the accounts
 she had setup.

 -
 Michael Oke, II
 oke...@gmail.com
 661-349-6221

 Our business is defined by our commitment to our Customers.
 -
 On Jan 29, 2015 12:10 PM, Jeff Johnson j...@san-dc.com wrote:

  I have a customer that has Outlook on one computer and wants to remove
 the
 profile and transfer her profile to that computer.  Last time I looked at
 Outlook (about 10 years ago) they had everything in a PST file.  Is that
 the same these days?

 Just copy to PST file to the computer and hook it up?

 --
 Jeff

 Jeff Johnson
 j...@san-dc.com
 SanDC, Inc.
 (623) 582-0323
 SMS (602) 717-5476
 Fax 623-869-0675

 www.san-dc.com
 www.cremationtracker.com
 www.agentrelationshipmanager.com


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=U0o500Pheut+Y=jgfw288etdsdyd+dt1vx1sgisw0...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: eLearning Hosting sites

2015-01-29 Thread Michael Oke, II
A shopping cart would handle what you are looking for. I've used Zen Cart
fairly successfully and they have a module for electronic delivery with
expiring links. PayPal integration is fairly easy as well. Sounds like you
won't have to deal with shopping so that will make things easier.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On Jan 29, 2015 1:28 PM, Geoff Flight data...@adam.com.au wrote:

 Hi all!

 I am developing a series of eLearning videos in my new(ish) profession and
 am wondering how I can deliver this content easily and cost effectively.  I
 want to be able to give people individual links to download material of
 around 200-300Mb. I don't want a single link so that it can be shared
 around
 as I am charging for it and I want to be able to limit downloads on a
 single
 address to 2-3 times for the same reason.

 Does anyone have any suggestions on the best way to do this?

 Another question is regarding PayPal.  In the past I have used my
 Australian
 merchant credit card facility to manually take payments but since this is
 international I need to use PayPal. Ive never set up a paypal link on a
 website before for a specific amount and if I get into difficulty - which
 is
 a good chance - is there anyone who can set me right?

 Thanks guys!

 You are worth your weight in gold.

 Cheers

 Geoff



[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=URD6P14W_vAA46ZXA6A0hLq3PTeJ4Zy=w0sQMU=8v...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Recover data from SD card

2014-12-26 Thread Michael Oke, II
Recuva from Piriform has worked for me in the past. They are the makers of
ccCleaner.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On Dec 26, 2014 6:47 PM, Ken Kixmoeller (ProFox) 
foxh...@information-architecture.com wrote:

 Hey - -

 I know I have done this from Knoppix before, but I can't figure it out this
 time. I am trying gparted (and gpart) but it isn't working.

 Ideas? Suggestions??

 Ken


 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
   text/plain (text body -- kept)
   text/html
 ---

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xfxlmswrc9aqg6wyd-z0h5izcru3cfkaqrnxaohdd...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Remote desktop

2014-11-21 Thread Michael Oke, II
Unless I'm mistaken, it's a reference to Total Recall.

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-
On Nov 21, 2014 12:44 PM, Gene Wirchenko ge...@telus.net wrote:

 At 03:44 2014-11-21, Peter Cushing pcush...@whisperingsmith.com wrote:

 Hi Dave,

 Good to hear of your recovery from a Pulmonary embolism. Good job it
 wasn't a schizoid embolism (see if anyone gets that joke without looking on
 the internet) :-)


  I did not get it even after looking.

 [snip]

  Dave Crozier wrote:

 Having spent a quite enjoyable weekend with Allen in Pragus (Shades of a
 Czech Profox reunion with just the two of us) I have come back into work
 after a 2 month  outage caused by a major DVT Pulmonary embolism resulting
 in 4 days in the critical care unit and 3 weeks in hospital - all caused by
 a seemingly innocuous calf strain. Still, I'm here to talk about it which in


  Welcome back.

 [snip]

 Sincerely,

 Gene Wirchenko


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=uhtqjpcmgknwgn5umdw0i5hb_c0dhn6yhw0_moh-j...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Rotate Text in VFP 6.0

2014-11-11 Thread Michael Oke, II
Been doing some searching but haven't been able to find an answer, or
pointer, to my problem. I need to be able to rotate some text in a vfp
report Tuesday doesn't use the report writer.  I didn't develop the
software just have to support it with the organization's guidelines. Anyone
with any pointers that will help me accomplish what is necessary?

-
Michael Oke, II
oke...@gmail.com
661-349-6221

Our business is defined by our commitment to our Customers.
-


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=u+-kx0aekknszwworml5bu11monbjtlpeigmuegez...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: kick users out

2014-10-31 Thread Michael Oke, II
A timer but I'd recommend a library and not the built in control. I have
one that I've used for years for such things and can look it up if you need
it's name.
On Oct 31, 2014 12:17 PM, Rafael Copquin rcopq...@fibertel.com.ar wrote:

 I wonder what is the best way to kick users out of an app when they have
 it open for ages without doing anything (the typical out-to-lunch). The
 user has a number of files open and does not do anything for a long time.

 I want to have the system shut itself down after 5 or 10 minutes of
 inactivity

 Suggestions please

 Rafael Copquin


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vt1ud6cb21royeogsos5hdk6ygzsmi+_fm2h5xsa9...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: NF PDF compare utility

2014-10-23 Thread Michael Oke, II
Take a look at DiffPDF, it might do what you are looking for. Also there is
a project on GitHub that looks very promising diff-pdf
 On Oct 23, 2014 11:35 AM, Mike Copeland m...@ggisoft.com wrote:

 True, but I'm working with some folks that just got hired after being laid
 off from McDonalds (reportedly they were under-performers.) My hope is a
 side by side display of the two pdfs, with yellow highlighter on any line
 that is not a match in the most recent document.

 I realize I could easily write an application that would store the data
 during each report run and then process a compare, or simply log all
 editing activity and generate a report from the log...but the goal is
 quick fix as in today. I've already got enough higher priority items on
 my plate!

 Thanks Paul!
 Mike



 Paul Hill wrote:

 On 23 October 2014 19:22, Mike Copeland m...@ggisoft.com wrote:

 Does anyone know of a free (or inexpensive) Windows utility that will
 compare two PDF files and display the content differences?

 PDFs are text files so you could use windiff...
 The markup is probably unreadable though.

 Alternatively use a tool to convert the PDFs to text files and compare
 those.



[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=uk0-tlmfo+mzb4sa47wfbq+fgb8sk2cchrpajrjez...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Strange pdf behaviour

2014-10-21 Thread Michael Oke, II
PDF files are immune from the missing font issue. That is one of the
reasons that they are a preferred method of sending output files. All you
need on the receiving end is a reader application.
 On Oct 20, 2014 12:55 PM, Mike Copeland m...@ggisoft.com wrote:

 Just wondering if one of the blanks were forwarded to you, does the PDF
 open okay on your system or is the file damaged?

 You may have PDF files that are not useable, or it may be the recipient is
 missing a font or something that the PDF reader does not have access to.

 Try sending the email to a free Yahoo or GMail account for the person who
 is getting blanks and see if it opens from that alternate email destination
 or not. That will help narrow down the possibilities (is the email
 receiving server, the receiving workstation's PDF reader, workstation's
 Antivirus, etc.)

 Mike


 Sytze de Boer wrote:

 I wonder if anyone here can help

 My system creates a pdf document (using XFRX)
 I can verify the pdf is perfect. (Its a very customised freighting invoice
 system)

 It then emails this file as an attachment.
 My client's client receives a blank pdf
 The blank pdf is about 10  kb. About the same as the pdf which is still on
 the client pc.

 I have verified the process because I can Remote desktop into my client
 system.
 About 50 of my client's client emailed to say they received blank pdf's,
 so
 its not a question of pdf readers playing up.

 I have thought about replacing xfrx but since it is creating the correct
 pdf, with all the details, I'm not sure what that will achieve.

 The client also has my payroll system, in a different folder
 This creates pdf payslips.
 I've emailed such a payslip to myself and there are no problems.



[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=XD6qMzBCwTHzv=zKV=8gpaeuq033p1ad8vyiak14-...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Strange pdf behaviour

2014-10-21 Thread Michael Oke, II
You are correct and i had forgotten about that since I embed fonts in all
my generated PDF reports to avoid that issue. I'm unsure what would happen
if the displaying system did not have a selected font and it was not
embedded in the distributed file.
On Oct 21, 2014 9:07 AM, Mike Copeland m...@ggisoft.com wrote:

 I thought it was also possible to choose not to embed the font, and if you
 use a non-standard font the reader will do substitution as possible?

 Mike


 Michael Oke, II wrote:

 PDF files are immune from the missing font issue. That is one of the
 reasons that they are a preferred method of sending output files. All you
 need on the receiving end is a reader application.
   On Oct 20, 2014 12:55 PM, Mike Copeland m...@ggisoft.com wrote:

  Just wondering if one of the blanks were forwarded to you, does the PDF
 open okay on your system or is the file damaged?

 You may have PDF files that are not useable, or it may be the recipient
 is
 missing a font or something that the PDF reader does not have access to.

 Try sending the email to a free Yahoo or GMail account for the person who
 is getting blanks and see if it opens from that alternate email
 destination
 or not. That will help narrow down the possibilities (is the email
 receiving server, the receiving workstation's PDF reader, workstation's
 Antivirus, etc.)

 Mike


 Sytze de Boer wrote:

  I wonder if anyone here can help

 My system creates a pdf document (using XFRX)
 I can verify the pdf is perfect. (Its a very customised freighting
 invoice
 system)

 It then emails this file as an attachment.
 My client's client receives a blank pdf
 The blank pdf is about 10  kb. About the same as the pdf which is still
 on
 the client pc.

 I have verified the process because I can Remote desktop into my client
 system.
 About 50 of my client's client emailed to say they received blank pdf's,
 so
 its not a question of pdf readers playing up.

 I have thought about replacing xfrx but since it is creating the correct
 pdf, with all the details, I'm not sure what that will achieve.

 The client also has my payroll system, in a different folder
 This creates pdf payslips.
 I've emailed such a payslip to myself and there are no problems.


[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=WUBg6k7YTq2SVbf0+n=hsis51910kf2porxen_lpp...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Windows 10

2014-10-17 Thread Michael Oke, II
Funny, I don't recall that requirement. Maybe it's dependent on where you
reside.
On Oct 17, 2014 12:18 PM, Man-wai Chang chan...@gmail.com wrote:

 I barely remember that Win 10's Technical Preview require you to allow
 Micro$oft to remote into your Win 10 :)

 On Sat, Oct 18, 2014 at 3:05 AM, Mike Copeland m...@ggisoft.com wrote:
  I may have missed it...has anyone tested VFP 9 on Windows 10 yet?
 
  Mike Copeland
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xzenf18pqr+raf7rn2uci9dhfexw5+chcgmttmuge...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Dell headache ... what should I do?

2014-10-14 Thread Michael Oke, II
As far as 1 goes, the hard drive is removable so you can pull it out,
remove your data, wipe the unused space or the entire drive and return it
all to Dell.

2 is going to depend on your state as to whether they have to restart the
warranty. I'd check your local laws to see.
 On Oct 14, 2014 4:15 PM, Lew Schwartz lew1...@gmail.com wrote:

 I recently bought a Dell XPS 15 ... super light. I need something I can lug
 around without crippling my arthritic back any more than it already is. The
 key method for insuring light weight is no removable components  the
 case is sealed, there's no way to swap out the hd, change memory, battery
 etc 

 That machine went doa, and after a reasonable back and forth, Dell replaced
 it, but there are now two sticky issues:

 1. Big problem  they want the dead machine back. It has all my banking,
 cc, password info on it. Further, since it died of power supply failure,
 it's absolutely certain that all that info is intact.

 2. They refuse to restart the warranty. After being without a machine for
 two months and struggling with a failing pia before that, the warranty for
 the replacement machine is reduced by the 6 mos that I had the bad machine.


 -Lew Schwartz


 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
   text/plain (text body -- kept)
   text/html
 ---

[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=x5nyjea-qekw5drbwopgwyotnny7ailpthpu1roua...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] converting windows 8.1 box to Ubuntu box

2014-09-23 Thread Michael Oke, II
Why wouldn't you host a virtual copy of Ubuntu until you learn the OS better 
and decide that that is the route you want to go?  Your ability to recover from 
mistakes would be much simpler. This is assuming that you have only one box to 
work with. Yes, I know you coil host your Windows environment from the Ubuntu 
box as well. 



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Sep 23, 2014, at 12:41 PM, Virgil Bierschwale vbierschw...@gmail.com 
 wrote:
 
 Decided to make the plunge.
 
 What I'm looking for is a way to mimic my environment on my web host so that
 I can make changes and test here in my office and then ftp the changed files
 to my host.
 
 
 
 Going to try the Ubuntu Install and then the Xaamp Linux install route.
 
 
 
 Anything I need to know, and also, I'm interested in subversion or some type
 of source control as well and I've never used it, so any hints are
 appreciated as I will be making numerous drill downs, and charts on the
 project that I started last month.
 
 
 
 Thanks,
 
 
 
 Virgil Bierschwale
 
 Keep America At Work
 
 www.KeepAmericaAtWork.com
 
 
 
 
 
 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
  text/plain (text body -- kept)
  text/html
 ---
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/671e7273-b1b8-4baf-b8ad-b5bd1ca7e...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Personal experiences with Chromebooks or Chromeboxes?

2014-08-31 Thread Michael Oke, II
I have a chromebox (Asus) with additional memory in the living room for my 
children to use to play games (online) and access their school information. 
Works a treat but they are young and when they are older, the gaming might not 
work as well. They aren't playing graphic intensive games but educational based 
stuff. 

I also have a Pixel which has an awesome screen and works well for me to sit in 
the living room and handle correspondence and development. 



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Aug 30, 2014, at 4:08 AM, Malcolm Greene pro...@bdurham.com wrote:
 
 Looking for comments and recommendations regarding the
 usefulness and performance of Chromebooks or Chromeboxes?
 
 
 
 Pros, cons, tips, techniques, gotchas ... vendors or specific
 product models to consider or avoid? What to upgrade (memory,
 SSD's?), etc. How easy is printing? Performance? Ease of
 transitioning from a thick client to browser based client?
 
 
 
 Use case:
 
 
 
 1. Personal use with cloud based email, online technical
 research and reading, online accounting (Quicken/Quickbooks),
 collaborative writing via online wikis or Google Office, blog
 maintenance.
 
 
 
 2. Potential as laptop/desktop replacements for customers with
 mostly browser based workflows and/or virtual desktops/Citrix
 apps running back in their data centers.
 
 
 
 Thanks!
 
 Malcolm
 
 
 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
  text/plain (text body -- kept)
  text/html
 ---
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/fe1d78a5-2db2-4527-a248-8d68b21ab...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Bricked Android tablet

2014-08-31 Thread Michael Oke, II
What model tablet and version of android is/was it running?



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Aug 31, 2014, at 10:05 AM, Ken Kixmoeller (ProFox) 
 foxh...@information-architecture.com wrote:
 
 Hey -- Small chance that anyone knows about this, but I've always been
 astonished about what you-all *do* know.
 
 I think I bricked it myself. I was loading stuff (books, videos) onto my
 (generic) android tablet and I think (by accident) I filled the flash
 memory too full to boot.
 
 When I turn it on, it gets to the second boot screen and just stops. I have
 done a factory reset (several times), but I am not sure if that is deleting
 my data of just my custom settings. In any case, the behavior does not
 change.
 
 When I connect it to a Windows computers (Vista and XP), it recognizes that
 a device is attached, and either:
 
 -- can't find a driver (didn't there used to be an option to choose a
 generic flash drive or some such? Can't find that option.), or
 
 -- connects as Android but when you click on the drive icon it says
 something like put a disk in the empty drive..
 
 The Ubuntu linux and Mac computers doesn't seem to recognize it at all.
 
 In the same screen as the system reset, there are options to apply updates
 from ADB or EXT. These seem to be the USB port or the flash drive. I can't
 find a way to do this -- I'd be happy to upgrade/downgrade the tablet to
 Beany Baby (or whatever level of cutesy Android version name) if it would
 un-brick this baby.
 
 Any ideas/hacks/pages I can't find/whatever
 
 Thanks,
 
 Ken
 
 
 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
  text/plain (text body -- kept)
  text/html
 ---
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/d10286fc-49b1-4a0b-9a18-08f4308f4...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Personal experiences with Chromebooks or Chromeboxes?

2014-08-31 Thread Michael Oke, II
There is a solid 'hack' out there that enables RDP without any troubles. 



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Aug 31, 2014, at 12:32 PM, Paul Hill paulroberth...@gmail.com wrote:
 
 On 31 August 2014 19:40, AndyHC jarnd...@gmail.com wrote:
 On 31/08/2014 10:55, Paul Hill wrote:
 
 On 30 Aug 2014 22:59, AndyHC jarnd...@gmail.com wrote:
 
 Do I need Chrome browser on the Win/Linux PCs to use these RD apps on
 android?
 
 No. And the best Android RD app is by Microsoft.
 Is that the one that doesn't support Win7 Home Premium?
 
 No RDP app supports it as Win7 Home Premium does not include RDP [*].
 
 * Not including dodgy hacks.
 
 -- 
 Paul
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/add21f5e-bfed-4b47-ab77-ca538f8ff...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Bricked Android tablet

2014-08-31 Thread Michael Oke, II
Factory reset directions from TMAX customer service... and it worked for me: 
Place the unit on the OFF position hold the VOLUME - (minus) and the POWER 
button. Do not release the keys until you reach a reboot screen. select WIPE 
DATA/ FACTORY RESET go down to YES Finally select REBOOT SYSTEM NOW

May have to try more than once. 



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Aug 31, 2014, at 1:49 PM, Ken Kixmoeller (ProFox) 
 foxh...@information-architecture.com wrote:
 
 On Sun, Aug 31, 2014 at 3:22 PM, Michael Oke, II oke...@gmail.com wrote:
 
 What model tablet and version of android is/was it running?
 
 
 It is as generic as it gets -- a TMAX. Their only model. Now their website
 sort of exists (http://www.tmaxdigital.com/). Before it just had a few
 photos of the product. They have a support line now that I'll try.
 
 
 --- StripMime Report -- processed MIME parts ---
 multipart/alternative
  text/plain (text body -- kept)
  text/html
 ---
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/ff5704df-c6ea-4d90-abdb-de70c2516...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: The disappearance of Micro$oft Forms 2.0 ActiveX controls?

2014-08-29 Thread Michael Oke, II
Are you saying that this has happened or you think it might?  You have the 
installation files right?



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Aug 29, 2014, at 7:34 AM, Man-wai Chang chan...@gmail.com wrote:
 
 Would it happen? Just curious... :)
 
 It's the only bridge to Unicode support for VFP 6.0...
 
 -- 
 .~. Might, Courage, Vision. SINCERITY!
 / v \ 64-bit Ubuntu 9.10 (Linux kernel 2.6.39.3)
 /( _ )\ http://sites.google.com/site/changmw
 ^ ^ May the Force and farces be with you!
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/45a18a0f-916a-47e6-a7e0-cdb973c00...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Burn an ISO

2014-08-23 Thread Michael Oke, II
CDBurnerXP will do this for you and it is free. Microsoft also had a tool 
available to do the same. 



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Aug 23, 2014, at 9:06 AM, Jeff Johnson j...@san-dc.com wrote:
 
 I have an ISO I need to burn to a DVD.  I have Nero Express but I don't think 
 it will do that.  What is the best way to burn an ISO to a DVD?  Free would 
 be better but I'm willing to pay a few bucks.
 
 Thanks in Advance.
 
 -- 
 Jeff
 
 Jeff Johnson
 j...@san-dc.com
 SanDC, Inc.
 (623) 582-0323
 SMS (602) 717-5476
 Fax 623-869-0675
 
 Visit our forum at www.san-dc.com/forum
 Register and join in the discussion
 
 www.san-dc.com
 www.cremationtracker.com
 www.agentrelationshipmanager.com
 
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/ec9d0c52-6641-45ec-a96b-823bf39c7...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Icon Editor

2014-07-12 Thread Michael Oke, II
Laurie,
You might want to check and see how the programs you are using is creating
the icon.  VFP is very picky on the construction of an icon and having the
wrong layout can cause an icon to appear corrupt.



On Sat, Jul 12, 2014 at 5:56 AM, Laurie Alvey trukke...@gmail.com wrote:

 Your're right - a big collection. Thanks to all,
 Laurie


 On 12 July 2014 12:42, Malcolm Greene pro...@bdurham.com wrote:

  Laurie,
 
  1. If all you want to do is build a new icon from an existing corrupt
  one, take screenshot of an app with the icon, cut out the image of the
  icon using Paint, save this cut out as a PNG file and upload to this
  site ... they will send you back an ICO equivalent of your PNG file ...
  for free.
  http://www.convertico.com
 
  2. If you want to edit an icon file that's not corrupt or create a new
  ICO file from scratch, check out Icon Workshop from Axialis - highly
  recommended!!
  http://www.axialis.com/iconworkshop/
 
  3. If you just want a cool new icon without going through the hassle of
  building your own, check out the awesome icon collections at Axialis.
  http://www.axialis.com/
 
  Malcolm
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=u9sapjjjwfhnhcstn0i_uzwelsmdchueg-hkyxx21...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [WC] Bye Netherlands, hello finals.

2014-07-10 Thread Michael Oke, II
I thought it was a horrible game and that was disappointing.  I hate games
at this level being decided by penalties tho.  I'd rather they shift to a
sudden death format.

Is it possible that Brazil and it's citizens just won't watch?  Naw.  Is it
possible to cheer for both teams to lose?




On Thu, Jul 10, 2014 at 8:02 AM, Ricardo Aráoz ricar...@gmail.com wrote:

 Didn't like the game. Really boring.
 Robben keeps diving and acting. Messi took the day off.
 The only thing I enjoyed was Mascherano's grit. Having Tevez on the field
 would have been a very nice thing in this game, but he was excluded from
 the team by Messi's friends.
 If we play this way against Germany they will hammer us.
 But still, we are in the finals!
 I wonder who will the Brazilians be cheering for. Tough choice LOL




[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=vd-7hyrmvjfxdwypp7fcyszq1lagmxkqv67cmksgt...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Re: issue with dbf's

2014-07-09 Thread Michael Oke, II
Why use an SQL statement at all?  If he wants to see all the data, can't
you just display the table, which you have to open anyway?


On Wed, Jul 9, 2014 at 8:48 AM, Rafael Copquin rcopq...@fibertel.com.ar
wrote:

 The way my client, an programmer from the 80's, wants his screens is, all
 the fields from the table to be shown at once in the one screen (no
 pageframes), so I am stuck with selecting all fields.

 I wonder what would happen if instead of selecting * I select all fields,
 but naming them one by one, like select field1,field2...fieldN from
 table

 I can avoid using CA's, but I would still need to use a SQL statement to
 bring a limited set of records like I mentioned


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=xmsgm4x2wwcgywotr4ng+aszsazppjt1k3watt4bq...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Need a batch file to process all the files listed in a text file

2014-07-09 Thread Michael Oke, II
I've called it the 'Command Prompt' for years.  While it emulates what was
available under DOS, it isn't quite the same as what we had all those years
ago.


On Wed, Jul 9, 2014 at 10:04 AM, Stephen Russell srussell...@gmail.com
wrote:

 So you go back and forth in your naming?  ;-


 On Wed, Jul 9, 2014 at 12:00 PM, Alan Bourke alanpbou...@fastmail.fm
 wrote:

   Bet you still call it a Dos prompt ;-)
  
 
  Nope, being Captain Pedantic like I am, I call it 'the prompt'. :)


-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=Xujh9br=iSA1N+10X7-AOUvZ2bn_vpvT=Tdy=hnb7...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] SQL Server Data Warehouse programmer search

2014-07-09 Thread Michael Oke, II
Not sure that anyone blames them, just makes fun of them is all.


On Wed, Jul 9, 2014 at 9:19 AM, Gene Wirchenko ge...@telus.net wrote:

  Some employers have been hammered in court cases so if some of them
 are very careful, who can blame them?

 Sincerely,

 Gene Wirchenko



-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=WHUhPZypdW27WrKtx0JQ30PeT=HbdZdF0ph=aj6md...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Visual FoxPro 9 on a Windows 7 pad

2014-06-28 Thread Michael Oke, II
Windows RT has a desktop.  The difference is in processors used and the
actual OS.  RT does not support standard executables and thus necessitates
a different programming methodology for apps to run on them.

Michael Oke, II
oke...@gmail.com

On Friday, June 27, 2014, Tracy Pearson tr...@powerchurch.com wrote:

 -snip-

Wes,

 What device are you talking about?
 Do you have a link to it?

 As for Windows 8 tablets. There have been two flavors.
 Windows 8 RT and Windows 8.
 The Windows 8 RT doesn't have a desktop. If this device you are talking
 about has a desktop and notepad that opens in a window, yes. Otherwise, you
 need to look for a new device.

 Tracy Pearson
 PowerChurch Software




-- 
-
Michael Oke, II
oke...@gmail.com
661-349-6221
-


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CACBEV=UgR6nm1xrTKkVGVKzEvf+WxrRq6ohZ0f1Hw_EsS=e...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [NF] Scanner software

2014-06-18 Thread Michael Oke, II
The built in stuff doesn't seem to recognize older and deprecated hardware. In 
our case, my client had older Fujitsu scanners and I could get them to function 
under 32bit Win7 but no dice under the 64bit version. VueScan made it an easy 
transition and I even run it in my office because I can scan to my laptop from 
my network connected printer/scanner and there was no setup struggles. 



Michael Oke, II
oke...@gmail.com
661-349-6221

 On Jun 18, 2014, at 8:53 AM, Mike Copeland m...@ggisoft.com wrote:
 
 I tried the Windows 7 built-in driver and it didn't see the scanner.  :-(
 
 Mike
 
 Man-wai Chang wrote:
 Windows Vi$ta/7/8 comes with Window Fax and Scan!
 
 For image editing AFTER scanning, you might try PhotoFiltre 7!
 http://www.photofiltre-studio.com/pf7-en.htm
 
 For OCR, I have yet to find a free one that's good.
 
 For ActiveX control, no idea.
 
 On 17 June 2014 23:43, Mike Copeland m...@ggisoft.com wrote:
 Anyone have a recommendation for software to use with a TWAIN scanner?
 We have an older flatbed, high resolution scanner that the software doesn't
 work with on Windows 7 (and Microtek doesn't plan to offer a solution other
 than a new scanner.) I've already Googled, downloaded, and tried some apps
 
 
[excessive quoting removed by server]

___
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: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/663d8096-970c-4365-8245-e550e42a8...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


  1   2   3   4   5   6   7   8   9   10   >