RE: CDO Email

2023-02-24 Thread John
I was using 587 and it didn't work so I changed it to the one recommended by 
the email provider which was 465 - that worked 

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Michael
> Glassman
> Sent: Friday, February 24, 2023 1:04 AM
> To: profoxt...@leafe.com
> Subject: RE: CDO Email
> 
> John, what port did you change to?  I use 465 for my CDO email, but
> apparently 587 is generally preferred.
> 
> Mike
> 
> 
> 
> -Original Message-
> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
> j...@johnweller.co.uk
> Sent: Thursday, February 23, 2023 3:24 AM
> To: profoxt...@leafe.com
> Subject: RE: CDO Email
> 
> Hi Alan
> 
> Many thanks! I tried that and it failed but a bit more research showed me I 
> had
> to change the port after which it worked fine - much to my relief.
> 
> John
> 
> John Weller
> 07976 393631
> 
> > -Original Message-
> > From: ProfoxTech  On Behalf Of Alan
> > Bourke
> > Sent: Wednesday, February 22, 2023 8:46 AM
> > To: profoxt...@leafe.com
> > Subject: Re: CDO Email
> >
> > Apparently you can:
> >
> > .Item("http://schemas.microsoft.com/cdo/configuration/sendtls;) = True
> >
> >
> > --
> >   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/006b01d94879$0a5c63d0$1f152b70$@johnweller.co.uk
** 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: CDO Email

2023-02-23 Thread John
Hi Alan

Many thanks! I tried that and it failed but a bit more research showed me I
had to change the port after which it worked fine - much to my relief.

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Alan Bourke
> Sent: Wednesday, February 22, 2023 8:46 AM
> To: profoxt...@leafe.com
> Subject: Re: CDO Email
> 
> Apparently you can:
> 
> .Item("http://schemas.microsoft.com/cdo/configuration/sendtls;) = True
> 
> 
> --
>   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/009101d94771$03ac7290$0b0557b0$@johnweller.co.uk
** 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.


CDO Email

2023-02-21 Thread John
About 12 years ago I wrote a membership program for a local charity in VFP. It 
has continued to work with the odd tweak ever since.  It uses Microsoft CDO to 
send emails – I know CDO is obsolete, so is VFP but it works! .  The code is 
below, cribbed from SweetPotatoSoftware many years ago:

  

lcSchema = http://schemas.microsoft.com/cdo/configuration/

  loConfig = CREATEOBJECT("CDO.Configuration")

  WITH loConfig.FIELDS

.ITEM(lcSchema + "smtpserver") = "smtp.ionos.co.uk"

.ITEM(lcSchema + "smtpserverport") = 587

.ITEM(lcSchema + "sendusing") = 2

.ITEM(lcSchema + "smtpauthenticate") = .T.

.ITEM(lcSchema + "smtpusessl") = .F.

.ITEM(lcSchema + "sendusername") = lcUserName

.ITEM(lcSchema + "sendpassword") = lcPassword

.UPDATE

  ENDWITH

 

I have been advised by our email provider that we must upgrade to TLS 1.2.  I 
had hoped that it would be as simple as changing usessl to True but that 
doesn’t appear to be the case.  I am out of my depth having been away from 
serious programming for many years.  Any help or suggestions would be 
gratefully received!

 

John Weller

07976 393631

 



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

___
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/025401d9460e$0e839090$2b8ab1b0$@johnweller.co.uk
** 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.

M$ 365 Defender

2022-06-27 Thread John
A friend has been offered Microsoft 365 Defender and asked my advice.  From
what I can see it is a souped-up version of Defender only available to
Enterprise clients or on payment of $5 per month - is this correct?

 

John

 

John Weller

07976 393631

 



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

___
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/004701d88a3a$8c3c2dc0$a4b48940$@johnweller.co.uk
** 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:

2022-04-11 Thread John
Very sensible decision!  All the best and thanks for your help over the years.

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Dave
> Crozier
> Sent: 11 April 2022 14:53
> To: profoxt...@leafe.com
> Subject:  
> Ladies and gentlemen,
> After some 25 years I will be leaving Flexipol on 4th June after many years of
> happy development and bespoke software writing.
> 
> The last 2 years have been spent replacing all the bespoke software with a
> replacement system from Epicor and it has been a long, long process which I
> wanted to see through until my 70th next year but after the death of my
> mother last month I feel that it is no good having plans if you never reach 
> the
> age to put them into practice. Anyone installing Epicor, you have my best
> wishes… you may need them!
> 
> I I know I haven’t participated in the group very much since the start of the
> pandemic, but this has been due to the immense effort put into trying to get
> the new software to be functionally identical to the bespoke VFP bespoke
> software. I intend to keep my VFP skills going as well as Visual Studio C# 
> stuff
> with a select number of old clients dating back many, many years so I won’t
> disappear completely as they say!
> 
> Thanks to Ed for hosting the group over all these years and providing a
> community we have all used and can be proud of.
> 
> Now to register for the Virtual Foxfest whilst I remember and maybe catch
> some of you there.
> 
> Remember, nothing runs like a Fox…. Even a 40 year old one!
> 
> Thanks guys (and girls) for the past interactions.
> 
> Dave Crozier
> Software Development Manager
> Flexipol Packaging Ltd.
> 
> Mob: 07967 671080
> 
> ﴾⚆ᨎ⚆﴿
> 
> 
> 
> Flexipol® Packaging Ltd
> T 01706 222 792
> E dcroz...@flexipol.co.uk
> W https://www.flexipol.co.uk/
> Follow us:
> Unit 14 Bentwood Road, Carrs Industrial Estate, Haslingden, Lancashire, BB4
> 5HH
> 
> ​This communication and the information it contains is intended for the person
> or organisation to whom it is addressed. Its contents are confidential and may
> be protected in law. If you have received this e-mail in error you must not
> copy, distribute or take any action in reliance on it. Unauthorised use, 
> copying
> or disclosure of any of it may be unlawful. If you have received this message 
> in
> error, please notify us immediately by telephone or email.
> 
> Flexipol Packaging Ltd. has taken every reasonable precaution to minimise the
> risk of virus transmission through email and therefore any files sent via 
> e-mail
> will have been checked for known viruses. However, you are advised to run
> your own virus check before opening any attachments received as Flexipol
> Packaging Ltd will not in any event accept any liability whatsoever once an e-
> mail and/or any attachment is received.
> 
>  It is the responsibility of the recipient to ensure that they have adequate 
> virus
> protection.
> 
> ---
> ---
> ---
> ​​
> ​Terms & Conditions:
>  Notwithstanding delivery and the passing of risk in the goods, the property 
> in
> the goods shall not pass to the buyer until the seller Flexipol Packaging Ltd.
> ("The Company") has received in cash or cleared funds payment in full of the
> price of the goods and all other goods agreed to be sold by the seller to the
> buyer for which payment is then due. Until such time as the property in the
> goods passes to the buyer, the buyer shall hold the goods as the seller's
> fiduciary agent and bailee and keep the goods separate from those of the
> buyer and third parties and properly stored protected and insured and 
> identified
> as the seller's property but shall be entitled to resell or use the goods in 
> the
> ordinary course of its business. Until such time as the property in the goods
> passes to the buyer the seller shall be entitled at any time
> 
> Disclaimer
> 
> The information contained in this communication from the sender is 
> confidential.
> It is intended solely for use by the recipient and others authorized to 
> receive it.
> If you are not the recipient, you are hereby notified that any disclosure,
> copying, distribution or taking action in relation of the contents of this
> information is strictly prohibited and may be unlawful.
> 
> This email has been scanned for viruses and malware, and may have been

RE: [NF] Facets Database???

2022-03-04 Thread John
It may be that the headhunter doesn't fully understand what they are asking 
for.  I remember a few weeks after Visual Basic was launched seeing adverts for 
programmers with at least two years' experience of Visual Basic. 

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Ted Roche
> Sent: 04 March 2022 21:06
> To: profoxt...@leafe.com
> Subject: Re: [NF] Facets Database???
> 
> Welcome back, Kurt!
> 
> A quick web search for "facets database" doesn't seem to point to one
> product, but rather a feature that several different database engines are
> offering as different things. It's hard to know what the headhunter wants.
> Besides heads, of course.
> 



___
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/020e01d83012$daf280e0$90d782a0$@johnweller.co.uk
** 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: Report to Microsoft PDF Printer creates text as images.

2022-02-22 Thread John
I don't know if this will help but if you open a PDF in Word it will
automatically convert it to a Word document - even if the pdf actually
contains an image.

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Alan Bourke
> Sent: 22 February 2022 11:26
> To: profoxt...@leafe.com
> Subject: Report to Microsoft PDF Printer creates text as images.
> 
> We have a customer who when printing a particular report from a Visual
Foxpro
> application sometimes selects the Microsoft PDF Printer (installed with MS
> Office). This then prompts for a PDF file to save the report output to.
They
> then open the PDF in Acrobat Reader or whatever and need to select and
copy
> some text from it.
> 
> The problem is that sometimes the PDF is rendered as an image so no
> individual elements are selectable in Acrobat Reader. All fonts on the
layout are
> standard Arial. There are no settings on the PDF printer to adjust and
nothing
> on the VFP side that I can see would affect it.
> 
> Replicating this process with the report layouts in question on my PC
works
> fine.
> 
> Has anyone ever come across this ?
> 
> 
> --
>   Alan Bourke
>   alanpbourke (at) fastmail (dot) fm
> 
> 
> 
> --- 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/002201d827e5$70141cf0$503c56d0$@johnweller.co.uk
** 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: Update and summary of findings: Syntax highlighting, registry settings and Tools~Options~Editor settings

2022-02-15 Thread John
Just a WAG - if VFP is remembering something it will most likely be in
foxuser.dbf - have you tried deleting that?

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of
> paul.newton.h...@gmail.com
> Sent: 15 February 2022 16:49
> To: profoxt...@leafe.com
> Subject: Update and summary of findings: Syntax highlighting, registry
settings
> and Tools~Options~Editor settings
> 
> Hi everybody
> 
> 
> 
> I make no apologies for reposting under a different subject but I think it
is
> necessary to avoid confusion.  After carrying out a series of tests, and
> restarting VFP each time I make a change, I can summarise my findings as
> follows (what I expect is the settings I can see in the Registry Editor)
> 
> 
> 
> Summary
> 
> 
> 
> 1.Sometimes my code window is not what I expect, but the sample code
> window is what I expect and yet the colour dropdowns do not reflect either
(the
> colour dropdowns do not even agree with the sample code window)
> 2.Sometimes my code window and the sample code window are both
> what I
> expect but the colour dropdowns do not reflect the same
> 3.Generally speaking the sample code window IS what I expect even when
> my code window and the colour dropdowns are NOT what I expect
> 
> 
> 
> I am wondering if VFP's highlighting in my code windows is "remembering"
> something from somewhere which is overriding the registry settings?  The
only
> thing I can seem to reply upon is the sample code window in the options
> dialog.
> 
> 
> 
> Any thoughts, comments or ideas will be highly appreciated.  Many thanks.
> 
> 
> 
> Paul Newton
> 
> 
> 
> 
> 
> 
> 
> --- 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/006b01d8228c$c78f9030$56aeb090$@johnweller.co.uk
** 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] Help With VB.Net

2022-01-10 Thread John
Many thanks Alan, I'll give it a try.  I knew Profox would come up with the 
goods 

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Alan Bourke
> Sent: 10 January 2022 14:58
> To: profoxt...@leafe.com
> Subject: Re: [NF] Help With VB.Net
> 
> Assuming you are using Windows Forms and not WPF ...
> 
> You can detect an 'Enter' keypress via the KeyPress event.
> 
> Private Sub TextBox1_KeyPress(sender As Object, e As KeyPressEventArgs)
> Handles TextBox1.KeyPress
> If e.KeyChar = Microsoft.VisualBasic.ChrW(Keys.Return) Then
> MessageBox.Show("Enter")
> End If
> End Sub
> 
> That won't detect focus leaving the textbox via tab or mouse click etc though.
> For that you might have to use the Validating event.
> 
> Private Sub TextBox1_Validating(sender As Object, e As
> System.ComponentModel.CancelEventArgs) Handles TextBox1.Validating
> 
> Dim isValid As Boolean
> 
> isValid = True  ' Check what you need to check here.
> 
> If isValid = False Then
> e.Cancel = True
> End If
> 
> End Sub
> 
> 
> 
> --
>   Alan Bourke
>   alanpbourke (at) fastmail (dot) fm
> 
> On Mon, 10 Jan 2022, at 2:14 PM, j...@johnweller.co.uk wrote:
> > I am trying to help a friend write an app in VB.Net.  I need some code
> > to fire when a number is entered into a textbox and Enter pressed, as
> > in the Valid event in VFP, but can’t seem to find the appropriate VB
> > event – any suggestions gratefully received.  I’m asking here because
> > it is easier to specify the problem in VFP terms 
> >
> >
> >
> > TIA
> >
> >
> >
> > John
> >
> >
> >
> > John Weller
> >
> > 07976 393631
> >
> >
> >
> >
> >
> > --- 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/013701d80633$43815dc0$ca841940$@johnweller.co.uk
** 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.

[NF] Help With VB.Net

2022-01-10 Thread John
I am trying to help a friend write an app in VB.Net.  I need some code to fire 
when a number is entered into a textbox and Enter pressed, as in the Valid 
event in VFP, but can’t seem to find the appropriate VB event – any suggestions 
gratefully received.  I’m asking here because it is easier to specify the 
problem in VFP terms 

 

TIA

 

John

 

John Weller

07976 393631

 



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

___
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/00d201d8062c$65e82530$31b86f90$@johnweller.co.uk
** 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: VFP9 and SQL memo fields - SOLVED

2022-01-07 Thread John
+1

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of AndyHC
> Sent: 07 January 2022 17:14
> To: profoxt...@leafe.com
> Subject: Re: VFP9 and SQL memo fields - SOLVED
> 
> On 06-Jan-22 7:54 AM, kbe...@mchsi.com wrote:
> > So
> > the cloud provider somehow talked the hackers into reducing the ransom to
> $50,000 and they paid it 2 days after Christmas.
> They should be prosecuted for paying it!   -  AndyD
> 
> --- 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/02cc01d803ec$6cb731e0$462595a0$@johnweller.co.uk
** 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: SweetPotatosoftware.com

2021-08-25 Thread John Weller
Straight in. 

John

John Weller
01380 723235
079763 93631
Sent from my iPad

> On 24 Aug 2021, at 22:59, Ted Roche  wrote:
> 
> Can you bypass the geoblock by going in via Internet Archive? Fresh as of
> February 27th:
> 
> https://web.archive.org/web/20210227040645/http://www.sweetpotatosoftware.com/
> 
> 
>>>>> 
>>>>> On 08/24/21 7:25 AM, Dave Crozier wrote:
>>>>>> Is anyone else having difficulty trying to access Craig’s site?
>>>>>> 
>>>>>> http://sweetpotatosoftware.com
>>>>>> 
>>>>>> Is it still live?
>>>>>> 


___
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/5782dea0-4bed-433b-8615-557f4cf44...@johnweller.co.uk
** 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-24 Thread John Weller
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?
> 
> 
> 



___
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/012001d7991a$def8b680$9cea2380$@johnweller.co.uk
** 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: SweetPotatosoftware.com

2021-08-24 Thread John Weller
Same problem.

John

John Weller
07976 393631
> Maybe your browser isn't switching over to the https version automatically.
> Try explicitly going to https://www.sweetpotatosoftware.com/
> 
> Eric
> 
> On Tue, Aug 24, 2021 at 9:42 AM John Weller  wrote:
> 
> > I've just tried and timed out.  I wonder if it is an issue contacting
> > it from UK?
> >
> > John
> >
> > John Weller
> > 07976 393631
> >
> > > -Original Message-
> > > From: ProfoxTech  On Behalf Of Vince
> > > Teachout
> > > Sent: 24 August 2021 13:31
> > > To: profoxt...@leafe.com
> > > Subject: Re: SweetPotatosoftware.com
> > >
> > > Went right in, no problem.  It looks nice. I wonder if he updated it?
> > >
> > >
> > > On 08/24/21 7:25 AM, Dave Crozier wrote:
> > > > Is anyone else having difficulty trying to access Craig’s site?
> > > >
> > > > http://sweetpotatosoftware.com
> > > >
> > > > Is it still live?
> > > >



___
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/003d01d798ff$f43dc410$dcb94c30$@johnweller.co.uk
** 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: SweetPotatosoftware.com

2021-08-24 Thread John Weller
I've just tried and timed out.  I wonder if it is an issue contacting it from 
UK?

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Vince
> Teachout
> Sent: 24 August 2021 13:31
> To: profoxt...@leafe.com
> Subject: Re: SweetPotatosoftware.com
> 
> Went right in, no problem.  It looks nice. I wonder if he updated it?
> 
> 
> On 08/24/21 7:25 AM, Dave Crozier wrote:
> > Is anyone else having difficulty trying to access Craig’s site?
> >
> > http://sweetpotatosoftware.com
> >
> > Is it still live?
> >



___
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/002c01d798f6$4bb63c90$e322b5b0$@johnweller.co.uk
** 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 John Weller
The comments I'm hearing suggest that it is really Windows 10.2 .  There is a 
problem in that it will only work with CPUs that are less than 3 years old. 
(the technical reasons are more complex - far too difficult for an old man like 
me!)

John

John Weller
07976 393631
> 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" ???



___
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/009401d76c27$fc419600$f4c4c200$@johnweller.co.uk
** 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: Variations in CSV settings by region

2021-04-16 Thread John Weller
No, it's an SCSV 

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Alan Bourke
> Sent: 16 April 2021 16:47
> To: profoxt...@leafe.com
> Subject: Re: Variations in CSV settings by region
> 
> On Fri, 16 Apr 2021, at 2:42 PM, Richard Kaye wrote:
> 
> >  But in Belgium, the delimiter is the semi-colon
> 
> It's not a CSV file then ;)
> 



___
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/00a301d732dc$78bac920$6a305b60$@johnweller.co.uk
** 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: Debenu.com/FoxItSoftware for creating PDFs

2021-03-09 Thread John Weller
I like FoxyPreviewer for PDFs.

John

John Weller
07976 393631

> 
> One thing I'd say about XFRX is that it isn't as fast as solutions that
create PDFs
> via a Windows printer driver.



___
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/002401d714d8$0a680680$1f381380$@johnweller.co.uk
** 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 John Weller
Many thanks Ed - I missed everybody 

John

John Weller
07976 393631

> -Original Message-
> From: ProfoxTech  On Behalf Of Ed Leafe
> Sent: 10 February 2021 15:31
> To: profoxt...@leafe.com
> Subject: Re: Anyone There?
> 
> 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=,
> 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/00e001d6ffc4$5d5f5510$181dff30$@johnweller.co.uk
** 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.

Anyone There?

2021-02-10 Thread John Weller
Is anybody there?

 

John

 

John Weller

07976 393631

 



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

___
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/00a201d6ff9e$b3e08600$1ba19200$@johnweller.co.uk
** 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] What if...?

2020-08-01 Thread John Weller
This discussion reminded me of a language spec I was sent some years ago.  I 
reproduce it for your edification and interest:

We have just become the Value Abandoned Reseller for the new programming 
language C+-, which can only be used by programmers with at least three years 
C+- experience thus ensuring an immediate skills shortage. A government 
minister has already booked her first-class ticket to a foreign country where 
sufficient guile is thought to exist to make up for this shortage before the 
general election. The new fast track visa scheme will be extended to include 
illegal immigrants who may have heard of C+- on their way through Europe to the 
UK.

C+- (pronounced ‘C More or Less’) is a subject-oriented language. Each C+- 
class instance, known as a subject, holds hidden members, known as prejudices, 
agendas or undeclared preferences, which are impervious to outside messages; as 
well as public members, known as boasts or claims. C+- is an innovation-neutral 
buzzword-compliant language developed by Nanosoft in a hurry for maximum user 
lock-in. It comes with its own methodology known as Subject-Oriented 
Development in Information Technology or SODIT for short.

C+- has pointer oppression and extensive coercions to help cure programmers of 
their unhealthy propensity for creative thinking. Multithreading is encouraged 
for maximum entanglement so that programs run slow enough to facilitate 
debugging of the flawed design during project overruns. For obvious reasons, 
C+- will not work with any forking kernel, least of all Linux. C+- supports 
information hiding so successfully that data may never be found again. And it 
has automatic garbage collection twice a week, although garbage may be 
distributed if the Xmas bit is set to ungenerous mode.

The following C operators are overridden as shown:

>   better than
<   worse than
>>  way better than
<<  forget it
!   not on your life
*   any which way
~   sometimes
?:  rhetorical question
+=  more equal than
==  comparable (ceteris paribus)
!== get a life
->  blame allocator
sizeof  doesn’t matter

C+- is strongly typed, based on stereotyping and self-righteous logic. The 
Boolean variables TRUE and FALSE (known as constants in other, less realistic 
languages) are supplemented with CREDIBLE and DUBIOUS. All Booleans can be 
declared with the modifiers strong and weak. Weak implication is said to 
“preserve deniability” and was added at US government insistence. What-if, 
why-not and so-what expressions are aided by the special conditional EVENIFNOT 
X THEN Y.

The methodology promotes the Mongolian Hordes approach whereby many junior 
staff are thrown at a project until it achieves critical mass, a bit like the 
Manhattan project. New staff should ‘hit the ground running’ because moving 
targets are more difficult to hit. ‘Team-players’ are recommended because weak 
members will be carried by the others and, in any case, ‘original-thinkers’ 
undermine the self-esteem of managers. It should be noted that all other 
methodologies are just as good -- any ‘ology’ is guaranteed to make up for poor 
planning and lack of leadership. For more or less information see Cplusminus.com

John

John Weller
01380 723235
07976 393631



___
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/003501d66814$34fed980$9efc8c80$@johnweller.co.uk
** 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] I will .....

2020-07-18 Thread John Weller
I seem to remember that that was one of the deadly sins - but can't remember 
why 

John Weller
01380 723235
07976 393631

> 
> My 15 month development window got shrunk to 3 weeks, and in a panic I used
> customer Social Security Numbers as primary keys. for no real reason 
> other than
> at the time they were handy and, supposedly, Unique...
> 
> Oops



___
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/002901d65ce2$04e0e460$0ea2ad20$@johnweller.co.uk
** 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] I will .....

2020-07-17 Thread John Weller
I have been unfaithful to my true love - I have been dabbling with Python and 
SQLite. I wish you could get FoxPro on a Raspberry Pi. 

John Weller
01380 723235
079763 93631
Sent from my iPad

> On 17 Jul 2020, at 17:07, Stephen Russell  wrote:
> 
> Alright, I'm not a priest, but I am a programmer.
> 
> Confess to me your programming sins, and I shall absolve you.
> 
> 
> 
> -- 
> Stephen Russell
> Sr. Analyst
> Ring Container Technology
> Oakland TN
> 
> 901.246-0159 cell
> 
> 
> --- 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/76c2bdf0-5702-4fd2-a2bc-53ff37dd0...@johnweller.co.uk
** 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: Networking Linux and Windows

2020-06-30 Thread John Weller
Thanks Alan.  The laptop and Pi both connected without any problems - possibly 
because they are within a few feet of the router .  I'll investigate the link.

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Alan Bourke
Sent: 30 June 2020 12:15
To: profoxt...@leafe.com
Subject: Re: Networking Linux and Windows

> over  WiFi which works most of the time

This is why people don't run networks over Wifi.

>  At the start of
> lockdown I bought a Raspberry Pi which inspired me to install Ubuntu 
> on a redundant laptop to learn Linux.  Is there a simple way to 
> include these in the network?
> 

Well, first of all did you get the laptop onto your Wifi? In my experience 
Linux can be difficult to get working with older laptop hardware.

If you did then https://help.ubuntu.com/community/Samba/SambaClientGuide


-- 
  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/00c901d64ef3$098774e0$1c965ea0$@johnweller.co.uk
** 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: Networking Linux and Windows

2020-06-30 Thread John Weller
Hi Ted

Many thanks for your help.  I bought an electronics kit with the Pi to play 
with.  My son has a classic car, an old Jaguar, which he cossets.  When he 
heard what I was doing he set me the task of producing something he could run 
on a Pi Zero to control the humidity in his garage.  I had to learn Python to 
do it which made me appreciate FoxPro - Python can be a very strange beast at 
times   I've got that part working - at least, it does when he puts the right 
version of Python on his Zero!  I'm now working on getting the output data into 
a SQLite database to drive an analysis program and produce graphical output to 
go on his web server, a Pi 1.  Great fun but frustrating at times.  His next 
project is to attach an infra-red camera which he has bought for £9 - if it 
works I think I will get one.  This project has lead me down so many new and 
fascinating alleys that I am spoilt for choice, there aren't enough hours in 
the day!

Regards

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Ted Roche
Sent: 30 June 2020 14:39
To: profoxt...@leafe.com
Subject: Re: Networking Linux and Windows

Hi, John:

Raspberry Pies are a great project to work on over lockdowns! I've got two 
RaspPis, a Linux server, a Linux laptop (my main machine), 4 windows machines, 
a wired laser printer, a wired inkjet printer and two Android phones sharing 
the wifi and wired network. One RaspPi serves as the local DNS, VPN node and 
file server (with an external USB 1 Tb drive) and PiHole DNS (blocking ads, 
spam and malware). The second RaspPi is breadboarded-up for programming 
experiments: mostly blinking LEDs so far.

Linux machines can share files with a Windows network by running the Samba 
server (https://magpi.raspberrypi.org/articles/samba-file-server and
https://www.raspberrypi.org/documentation/remote-access/samba.md) and can 
consume files that are shared on the Windows network or printers that are 
accessible through a network interface (highly recommended!) or a Windows share.

The best way to start working with a RaspPi is with a keyboard, mouse and 
screen attached, but once you start to get a hang of "The Linux Way," it can be 
run and administered remotely via ssh (PuTTY or the equivalent on
Windows) and/or VNC to access the desktop interface. And/or you cy.an set up a 
web server on the RaspPi and interact with it that way.

So, there's many ways to get connected. Let me know what you are considering 
and I'll try to point you towards resources.


On Tue, Jun 30, 2020 at 5:16 AM John Weller  wrote:

> I have a small home peer-to-peer network of 3 PCs running Win 10 over 
> WiFi which works most of the time but seems to prefer it when the wind 
> is from the East and there is an ‘R’ in the month .  At the start of 
> lockdown I bought a Raspberry Pi which inspired me to install Ubuntu 
> on a redundant laptop to learn Linux.  Is there a simple way to 
> include these in the network?
>
>
>
> Thanks
>
>
>
> John
>
>
>
> John Weller
>
> 01380 723235
>
> 07976 393631
>
>
>
>
>
> --- 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/00ba01d64eeb$220e9370$662bba50$@johnweller.co.uk
** 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.

Networking Linux and Windows

2020-06-30 Thread John Weller
I have a small home peer-to-peer network of 3 PCs running Win 10 over WiFi 
which works most of the time but seems to prefer it when the wind is from the 
East and there is an ‘R’ in the month .  At the start of lockdown I bought a 
Raspberry Pi which inspired me to install Ubuntu on a redundant laptop to learn 
Linux.  Is there a simple way to include these in the network?

 

Thanks

 

John

 

John Weller

01380 723235

07976 393631

 



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

___
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/000801d64ebf$0ef1dc60$2cd59520$@johnweller.co.uk
** 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: SQLite

2020-06-23 Thread John Weller
Thanks Paul.  I'll investigate.  I'm only playing as I've retired but it's 
something to do in lockdown 

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Paul H. Tarver
Sent: 23 June 2020 15:57
To: profoxt...@leafe.com
Subject: RE: SQLite

I have and it works great. I'm using it to import a table much wider than
250 columns and then querying that table for specific results and using them to 
create an upload file for a third party service. I recommend the following book 
as your starting point:

https://www.hentzenwerke.com/catalog/sqlite2gb.htm

Paul H. Tarver


-Original Message-
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Weller
Sent: Tuesday, June 23, 2020 9:19 AM
To: profoxt...@leafe.com
Subject: SQLite

Has anyone used SQLite with VFP?  I have always used DBFs as it seemed 
over-kill to use SQL Server for the small membership databases I've been using 
(2000 records) however I was introduced to SQLite as part of a Python course so 
thought I'd give it a try with VFP.

 

John

 

John Weller

01380 723235

07976 393631

 



--- 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/00f001d6496f$bf89b980$3e9d2c80$@johnweller.co.uk
** 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: SQLite

2020-06-23 Thread John Weller
Thanks Alan - there's some good stuff there!

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Alan Bourke
Sent: 23 June 2020 15:51
To: profoxt...@leafe.com
Subject: Re: SQLite

There's some articles by Whil Hentzen on his website covering the whole
enchilada:

https://www.whilhentzen.com/artpres.htm

--
  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/00ee01d6496f$8ff31b80$afd95280$@johnweller.co.uk
** 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.


SQLite

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

 

John

 

John Weller

01380 723235

07976 393631

 



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

___
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/00c001d64969$3e48f210$badad630$@johnweller.co.uk
** 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: This code doesn't work on this guy's new HP machine (but works on his own machine) -- both Win10 -- maybe a firewall issue?

2020-06-17 Thread John Weller
I second the comment about vRunFox!!

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of MB Software 
Solutions, LLC
Sent: 16 June 2020 23:01
To: profoxt...@leafe.com
Subject: This code doesn't work on this guy's new HP machine (but works on his 
own machine) -- both Win10 -- maybe a firewall issue?

The code below I have run since years ago when I got it from Dave Crozier here 
on ProFox.  I think it's a firewall issue.  The oIE.Navigate command returns 
.NULL.  Your thoughts as to what it might be?  He's got IE11 on his machine.  I 
went into IE11 and it works fine.

(BIG THANKS to Ed for the vRunFox that is helping me remote sleuth this
issue!)


 * Taken from http://leafe.com/archives/msg/493379, courtesy Dave 
Crozier for the ProFox post!!
 WAIT WINDOW TIMEOUT 1 "Retrieving IP address for security 
verification...please wait."
 LOCAL oIE as InternetExplorer.Application, nStart as Number
 TRY
 oIE = createobject("internetexplorer.application")
 CATCH TO loException
 llFail = .T.
 lcIP = 'error'
 this.Alert(loException.Message,16,"Could not invoke 
Internet Explorer",.T.)
 ENDTRY
 IF NOT llFail THEN
 *** mjb 06/16/2020 - added TRY
 TRY
 oIE.Navigate("http://www.atoutfox.org/ip.asp;)
 nStart = SECONDS()
 DO WHILE oIE.ReadyState<>4 AND (seconds()-nStart) 
<= IP_TIMEOUT
 DOEVENTS
 ENDDO
 IF oIE.ReadyState<>4
 lcIP = "" && "0.0.0.0"
 ELSE
 lcIP = oIE.document.nameprop()
 ENDIF
 CATCH TO loException
 MESSAGEBOX(loException.Message,16,"Problem with 
first IP site")
 ENDTRY

 TRY
 IF EMPTY(lcIP) THEN && try the alternative site per 
Stephen Russell
 oIE.Navigate("http://ipecho.net/plain;)
 nStart = SECONDS()
 DO WHILE oIE.ReadyState<>4 AND 
(seconds()-nStart) <= IP_TIMEOUT
 DOEVENTS
 ENDDO
 IF oIE.ReadyState<>4
 lcIP = "" && "0.0.0.0"
 ELSE
 lcIP = oIE.document.body.innerHTML
 ENDIF
 ENDIF && EMPTY(lcIP)
 RELEASE oIE
 CATCH TO loException
 MESSAGEBOX(loException.Message,16,"Problem with 
second IP site")
 ENDTRY
 ENDIF && NOT llFail


-- 
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/002f01d6448c$93343230$b99c9690$@johnweller.co.uk
** 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 Archives

2020-06-09 Thread John Weller
Thanks Ed!

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Ed Leafe
Sent: 08 June 2020 22:22
To: profoxt...@leafe.com
Subject: Re: Profox Archives

On Jun 8, 2020, at 13:05, John Weller  wrote:
> 
> Answered my own question - I wasn't!

Actually, the link on the list info page was out of date. When I re-did the 
site last year, I didn’t think of updating the list info pages. But thanks to 
your message, it is now fixed!


-- 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/001401d63e65$e9a60940$bcf21bc0$@johnweller.co.uk
** 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 Archives

2020-06-08 Thread John Weller
Answered my own question - I wasn't!

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of John Weller
Sent: 08 June 2020 19:00
To: profoxt...@leafe.com
Subject: Profox Archives

Hi Ed

 

Tried to get to the Profox Archives from
https://mail.leafe.com/mailman/listinfo/profox and got a 404.  Am I going in
from the right place?  

 

John

 

John Weller

01380 723235

07976 393631

 



--- 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/029201d63dbf$74a497c0$5dedc740$@johnweller.co.uk
** 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.


Profox Archives

2020-06-08 Thread John Weller
Hi Ed

 

Tried to get to the Profox Archives from
https://mail.leafe.com/mailman/listinfo/profox and got a 404.  Am I going in
from the right place?  

 

John

 

John Weller

01380 723235

07976 393631

 



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

___
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/028501d63dbe$a70a9ee0$f51fdca0$@johnweller.co.uk
** 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: Test

2020-04-30 Thread John Weller
+1

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Richard Kaye
Sent: 30 April 2020 13:11
To: profoxt...@leafe.com
Subject: RE: Test

Dave! Welcome back!



___
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/00f601d61eef$5d1606f0$174214d0$@johnweller.co.uk
** 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: GoFish problem

2020-04-29 Thread John Weller
No - awful is correct!  The amount of work Doug has done is enough to fill 
anyone with awe 

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Richard Kaye
Sent: 29 April 2020 16:31
To: profoxt...@leafe.com
Subject: RE: GoFish problem

I knew I should have written "tremendous"... 

--

rk

-Original Message-
From: ProfoxTech  On Behalf Of Tracy Pearson
Sent: Wednesday, April 29, 2020 11:20 AM
To: profoxt...@leafe.com
Subject: RE: GoFish problem

Are you saying his work was awful or that he did a lot of work?


Tracy

-Original Message-
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye
Sent: Wednesday, April 29, 2020 11:10 AM
To: profoxt...@leafe.com
Subject: RE: GoFish problem

IIRC Doug Hennig has done an awful of work with treeviews and released pure VFP 
based classes and many whitepapers about using them.

--

rk

-Original Message-
From: ProfoxTech  On Behalf Of Frank Cazabon
Sent: Tuesday, April 28, 2020 10:28 PM
To: profoxt...@leafe.com
Subject: Re: GoFish problem

Never used it but rendered this:

https://www.foxite.com/archives/html-treeview-in-vfp-450232.htm


On 28 April 2020 19:36:45 GMT-04:00, Matt Slay  
wrote:
>Eric - what UI control would be used in a VFP in place of the current 
>OCX Treeview?
>
>
>
>
>Matt Slay
>
>
>
>> On Apr 28, 2020, at 5:41 PM, Eric Selje  wrote:
>> 
>> We should (collectively) update GoFish because it doesn't work in
>VFP10 64
>> bit yet either because of these controls.
>> 
>> E
>> 
>> 
>>> On Tue, Apr 28, 2020 at 4:18 PM Matt Slay
>
>>> wrote:
>>> 
>>> Here is what GoFish uses:
>>> 
>>> OLEObject = C:\Windows\SysWOW64\MSCOMCTL.OCX
>>> 
>>> 
>>> - Matt Slay
>>> 
>>> 
>>> 
>>>> On 4/28/2020 3:43 PM, Tracy Pearson wrote:
>>>> We had enough problems with the Common controls we removed them
>from our
>>>> product.
>>>> Try to open a screen in our software and Windows attempting to run
>an
>>>> installer. The file was there, and registered, but the installer
>>> insisted it
>>>> was the wrong one.
>>>> You are looking for one these files. I don't know which version was
>>> attached
>>>> to the form:
>>>> Microsoft Windows Common Controls 5.0 (SP2)
>>>> File: c:\windows\syswow64\comctl32.ocx Microsoft Windows Common 
>>>> Controls 6.0 (SP6)
>>>> File: c:\windows\syswow64\mscomctl.ocx
>>>> 
>>>> If you are on a Windows 10 64-bit OS, that is where they live.
>>>> I don't use GF personally.
>>>> 
>>>> HTH,
>>>> Tracy
>>>> 
>>>> 
>>>> -Original Message-
>>>> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
>>> Paul H.
>>>> Tarver
>>>> Sent: Tuesday, April 28, 2020 4:09 PM
>>>> To: profoxt...@leafe.com
>>>> Subject: RE: GoFish problem
>>>> 
>>>> It looks like the Microsoft Visual Basic 6.0 Common Controls
>download
>>> only
>>>> updated my existing MSComCt files and didn't appear to install
>anything
>>> else
>>>> and my OLE error remains.
>>>> 
>>>> So I'm guessing it's something in a different distribution.
>>>> 
>>>> Paul H. Tarver
>>>> 
>>>> 
>>>> -Original Message-
>>>> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of
>>> Richard
>>>> Kaye
>>>> Sent: Tuesday, April 28, 2020 12:38 PM
>>>> To: profoxt...@leafe.com
>>>> Subject: RE: GoFish problem
>>>> 
>>>> IIRC it uses MS common controls circa VB6 so you might need to hunt
>down
>>>> something like that.
>>>> 
>>>> --
>>>> 
>>>> rk
>>>> 
>>>> -Original Message-
>>>> From: ProfoxTech  On Behalf Of Paul
>H.
>>> Tarver
>>>> Sent: Tuesday, April 28, 2020 11:05 AM
>>>> To: profoxt...@leafe.com
>>>> Subject: RE: GoFish problem
>>>> 
>>>> After you brought up GoFish, I found a video on it and thought I'd
>try to
>>>> use it, but I can't get v5 to run. I keep getting an OLE error code
>that
>>> a
>>>> class is not registered. If I click ok on the error the source
>stops on a
>>>> reference to 'otree'. I cannot find any instructions to setup it up
>or
>

RE: Office automation using VFP 10 64-bit version

2020-04-20 Thread John Weller
Interesting!  I have, AFAIK, the latest Office 365 running on Win 10 1909 and 
mine shows Microsoft Outlook for Office
365 MSO (16.0.12624.20422) 32-bit.

Curiouser and curiouser.

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Charlie Coleman
Sent: 20 April 2020 12:16
To: profoxt...@leafe.com
Subject: Re: Office automation using VFP 10 64-bit version

- In Outlook, I went to File, then Office Account, then clicked "About Outlook"
- Near the top of the resulting screen I saw "Microsoft Outlook for Office
365 MSO (16.0.11929.20618) 64-bit" (and of course there were "TM"s spread 
around in that string).
- Then I went to VFP and opened up the code I had used a while back. The 
'basic' design of it is as follows:

oOutlook = CREATEOBJECT('outlook.application')
...
oMsg = oOutlook.CreateItem(0)
oMsg.to = 
oMsg.from = 
oMsg.subject = 
oMsg.htmlbody = 

*-- maybe there was another step or two - but you get the gist

*-- then actually sent the message.
oMsg.send()

I did the above this past Friday (4/17/2020) - grabbing out some of that code 
and ran lines of it from the VFP command prompt (the actual code would have 
sent out about 100 emails for a 'crisis' situation that did not exist so I did 
not want to trigger that - heh). But the email I created with the above process 
was sent and delivered (to myself at a couple different email addresses I 
have). According to the "About" VFP - I am using VFP SP2, version 
09.00..5815.

Of course, this was ONLY Outlook. It was not Word, Excel, or Powerpoint.
But it does clearly call itself 64-bit. Now based on MS's past behavior I 
certainly do not expect them to be honest. But trying to deceive at this level 
would seem a little ridiculous even for them.

I will add that I do not know if we perhaps started with 32-bit Office at one 
point and then migrated to 365 64-bit. This particular PC was set up about 11 
months ago. And given MS's poor history of cleaning up after itself, there may 
be 32-bit libraries hanging around.

Note that I have installed 32-bit MS SQL ODBC drivers on the machine. I kind of 
doubt that would have an impact, but its hard to tell without a lot of 
library-calls tracking work (which I do not feel like doing...).

I have some Powerpoint automation code around here somewhere. Maybe I'll give 
that a try too.

But the thing that started this whole thread was whether or not the "VFP 10" 
(64bit VFP?) version would be able to do automation into "64bit" Office stuff. 
So even if my 32-bit example is 'magic' are we still thinking the 64bit VFP 
would not work with 64bit Office?

Maybe it would be worth sharing/creating several code samples that we have used 
for 'Office automation', store them somewhere, and then use those as a 
quick-test set for any new VFP release or compatible product...

-Charlie



___
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/009301d61718$b6becd60$243c6820$@johnweller.co.uk
** 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] Yahoo Email Settings

2020-02-08 Thread John Weller
Many thanks to you both - you have answered my query as to why it couldn't be 
done.  I'll have to investigate an alternative method 

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Fred Taylor
Sent: 07 February 2020 19:03
To: profoxt...@leafe.com
Subject: Re: [NF] Yahoo Email Settings

I don't think Yahoo allows you to send emails via CDO unless you have a paid 
account.  At least that was they told me several years ago.  CDO works with 
Gmail and Office 365 accounts.

Fred


On Fri, Feb 7, 2020 at 8:51 AM John Weller  wrote:

> A friend is using a program I wrote to send emails requesting a piece 
> of information using SMTP with CDO.  The program is only used twice a year.
> Last time it was used it was set up for his Sky account which worked 
> fine however this time it has stopped working so he set up a Yahoo 
> account which is not working either. Can anyone confirm the correct 
> settings for Yahoo and SMTP please?  We have tried outgoing mail 
> server = smtp.mail.yahoo.com, port = 465 and 587, use ssl = .T., 
> authenticate = .T. and username = 'name'@yahoo.com.
>
>
>
> Thanks
>
>
>
> John
>
>
>
> John Weller
>
> 01380 723235
>
> 07976 393631
>
>
>
>
>
> --- 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/004501d5de9d$8f73cb60$ae5b6220$@johnweller.co.uk
** 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.

[NF] Yahoo Email Settings

2020-02-07 Thread John Weller
A friend is using a program I wrote to send emails requesting a piece of
information using SMTP with CDO.  The program is only used twice a year.
Last time it was used it was set up for his Sky account which worked fine
however this time it has stopped working so he set up a Yahoo account which
is not working either. Can anyone confirm the correct settings for Yahoo and
SMTP please?  We have tried outgoing mail server = smtp.mail.yahoo.com, port
= 465 and 587, use ssl = .T., authenticate = .T. and username =
'name'@yahoo.com.

 

Thanks

 

John

 

John Weller

01380 723235

07976 393631

 



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

___
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/014401d5ddce$63e0dc60$2ba29520$@johnweller.co.uk
** 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: Hacker's Guide, Section 4, now live on github.io!

2020-01-03 Thread John Weller
Thanks Ed.

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Ed Leafe
Sent: 03 January 2020 17:17
To: profoxt...@leafe.com
Subject: Re: Hacker's Guide, Section 4, now live on github.io!

On Jan 3, 2020, at 06:46, Malcolm Greene  wrote:
> 
> Not much traffic on ProPython. Google for the Python Tutor email list and the 
> Python (.org) email list and join those. Stackoverflow also carries a lot of 
> Python traffic.

Yes, ProPython was started because of a high number of email from ProFox people 
interested in Python. Since then, though, those who stuck with Python have 
found countless other resources, and traffic on ProPython has dried up. Same 
with the ProLinux list.

For Python, I’d suggest the main python.org list: 
https://mail.python.org/mailman/listinfo/python-list


-- 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/060501d5c274$22139040$663ab0c0$@johnweller.co.uk
** 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.

[NF] Python Help

2020-01-03 Thread John Weller
Thanks Malcolm.  I've bookmarked the website.  

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Malcolm Greene
Sent: 03 January 2020 12:46
To: profoxt...@leafe.com
Subject: Re: Hacker's Guide, Section 4, now live on github.io!

John,

Not much traffic on ProPython. Google for the Python Tutor email list and
the Python (.org) email list and join those. Stackoverflow also carries a
lot of Python traffic.

Welcome to the dark side ;)

Malcolm


___
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/052801d5c244$c74e74b0$55eb5e10$@johnweller.co.uk
** 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: Hacker's Guide, Section 4, now live on github.io!

2020-01-03 Thread John Weller
Thanks Alan, hopefully now subscribed 

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Alan Bourke
Sent: 03 January 2020 11:39
To: profoxt...@leafe.com
Subject: Re: Hacker's Guide, Section 4, now live on github.io!

Well, yeah, there's ProPython ... :)

https://mail.leafe.com/mailman/listinfo/propython

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



___
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/047c01d5c22c$4d907500$e8b15f00$@johnweller.co.uk
** 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: Hacker's Guide, Section 4, now live on github.io!

2020-01-03 Thread John Weller
My grandson has started learning Python at school so I've decide that if I am 
to keep my status as family IT guru I need to come out of my retired comfort 
zone and learn it too 

Is there an equivalent to ProFox for Python?  It'll never be as good but might 
help me 

John

John Weller
01380 723235
07976 393631

Admittedly, I think one of the negatives of getting older is that my 
attitude towards learning all kinds of new stuff is becoming tired and 
less enthused.  My current Corporate gig is that of a Business Analyst 
and I'm good with that.  Our Java developers here are all younger than 
me.  They're learning Angular now for a new project we're undertaking.  
I just don't seem to have that same energetic "zeal" that I used to have 
years ago for learning new stuff.  I would suspect I'm not the only one 
in this group feeling that way as the years go on.




___
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/011b01d5c223$d5d64150$8182c3f0$@johnweller.co.uk
** 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: File Sync

2019-11-20 Thread John Weller
+1

John Weller
01380 723235
079763 93631
Sent from my iPad

> On 20 Nov 2019, at 15:43, Frank Cazabon  wrote:
> 
> I use syncback
> 
> https://www.2brightsparks.com/freeware/freeware-hub.html
> 
> 
>> On 20 November 2019 11:39:10 GMT-04:00, Chris Davis  
>> wrote:
>> Can anyone recommend a free and simple file syncing program to mirror a
>> folder on a server to a local folder (files and subfolders).
>> 
>> I had been using freefilesync / robocopy but struggling with both of
>> these on one particular computer and want to try another such utility
>> to see if it gives me a better idea of what the issue is.
>> 
>> Thanks
>> 
>> Chris.
>> 
>> 
>> --- StripMime Report -- processed MIME parts ---
>> multipart/alternative
>> text/plain (text body -- kept)
>> text/html
>> ---
>> 
>> ___
>> 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/loyp123mb31672e4deab27cf67d2af7928f...@loyp123mb3167.gbrp123.prod.outlook.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.
>> 
>> Report [OT] Abuse:
>> http://leafe.com/reportAbuse/loyp123mb31672e4deab27cf67d2af7928f...@loyp123mb3167.gbrp123.prod.outlook.com
> 
> -- 
> Frank Cazabon
> 
> Sent from my phone. Please excuse my brevity.
> 
> --- 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/1bd169dc-e1c5-4738-a126-8a50ca8e4...@johnweller.co.uk
** 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: SWFox 2019 recap

2019-10-30 Thread John Weller
The comments on SWFox make me wish I was 20 years younger and still working 
professionally with the Fox - oh, and could afford to get to visit the meeting 

John

John Weller
01380 723235
07976 393631



___
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/041701d58f57$29e13750$7da3a5f0$@johnweller.co.uk
** 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 John Weller
The number of records is not changed but the size of the table is.

John

John Weller
01380 723235
07976 393631

I would very carefully document any changes, and the structure of any deleted 
fields, document the indices prior to deleting the fields; all so you can 
accurately recreate the database without the changes.  I would run the apps and 
(assuming  no source) add the fields and indices as it crashes based on the 
missing data.

Q: why by eliminating fields are the number or records reduced? Note that I am 
a Foxpro/DOS programmer for my company's applications running under 
dosemu/ubuntu, not vfp.

John



___
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/012c01d57963$98201420$c8603c60$@johnweller.co.uk
** 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 John R. Sowden
I would very carefully document any changes, and the structure of any 
deleted fields, document the indices prior to deleting the fields; all 
so you can accurately recreate the database without the changes.  I 
would run the apps and (assuming  no source) add the fields and indices 
as it crashes based on the missing data.


Q: why by eliminating fields are the number or records reduced? Note 
that I am a Foxpro/DOS programmer for my company's applications running 
under dosemu/ubuntu, not vfp.


John


On 10/2/19 12:45 PM, MB Software Solutions, LLC 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/35c304af-c411-9379-946d-b2b4e2825...@americansentry.net
** 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] Macrium Reflect - CRC Error

2019-09-22 Thread John Weller
Thanks Ted - I'll give that a go!

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Ted Roche
Sent: 22 September 2019 20:47
To: profoxt...@leafe.com
Subject: Re: [NF] Macrium Reflect - CRC Error

https://www.howtogeek.com/134735/how-to-see-if-your-hard-drive-is-dying/

On Sun, Sep 22, 2019 at 2:49 PM John Weller  wrote:

> I am trying to take an image of the system drive on my wife's laptop 
> using Macrium Reflect.  The process fails with an error message saying 
> that it cannot read from disc due to a CRC error.  I've run ChkDsk 
> with no errors - can anyone recommend another disc checking utility 
> that might flag up the cause of the error?
>



___
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/023f01d5718b$7e380110$7aa80330$@johnweller.co.uk
** 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.


[NF] Macrium Reflect - CRC Error

2019-09-22 Thread John Weller
I am trying to take an image of the system drive on my wife's laptop using
Macrium Reflect.  The process fails with an error message saying that it
cannot read from disc due to a CRC error.  I've run ChkDsk with no errors -
can anyone recommend another disc checking utility that might flag up the
cause of the error?

 

Thanks

 

John

 

John Weller

01380 723235

07976 393631

 



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

___
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/022501d57176$5e7c4620$1b74d260$@johnweller.co.uk
** 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-09-02 Thread John Weller
+1

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Alan Bourke
Sent: 02 September 2019 15:47
To: profoxt...@leafe.com
Subject: Re: FoxPro 2.6a for Chromebooks

> updated their
> membership tracking app to something else using FileMaker.

Downgraded more like. FileMaker. Eccch.



___
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/007201d5619e$62799580$276cc080$@johnweller.co.uk
** 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 John Weller
I should have remembered!  My initial employment by J P Morgan in 1998 was to 
convert a Foxpro for Mac app to Foxpro for Windows, unfortunately all we had 
were the spr files, etc.  

John

John Weller
01380 723235
07976 393631


___
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/006701d5600e$fd5ae9a0$f810bce0$@johnweller.co.uk
** 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-30 Thread John Weller
I thought the Mac and Unix versions were dropped when they went to 2.5 - but I 
only ever used it with DOS and then Windows so I wouldn't know.  When did M$ 
take over?

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Ted Roche
Sent: 30 August 2019 21:21
To: profoxt...@leafe.com
Subject: Re: FoxPro 2.6a for Chromebooks

On Fri, Aug 30, 2019 at 4:03 PM John Weller  wrote:

> It is - but FoxPro for DOS doesn’t run on Linux. FoxPro 2.6 would only 
> run on DOS or Windows.


or Mac or SCO UNIX.




___
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/041601d55f7c$5b9a4d00$12cee700$@johnweller.co.uk
** 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-30 Thread John Weller
It is - but FoxPro for DOS doesn’t run on Linux. FoxPro 2.6 would only run on 
DOS or Windows.

John

John Weller
07976 393631
01380 723235
Sent from my iPhone

> On 30 Aug 2019, at 19:25, Charles Hart Enzer, M.D.  wrote:
> 
> I thought Anroid OS is Unix-Like and is a flavor of Linux.
> 


___
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/3e29aef8-0b89-42a8-8cd8-92364db3e...@johnweller.co.uk
** 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-30 Thread John Weller
Probably because Foxpro doesn't run on the Android OS.

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Charles Hart 
Enzer, M.D.
Sent: 30 August 2019 16:12
To: profoxt...@leafe.com
Subject: FoxPro 2.6a for Chromebooks

I can't find a site from which  can download the Foxpro 2.6a app for my 
Chromeboook -- Android OS




___
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/03c301d55f4a$7577c5e0$606751a0$@johnweller.co.uk
** 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: Easiest/best way to create an email using local MS Outlook with file attachments?

2019-08-21 Thread John Weller
As promised. This example uses a Gmail account. 

lcErr = ""
lcSchema = "http://schemas.microsoft.com/cdo/configuration/;
loConfig = CREATEOBJECT("CDO.Configuration")
WITH loConfig.FIELDS
.ITEM(lcSchema + "smtpserver") = "smtp.gmail.com"
.ITEM(lcSchema + "smtpserverport") = 465 && 465 or 587
.ITEM(lcSchema + "sendusing") = 2
.ITEM(lcSchema + "smtpauthenticate") = .T.
.ITEM(lcSchema + "smtpusessl") = .T.
.ITEM(lcSchema + "sendusername") = lcUserName
.ITEM(lcSchema + "sendpassword") = lcPassword
.UPDATE
ENDWITH
loMsg = CREATEOBJECT ("CDO.Message")
WITH loMsg
.Configuration = loConfig
.FROM = lcFrom
.TO = lcTo
IF NOT EMPTY(lcCC)
.CC = lcCC
ENDIF 
IF NOT EMPTY(lcBCC)
.BCC = lcBCC
ENDIF   
.Subject = lcSubject
.TextBody = lcText
IF NOT EMPTY(lcAttach1)
.AddAttachment(lcAttach1)
ENDIF
IF NOT EMPTY(lcAttach2)
.AddAttachment(lcAttach2)
ENDIF 

.Send()

ENDWITH

HTH 

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of MB Software 
Solutions, LLC
Sent: 21 August 2019 05:22
To: profoxt...@leafe.com
Subject: Easiest/best way to create an email using local MS Outlook with file 
attachments?

VFP9SP2 app

Customer uses Outlook and wants the app to generate an email to a given email 
address from the app AND attach certain documents to it.  Customer will preview 
it and then manually hit "Send" on their own.

What's the BEST (and hopefully easiest) way to implement this? Invoke Outlook 
via CREATEOBJECT and set properties and attachments accordingly?  Typically in 
the past I've used MAILTO and ShellExec but this time the extra requirement is 
to have files attached from the application too, which makes MAILTO not an 
option, if I understand correctly.

tia,
--Mike



---
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: 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/002601d55833$c9678a00$5c369e00$@johnweller.co.uk
** 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: Easiest/best way to create an email using local MS Outlook with file attachments?

2019-08-21 Thread John Weller
I use CDO to do just that. I’m not in the office until later today but when I 
get in I’ll send you some sample code if you wish?

John

John Weller
01380 723235
079763 93631
Sent from my iPad

> On 21 Aug 2019, at 05:22, MB Software Solutions, LLC 
>  wrote:
> 
> VFP9SP2 app
> 
> Customer uses Outlook and wants the app to generate an email to a given email 
> address from the app AND attach certain documents to it.  Customer will 
> preview it and then manually hit "Send" on their own.
> 
> What's the BEST (and hopefully easiest) way to implement this? Invoke Outlook 
> via CREATEOBJECT and set properties and attachments accordingly?  Typically 
> in the past I've used MAILTO and ShellExec but this time the extra 
> requirement is to have files attached from the application too, which makes 
> MAILTO not an option, if I understand correctly.
> 
> tia,
> --Mike
> 
> 
> 
> ---
> 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: 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/9d2c6ca9-27b9-4156-9ca5-8e3cdabb5...@johnweller.co.uk
** 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: Happy Anniversary!

2019-08-17 Thread John Weller
Paticularly when you are having fun 

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Jean Laeremans
Sent: 17 August 2019 16:02
To: profoxt...@leafe.com
Subject: Re: Happy Anniversary!

Tempus fugit.



___
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/003101d55514$31677bb0$94367310$@johnweller.co.uk
** 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: Timing Issue

2019-08-17 Thread John Weller
Thanks to Tracey and Fred - just what I needed!  

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Tracy Pearson
Sent: 16 August 2019 19:40
To: profoxt...@leafe.com
Subject: RE: Timing Issue

You need to force the events before the sleep starts with the

DO EVENTS

HTH,
Tracy

-Original Message-
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of John
Weller
Sent: Friday, August 16, 2019 2:15 PM
To: profoxt...@leafe.com
Subject: Timing Issue

Hi

 

I have an app with a countdown timer to shut down.  The code is as shown
below (white space removed):

 

LOCAL lcMessageText

DECLARE Sleep in Win32API ;

  integer nMilliseconds

WITH ThisForm

  .cmdCancel.enabled = .F.

  .Countdown = Control.Countdown

  IF .ShutdownFlag = .T.

lcMessageText = 'Shutting down in '

  ELSE 

lcMessageText = 'Closing the Membership system down in '

  ENDIF 

  *&* This is the message that doesn't display

.lblTimer.Caption = lcMessageText + ALLTRIM(STR(.Countdown)) + ' seconds'

  .Refresh

  DO WHILE .Countdown > 0

Sleep(5000)

.Countdown = .Countdown - 5

.lblTimer.Caption = lcMessageText + ALLTRIM(STR(.Countdown)) + '
seconds'

.Refresh

  ENDDO 

*!* IF .ShutdownFlag = .T.

*!*   RUN Shutdown.exe /s /f /t 10

*!* ENDIF 

  .Release

  CLEAR EVENTS

ENDWITH 

 

My problem is that the message before the DO WHILE loop doesn't display.
The code is in the Click event of a button.  When I press the button nothing
appears to happen for about 20 seconds then the messages in the loop are
displayed.  It then works as planned.

 

Is there any way I can force the system to display the message?

 

Thanks

 

John

 

John Weller

01380 723235

07976 393631

 



--- 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: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/001f01d5550c$ae1751b0$0a45f510$@johnweller.co.uk
** 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.


Timing Issue

2019-08-16 Thread John Weller
Hi

 

I have an app with a countdown timer to shut down.  The code is as shown
below (white space removed):

 

LOCAL lcMessageText

DECLARE Sleep in Win32API ;

  integer nMilliseconds

WITH ThisForm

  .cmdCancel.enabled = .F.

  .Countdown = Control.Countdown

  IF .ShutdownFlag = .T.

lcMessageText = 'Shutting down in '

  ELSE 

lcMessageText = 'Closing the Membership system down in '

  ENDIF 

  *&* This is the message that doesn't display

.lblTimer.Caption = lcMessageText + ALLTRIM(STR(.Countdown)) + ' seconds'

  .Refresh

  DO WHILE .Countdown > 0

Sleep(5000)

.Countdown = .Countdown - 5

.lblTimer.Caption = lcMessageText + ALLTRIM(STR(.Countdown)) + '
seconds'

.Refresh

  ENDDO 

*!* IF .ShutdownFlag = .T.

*!*   RUN Shutdown.exe /s /f /t 10

*!* ENDIF 

  .Release

  CLEAR EVENTS

ENDWITH 

 

My problem is that the message before the DO WHILE loop doesn't display.
The code is in the Click event of a button.  When I press the button nothing
appears to happen for about 20 seconds then the messages in the loop are
displayed.  It then works as planned.

 

Is there any way I can force the system to display the message?

 

Thanks

 

John

 

John Weller

01380 723235

07976 393631

 



--- 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: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/004c01d5545e$87eea280$97cbe780$@johnweller.co.uk
** 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: Test to check membership status

2019-07-16 Thread John Weller
Welcome back - you've been missed!

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Dave Crozier
Sent: 16 July 2019 10:04
To: profoxt...@leafe.com
Subject: Test to check membership status

To All,
Please ignore this test message. Sent to check if I can finally post to Profox 
after 3 months of our new spamtrap (Webroot which is truly crap!) stopping me 
from sending posts.

If you can see this then I am glad to be back!
Dave Crozier
Software Development Manager
Flexipol Packaging Ltd.

﴾⚆ᨎ⚆﴿



Flexipol® Packaging Ltd
T 01706 222 792
E dcroz...@flexipol.co.uk
W https://www.flexipol.co.uk/
Follow us: 
Unit 14 Bentwood Road, Carrs Industrial Estate, Haslingden, Lancashire, BB4 5HH


___
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/008801d53bc4$f723e050$e56ba0f0$@johnweller.co.uk
** 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] What would you miss from VFP, when migrating

2019-06-27 Thread John Weller
I think I would miss SCAN/ENDSCAN most.

John

John Weller
01380 723235
07976 393631



___
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/00b201d52d29$3ee19d60$bca4d820$@johnweller.co.uk
** 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: Funny bug

2019-06-06 Thread John Weller
+1

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Richard Kaye
Sent: 06 June 2019 17:15
To: profoxt...@leafe.com
Subject: RE: Funny bug

Roflmao!

--

rk

-Original Message-
From: ProfoxTech  On Behalf Of Ted Roche
Sent: Thursday, June 6, 2019 9:07 AM
To: profoxt...@leafe.com
Subject: Re: Funny bug

On Wed, Jun 5, 2019 at 7:59 PM Bill Anderson  wrote:

> DECLARE Next(1, 1)
> Next(1) = .F. && Boom!
>
> Bill Anderson
>

Thank you for contacting ProFox technical support. Your email is important
to us. Please read this entire message before replying, as our options have
recently changed.
...
Thank you for using ProFox technical support. We appreciate that you have
many choices in FoxPro support, and greatly value your loyalty. Please
ensure that your tray is stowed, your seat is in its upright position and
note that the nearest exit may be behind you.

- finis

"Boom!" Nice catch, Bill!


--
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.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: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/008301d51ca6$cfac1d90$6f0458b0$@johnweller.co.uk
** 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] UCLA Job & a 3DP Job...

2019-04-02 Thread John Weller
+1

John Weller
01380 723235
079763 93631
Sent from my iPad

> On 1 Apr 2019, at 21:36, Ted Roche  wrote:
> 
> Bon Voyage and good luck with your move and new position!

___
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/da1b5520-c9e2-4eba-a60e-e9597b740...@johnweller.co.uk
** 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] Looking for current summary of VFP clones

2019-03-14 Thread John Weller
No we keep getting 6-monthly 'Feature' updates .  

John Weller
01380 723235
07976 393631


Will admit - I'd not heard that Win10 is last version. What happens next? 
Windows goes way of Dodo bird???



___
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/000901d4da6c$ebb1fae0$c315f0a0$@johnweller.co.uk
** 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: Test Message - Please ignore

2019-03-11 Thread John Weller
Duly ignored 

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Dave Crozier
Sent: 11 March 2019 12:00
To: profoxt...@leafe.com
Subject: RE: Test Message - Please ignore

Test to see if SPF change is now active.. Please ignore



___
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/006201d4d802$c4cbc5d0$4e635170$@johnweller.co.uk
** 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: UCLA & FoxPro...

2019-03-09 Thread John Weller
Good luck!!

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Kurt at VR-FX
Sent: 09 March 2019 14:59
To: profoxt...@leafe.com
Subject: Re: UCLA & FoxPro...

By the way...

I was just contacted yesterday, for the 2nd interview and a programming test. 
Should be fun!

-K-

On 3/4/2019 2:59 AM, Dave Crozier wrote:
> Any job is better than NO Job I guess!!
>
> Dave Crozier
> Software Development Manager
> Flexipol Packaging Ltd.
>
> ﴾⚆ᨎ⚆﴿
>
>
>
> Flexipol® Packaging Ltd
> T 01706 222 792
> E dcroz...@flexipol.co.uk
> W https://www.flexipol.co.uk/
> Follow us:
> Unit 14 Bentwood Road, Carrs Industrial Estate, Haslingden, 
> Lancashire, BB4 5HH
>
> ​This communication and the information it contains is intended for the 
> person or organisation to whom it is addressed. Its contents are confidential 
> and may be protected in law. If you have received this e-mail in error you 
> must not copy, distribute or take any action in reliance on it. Unauthorised 
> use, copying or disclosure of any of it may be unlawful. If you have received 
> this message in error, please notify us immediately by telephone or email.
>
> Flexipol Packaging Ltd. has taken every reasonable precaution to minimise the 
> risk of virus transmission through email and therefore any files sent via 
> e-mail will have been checked for known viruses. However, you are advised to 
> run your own virus check before opening any attachments received as Flexipol 
> Packaging Ltd will not in any event accept any liability whatsoever once an 
> e-mail and/or any attachment is received.
>
>   It is the responsibility of the recipient to ensure that they have adequate 
> virus protection.
>
> --
> --
> --
> --
> -
> ​​
> ​Terms & Conditions:
>   Notwithstanding delivery and the passing of risk in the goods, the 
> property in the goods shall not pass to the buyer until the seller 
> Flexipol Packaging Ltd. ("The Company") has received in cash or 
> cleared funds payment in full of the price of the goods and all other 
> goods agreed to be sold by the seller to the buyer for which payment 
> is then due. Until such time as the property in the goods passes to 
> the buyer, the buyer shall hold the goods as the seller's fiduciary 
> agent and bailee and keep the goods separate from those of the buyer 
> and third parties and properly stored protected and insured and 
> identified as the seller's property but shall be entitled to resell or 
> use the goods in the ordinary course of its business. Until such time 
> as the property in the goods passes to the buyer the seller shall be 
> entitled at any time -Original Message-
> From: ProfoxTech  On Behalf Of Kurt @ 
> Gmail
> Sent: 01 March 2019 19:34
> To: profoxt...@leafe.com
> Subject: UCLA & FoxPro...
>
> Yup - if you can believe (which I am sure you folks can - since Uni's at time 
> tend to be a bit behind in Tech.) - they actually have a job opening with 
> FoxPro being the core of the job. Just finished doing a Skype interview with 
> 4 people. Was actually kinda fun!
>
> They will probably be contacting me for the next phase. In which they also 
> let me know I will be doing a kind of programming test - then a 2nd interview.
>
> At this point - I kinda figure that they will Have to progress to the next 
> step with me!
>
> Just figured some of you folks might find this tidbit of info. interesting!
>
> -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/00da01d4d689$02b24c50$0816e4f0$@johnweller.co.uk
** 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 Home and VFP9SP2 apps

2019-03-01 Thread John Weller
I use VFP9 on Home.

John

John Weller
01380 723235
07976 393631


VFP9SP2 apps work fine on Windows 10 HOME, right?  I know they work fine on
Win10 Professional but am double-checking the HOME version.

tia,
--Mike


___
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/01df01d4d07c$694c09a0$3be41ce0$@johnweller.co.uk
** 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: Creating a copy of a database -- best practice?

2019-03-01 Thread John Weller
A mere youth and stripling 

John Weller
01380 723235
07976 393631

Turning 60 this year.  :)




___
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/005001d4d00f$e7fa3b90$b7eeb2b0$@johnweller.co.uk
** 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: false news....

2019-02-25 Thread John Weller
I should have said given   Gt Ducie St - that brings back memories of 
commuting between Salford and Manchester Grammar many, many years ago!

John Weller
01380 723235
07976 393631


You inherited a boot brush?  That's a new one on me :-)



___
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/011c01d4cd2c$fb59d2d0$f20d7870$@johnweller.co.uk
** 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: false news....

2019-02-25 Thread John Weller
Thanks Ted, that explains it well.  We have a similar number, the National 
Insurance Number, which is unique and is not considered 'secret' at least as 
far as I am aware, but that is random and includes a check digit.  I don't 
think I would use it as it is too cumbersome.  

I know what you mean about marking kit, fortunately when I went through basic 
training we didn't have to do that but I still have a boot brush with a 
relative's service number carved in it from when he did National Service 
(conscription) that I inherited.

John

John Weller
01380 723235
07976 393631

John:

There's a couple of issues with using SSNs.

Technically, they are not unique. Several people have received duplicate 
numbers, so they're not ideal primary keys.

Second, they are considered "secret" Personally Identifiable Information (often 
PII) and disclosure of such information can be a considered a data breach, 
leaving you liable to state, local, federal and international laws (like GDPR) 
requiring you to provide disclosure, notification and possible liability.

They're also pretty easy to guess. The first two designates the state of birth, 
easy to find, the last four and printed on FAR too many documents, and the 
three in the middle were issued chronologically, so knowing a birthdate narrows 
the guessing down by far.

When I was in bootcamp in 1979, they gave us all stencils and required us to 
have our name and service number, also our SSN on the hundreds of pieces of 
uniform and gear we were issued. I've still got a few in my basement and attic. 
Some secret!



___
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/011301d4cd2a$aa6986b0$ff3c9410$@johnweller.co.uk
** 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: false news....

2019-02-25 Thread John Weller
Purely out of curiosity and not being familiar with your SSNs (Social
Security Numbers I assume) can I ask what is the problem with using them as
a PK?

John Weller
01380 723235
07976 393631

I must confess I did this once and used SSN's as a primary key. It is my
shame



___
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/010601d4cd25$14ee42b0$3ecac810$@johnweller.co.uk
** 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: This is a test please ignore.

2019-01-21 Thread John Weller
Ignored

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Alan Bourke
Sent: 21 January 2019 08:46
To: profoxt...@leafe.com
Subject: This is a test please ignore.

A test.

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




--- 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/001101d4b177$4490c570$cdb25050$@johnweller.co.uk
** 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] Testing new mail relay

2019-01-10 Thread John Weller
Hi Dave,

Message received.  I am using Office 365 as a personal account and am seeing my 
posts.

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Dave Crozier
Sent: 10 January 2019 10:24
To: profoxt...@leafe.com
Subject: RE: [ADMIN] Testing new mail relay

Ed,
I have all the emails and seem to be able to receive everything apart from my 
own emails and responses, any chance you can give it a look please as it seems 
to be since we moved over to Office 365. I used to send all my emails as davec 
at Flexipol.co.uk when we had exchange but now send them under my domain name 
dcrozier at flesipol.co.uk but can receive under the old alias..

If someone can confirm that they can see this email it will help me in 
confirming I am not going mad and that I am sending correctly.

Thanks

Dave Crozier
Software Development Manager
Flexipol Packaging Ltd.

﴾⚆ᨎ⚆﴿



Flexipol® Packaging Ltd
T 01706 222 792
E dcroz...@flexipol.co.uk
W https://www.flexipol.co.uk/
Follow us: 
Unit 14 Bentwood Road, Carrs Industrial Estate, Haslingden, Lancashire, BB4 5HH

​This communication and the information it contains is intended for the person 
or organisation to whom it is addressed. Its contents are confidential and may 
be protected in law. If you have received this e-mail in error you must not 
copy, distribute or take any action in reliance on it. Unauthorised use, 
copying or disclosure of any of it may be unlawful. If you have received this 
message in error, please notify us immediately by telephone or email.
  
Flexipol Packaging Ltd. has taken every reasonable precaution to minimise the 
risk of virus transmission through email and therefore any files sent via 
e-mail will have been checked for known viruses. However, you are advised to 
run your own virus check before opening any attachments received as Flexipol 
Packaging Ltd will not in any event accept any liability whatsoever once an 
e-mail and/or any attachment is received.
  
 It is the responsibility of the recipient to ensure that they have adequate 
virus protection.

-
​​
​Terms & Conditions:
 Notwithstanding delivery and the passing of risk in the goods, the property in 
the goods shall not pass to the buyer until the seller Flexipol Packaging Ltd. 
("The Company") has received in cash or cleared funds payment in full of the 
price of the goods and all other goods agreed to be sold by the seller to the 
buyer for which payment is then due. Until such time as the property in the 
goods passes to the buyer, the buyer shall hold the goods as the seller's 
fiduciary agent and bailee and keep the goods separate from those of the buyer 
and third parties and properly stored protected and insured and identified as 
the seller's property but shall be entitled to resell or use the goods in the 
ordinary course of its business. Until such time as the property in the goods 
passes to the buyer the seller shall be entitled at any time -Original 
Message-
From: ProfoxTech  On Behalf Of Fernando D. Bozzo
Sent: 09 January 2019 18:58
To: profoxt...@leafe.com
Subject: Re: [ADMIN] Testing new mail relay

Test PASSED! - Green light

:D


El mié., 9 ene. 2019 a las 19:52, Ed Leafe () escribió:

> Many of you have had problems receiving mail from the list, as my 
> domain is hosted on a server in the cloud, and many ISPs have blanket 
> blocks on any IP addresses from cloud providers like mine (Digital Ocean).
>
> I’m testing out a new relay service, Mailgun (https://www.mailgun.com/).
> So far it seems to be running well, but if any of you on the receiving 
> end of things notices a problem, please let me know.
>
> One other issue is the cost: it’s free if the total # of emails sent 
> is under 100K, but gets expensive above that. Last year the highest 
> number of emails sent in a month was 280 in May, which is about
> 133,000 total emails, and that would have cost $120 for that month 
> (ouch!). So I’m not sure if I will keep it, but it’s worth a trial at least.
>
>
> -- 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/003101d4a8cf$e07fde40$a17f9ac0$@johnweller.co.uk
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal o

RE: [ADMIN] Testing new mail relay

2019-01-09 Thread John Weller
+1

John Weller
01380 723235
07976 393631


Well, if ever needed, do a GoFundMe (or better site) campaign and we'll all 
chip in.  I know I'd have no problem throwing a few bucks at this as a "thank 
you" for such a great resource.




___
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/000401d4a862$b082f1e0$1188d5a0$@johnweller.co.uk
** 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: T'was The Night [NF]

2018-12-21 Thread John Weller
Now I know it's Christmas!!

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Ted Roche
Sent: 20 December 2018 16:39
To: profoxt...@leafe.com
Subject: T'was The Night [NF]

Twas the night before crisis, and all through the house, Not a program was 
working, not even a browse.
The programmers were wrung out, too mindless to care, Knowing chances of 
shipping hadn't a prayer.

The users were nestled all snug in their beds, While visions of inquiries 
danced in their heads.
When out in the lobby there arose such a clatter, That I sprang from my cube to 
see what was the matter.

And what to my wondering eyes should appear, But a SUPER PROGRAMMER, oblivious 
to fear.
More rapid than eagles, his programs they came,

And he whistled and shouted and called them by name:
On Update! On Add! On Inquiry! On Delete!
On Batch Jobs! On Closing! On Functions Complete!

His eyes were glazed over, his fingers were lean,
>From weekends and nights in front of the screen.
A wink of his eye, and a twist of his head, Soon gave me to know I had nothing 
to dread.

He spoke not a word, but went straight to his work, Turning specs into code, 
then he turned with a jerk.
And laying his finger on the ENTER key,
The system came up, and worked perfectly.

The updates, updated; the deletes, they deleted; The inquiries, inquired; and 
the closing completed.
He tested each whistle, he tested each bell, With nary an abend, and all had 
gone well.

The system was finished, the tests were concluded, The client's last changes 
were even included!
And the client exclaimed with a snarl and a taunt, "It's just what I asked for, 
but NOT what I want…"


___
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/004b01d4994f$88266230$98732690$@johnweller.co.uk
** 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: REINSTALL FOX PRO 9

2018-12-15 Thread John Weller
Thanks Woody!  Excellent.

John Weller
01380 723235
07976 393631


Ok I bit the bullet and translated that stuff to english (with some enormous
help of DEEPL).

Take a look here: http://woody-prolib.blogspot.com/2018/12/how-to.html 

wOOdy



___
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/00de01d4948a$8aa20a60$9fe61f20$@johnweller.co.uk
** 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: REINSTALL FOX PRO 9

2018-12-11 Thread John Weller
+1

John Weller
01380 723235
079763 93631
Sent from my iPad

> On 11 Dec 2018, at 03:16, Tracy Pearson  wrote:
> 
> I've not needed to install an older version of FoxPro to install the FoxPro 9 
> upgrade on Windows 10.
> 
> HTH,
> Tracy
> 
>> On December 10, 2018 10:13:20 PM EST, GARY  JEURINK  
>> wrote:
>> Help, my computer running win 10 and foxpr 9 crashed. I paid a fortune
>> to
>> recover the old c-drive. Now a new computer won't let be load visual
>> studio
>> to load fox pro 6 and then later fox pro 9.  Gary Jeurink. huge ap that
>> runs
>> my handi-cap system.
>> 
>> 
>> 
>> 


___
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/3dd50a37-777d-4e6c-9f06-824c19528...@johnweller.co.uk
** 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 John Weller
Try moving the user folders, Documents, Pictures, etc to D. If that isn't 
enough use Partition Master to shrink D, move it so the free space is next to C 
then expand C. 

John

John Weller
01380 723235
079763 93631
Sent from my iPad



___
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/1bccc4d9-1fb2-4ecc-b3dc-9c497f570...@johnweller.co.uk
** 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: CDO Email issues all of the sudden? VFP9SP2 app running for years without issue

2018-11-09 Thread John Weller
It was when I  used it yesterday.

John

John Weller
01380 723235
07976 393631


I know GMail had changed policy awhile back (2 yrs ago?) whereby I had to
set it to use "Less secure apps" option to enable this emailing.  Has it
changed yet again?  I saw John and Fred replied to this saying it works for
them.  John and Fred -- is yours still working without issue?

Koen -- what alternative do you suggest?

Thanks,
--Michael



___
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/01c701d47853$b24e4680$16ead380$@johnweller.co.uk
** 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: CDO Email issues all of the sudden? VFP9SP2 app running for years without issue

2018-11-09 Thread John Weller
I also use CDO and Gmail for unattended emails, so far without a problem.
What alternative provider do you suggest?

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Koen Piller
Sent: 09 November 2018 07:52
To: profoxt...@leafe.com
Subject: Re: CDO Email issues all of the sudden? VFP9SP2 app running for
years without issue

Gmail has changed its policy. Advise you to switch to an other mailprovider
Koen




___
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/004601d47815$5b5fd340$121f79c0$@johnweller.co.uk
** 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] Broken Windows

2018-10-24 Thread John Weller


"Throw it over the wall and see how loud they scream" is not a testing
methodology.

Love it!

John Weller


___
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/007a01d46bb3$9b0d11b0$d1273510$@johnweller.co.uk
** 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: AW: FRX and window envelopes

2018-10-11 Thread John Weller
He said Report Header.

John Weller

> That's why there's a Report header, which only prints once.  You would 
> use that for your first page.
>
> Then, you print a report for each record separately
>
> SELECT YourAdressTable
> SCAN  FOR YourCondition
> REPORT NEXT 1 FORM MyList.frx TO PRINTER NOCO ENDSCAN
>
I think the best place for the address is in a group header as you don't want 
the address on page 2, 3 etc, which would happen if you put the address in the 
page header.  Make the group match the account code you are printing for and 
the address will only appear on the first page.


___
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/00d201d46171$bdc39fe0$394adfa0$@johnweller.co.uk
** 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 many indexes do you need?

2018-10-11 Thread John Weller
Just to throw some unconnected trivia into the debate I learnt a few days ago 
that 'Rule of thumb' refers to a miller checking the setting of the grindstones 
by rubbing the ground grain between thumb and forefinger.  Thought you might 
like to know that 

John Weller
01380 723235
07976 393631
 “Rule of thumb” is not the same as “arbitrary”.

The former is based upon experience and observation. The latter is pulled out 
of thin air.



___
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/009301d46169$d981f4a0$8c85dde0$@johnweller.co.uk
** 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: Numbering Scheme

2018-10-10 Thread John Weller
ROFL.  

John Weller
01380 723235
07976 393631


Go binary!  10010110101 They are kicking ass today!



___
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/014901d460d1$53cfddb0$fb6f9910$@johnweller.co.uk
** 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: ON KEY usage in your apps

2018-09-19 Thread John Weller
I use ON KEY Alt+F2 SUSPEND in my main program for when I get in a loop 

John Weller
01380 723235
07976 393631
VFP9SP2 on Win7/8/10 pcs

I really never fully took advantage of this gem in VFP.  In my apps, I haven't 
allowed editing in grids in probably 14 years.  Some of my users seem to want 
that though so I'm thinking of allowing such ability now.  
I was thinking of using ON KEY to pop up a lookup form to add data records to 
the grids (instead of that native whatever way of doing an APPEND blank in the 
native VFP grid).



___
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/000f01d44fed$d0e9be50$72bd3af0$@johnweller.co.uk
** 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: Good old fashioned FTP need from VFP app

2018-09-09 Thread John Weller
Excellent idea - I'd forgotten about Dropbox.  I used to use it to transfer
updated exes to a client.  I'm about to modify another system to use it.

John Weller
01380 723235
07976 393631
> 
>> Use dropbox
> 
> From VFP?  I'm designing an automated solution that will fire every day.

Dropbox, or its superior (IMO) competitor, Box.com, work by monitoring a
specified directory, and when something changes, uploading that to the
"cloud". The client machine would then receive the update as soon as you add
the file to the directory.

Yes, it's magic, but it works very well.


___
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/003701d44824$dcf91180$96eb3480$@johnweller.co.uk
** 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: Good old fashioned FTP need from VFP app

2018-09-08 Thread John Weller
Hi Mike

I used to use some code from SweetPotato.  Not used it for a while but can
send you a copy if it will help?

John

John Weller
01380 723235
07976 393631


Got a client need for me to FTP some data of theirs to a 3rd party vendor.
Nothing fancy, just regular FTP (not SFTP, not FTP-S).  Many moons ago I
interacted with Robert Abrams VFP class (wow...I think that was VFP5
days?!?!?).

What do folks use nowadays for FTP from a VFP app?

tia,
--Mike




___
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/001401d447ba$a7861b20$f6925160$@johnweller.co.uk
** 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: Test One-Two, *tink* *tink* is this thing on?

2018-08-31 Thread John Weller
Oooh!  Send us a picture do :-)

John Weller
07976 393631
01380 723235
Sent from my iPhone

> 
> I feel damned silly sitting here in my school uniform .. short skirt and 
> fluffy gym panties lol
> 
> 


___
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/8e600a2f-d042-4ea8-9970-2da9d85f8...@johnweller.co.uk
** 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] Form Controls Toolbar

2018-08-28 Thread John Weller
Thanks Koen, I've done that.

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Koen Piller
Sent: 28 August 2018 21:24
To: profoxt...@leafe.com
Subject: Re: [NF] Form Controls Toolbar

Please note the new helpfile is not included in the hotfix it needs to be 
installed via a separate topic from in github Koen

Op di 28 aug. 2018 om 22:20 schreef John Weller 

> Many thanks!  I thought that I had installed SP2 but obviously hadn't.  
> I now have VFP SP2 + Hotfix with SP2 help   I have also found how to 
> select the class library I need.
>
> Thanks again
>
> John
>
> John Weller
> 01380 723235
> 07976 393631
>
> -Original Message-
> From: ProfoxTech  On Behalf Of Koen 
> Piller
> Sent: 28 August 2018 20:38
> To: profoxt...@leafe.com
> Subject: Re: [NF] Form Controls Toolbar
>
> Hi
> Firstly update to version SP2 with hotfix.
> When you want to make use of your subclassed toolbar instead of the 
> default you have to run that toolbar.
> There are No entries in the regisrtry to controll that.
> Koen


___
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/007001d43f0d$d1986fe0$74c94fa0$@johnweller.co.uk
** 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] Form Controls Toolbar

2018-08-28 Thread John Weller
Many thanks!  I thought that I had installed SP2 but obviously hadn't.  I now 
have VFP SP2 + Hotfix with SP2 help   I have also found how to select the 
class library I need.

Thanks again

John

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of Koen Piller
Sent: 28 August 2018 20:38
To: profoxt...@leafe.com
Subject: Re: [NF] Form Controls Toolbar

Hi
Firstly update to version SP2 with hotfix.
When you want to make use of your subclassed toolbar instead of the default you 
have to run that toolbar.
There are No entries in the regisrtry to controll that.
Koen

Op di 28 aug. 2018 om 21:30 schreef John Weller 

> I have just bought a new Win10 computer and installed VFP9.  I 
> originally sub-classed the standard controls and added some customised 
> ones into a new class library when I installed VFP for the first time.  
> I exported the registry entries for VFP from the old computer and 
> imported them into the registry on the new one.  They show up in the 
> Options dialogue correctly but when I select the Form Controls toolbar 
> it shows the standard controls instead of my sub-classed versions.  I 
> know I can make it show the sub-classed ones as that is what I had in 
> the past but I can’t remember how I did it ☹
>
>
>
> Also, how do I tell VFP to use the VFPX (I think) version of Help?
>
>
>
> Thanks
>
>
>
> John
>
>
>
> John Weller
>
> 01380 723235
>
> 07976 393631
>
>
>
>
>
> --- 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/006101d43f0c$7bf1ab20$73d50160$@johnweller.co.uk
** 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] Form Controls Toolbar

2018-08-28 Thread John Weller
Replying to my own post!  I've installed the help file.

John Weller
01380 723235
07976 393631

-Original Message-
From: ProfoxTech  On Behalf Of John Weller
Sent: 28 August 2018 20:31
To: profoxt...@leafe.com
Subject: [NF] Form Controls Toolbar

I have just bought a new Win10 computer and installed VFP9.  I originally 
sub-classed the standard controls and added some customised ones into a new 
class library when I installed VFP for the first time.  I exported the registry 
entries for VFP from the old computer and imported them into the registry on 
the new one.  They show up in the Options dialogue correctly but when I select 
the Form Controls toolbar it shows the standard controls instead of my 
sub-classed versions.  I know I can make it show the sub-classed ones as that 
is what I had in the past but I can’t remember how I did it ☹

 

Also, how do I tell VFP to use the VFPX (I think) version of Help?

 

Thanks

 

John

 

John Weller

01380 723235

07976 393631

 



--- 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/004901d43f06$3c843d00$b58cb700$@johnweller.co.uk
** 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.

[NF] Form Controls Toolbar

2018-08-28 Thread John Weller
I have just bought a new Win10 computer and installed VFP9.  I originally 
sub-classed the standard controls and added some customised ones into a new 
class library when I installed VFP for the first time.  I exported the registry 
entries for VFP from the old computer and imported them into the registry on 
the new one.  They show up in the Options dialogue correctly but when I select 
the Form Controls toolbar it shows the standard controls instead of my 
sub-classed versions.  I know I can make it show the sub-classed ones as that 
is what I had in the past but I can’t remember how I did it ☹

 

Also, how do I tell VFP to use the VFPX (I think) version of Help?

 

Thanks

 

John

 

John Weller

01380 723235

07976 393631

 



--- 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/003c01d43f05$97f8ac30$c7ea0490$@johnweller.co.uk
** 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] Simple web Design Tool

2018-07-19 Thread John Weller
Many thanks to all who responded - I’m constantly amazed by the breadth of 
knowledge and willingness to help in the Profox community.  I don’t think I 
made myself sufficiently clear in my original post, I’m looking for a tool 
which will enable me to edit and update existing sites created with Front Page, 
not necessarily free but certainly low-cost.  It appears that Amaya or Kompozer 
will probably do the job. I will investigate further, however the discussion on 
Wordpress has inspired me to re-write these sites using Wordpress in the 
fullness of time when I have finally got my head round the Mac :-)

Thanks again

John
 
John Weller
01380 723235
07976393631






--- 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/3fb5a4fe-d96b-431c-a5c9-5652332e8...@johnweller.co.uk
** 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.

[NF] Simple web Design Tool

2018-07-17 Thread John Weller
I have built and maintain a few very simple websites for some one-man 
businesses and local charities using Front Page 2003.  I have now moved over to 
a Mac with Win 10 on Bootcamp (when it works - Win 10 sucks!) but would like to 
use a suitable Mac product.  I know there are some Mac users out there :-).  
Can anyone recommend a very simple web design software similar to Front Page, 
ideally low-cost as I don’t make any money out of these websites.

Thanks

John

John Weller
01380 723235
07976393631





--- 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/0b30e085-fdc6-47b2-8288-320acb6fa...@johnweller.co.uk
** 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 in Windows on a Mac

2018-06-25 Thread john
Hi Dave

 

I've now bought an iMac.  I was going to get a used one but was tempted and now 
have a new one - very impressed but already had one casualty - my printer 
scanner won't work properly which is a shame, it'll scan but not preview.  I 
looked at Fusion when Christof mentioned it but when I saw Price on Application 
I knew it would be too expensive for my simple needs 

 

John

 

John Weller

01380 723235

07976393631

 

-Original Message-
From: ProfoxTech  On Behalf Of Dave Crozier
Sent: 25 June 2018 10:15
To: profoxt...@leafe.com
Subject: RE: VFP in Windows on a Mac

 

John,

Been using Mac here as laptop solution for 5 years now using Fusion FX 
(Basically VMWare Workstation) and never had any problems. The Fusion runs much 
quicker on the Macbook Pro (3 years old I7 with 16Gb) than native on my other 
laptop (Dell) and security/rollback is a cinch as I have automatic snapshots in 
Fusion for exactly the reason(s) you stated. I would never go back to a native 
windows laptop again apart from the SurfacePro which I find excellent for 
graphical work which Fusion FX isn't particularly strong on due to video card 
emulation which is not top end graphics.

 

As for MacOSX it is simple and very intuitive and now I miss many of the 
touchpad swipe options available on the Mac when I occasionally move back to 
the Windows laptop. - hence buying a Logitech T650 touchpad which is almost as 
good as but not quite there!

 

If you want to dabble in Linux/Unix/Xenix then the Mac is a really stable tool 
to learn on even though you really don't have to be proficient in command line 
antics if you don't want.

 

In my experience, the only thing missing on the Macbook is a touch screen or 
stylus which will hopefully be remedied by the time I come to upgrade.

 

Dave

 



--- 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/001001d40cb7$946e6bc0$bd4b4340$@johnweller.co.uk
** 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 in Windows on a Mac

2018-06-24 Thread john
Never having been taught Unix I find Linux confusing.  There are so many
distros, all different and all changing faster than the books can keep up
with them whereas the Mac is stable, well relatively. 

John

John Weller
01380 723235
07976393631

-Original Message-
From: ProfoxTech  On Behalf Of Jan Bucek
Sent: 23 June 2018 20:44
To: profoxt...@leafe.com
Subject: Re: VFP in Windows on a Mac

Dne 22.6.2018 v 23:02 j...@johnweller.co.uk napsal(a):
> I have had a nightmare installing the latest  Win 10 update.  The only 
> thing stopping me from throwing the PC out of the window and going out 
> and buying a Mac was the fact that I have a number of apps still in 
> use written in VFP which I need to maintain.  I was told recently that 
> I could run Windows on a Mac - has anyone any experience of running VFP
under Windows on a Mac?

Why Mac? I use Linux and WinXP in VirtualBox without any troubles for years.




___
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/001e01d40be8$9e5c3bf0$db14b3d0$@johnweller.co.uk
** 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 in Windows on a Mac

2018-06-24 Thread john
Hi Christof

I am obviously making the right decision, all of the supporting comments I've 
had make me feel more confident.  What are you using for the VM - VirtualBox?

John

John Weller
01380 723235
07976393631

-Original Message-
From: ProfoxTech  On Behalf Of Wollenhaupt, 
Christof
Sent: 24 June 2018 13:34
To: profoxt...@leafe.com
Subject: Re: VFP in Windows on a Mac

I've been using a Mac as the main development machine since 2009. Before that I 
had VFP running on an ESXi server in a virtual machine and RDPed into it. 
Windows 10 and VFP run in a virtual machine which is so much easier to handle. 
Take a snapshot regularly and when things go bad, just turn back time. I'm 
running on the Mac whatever is available there, but some things are still 
Windows (or are simply more convenient for me in Windows), such as VFP, Visual 
Studio, MS SQL Server, FinalBuilder...



___
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/001801d40be7$f2091760$d61b4620$@johnweller.co.uk
** 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 in Windows on a Mac

2018-06-23 Thread john
My plan is to use the Mac for all my routine stuff, word processing, email, 
internet, etc and install Win 7 as the Windows version just for VFP.  If it 
works - great, if not then it is another lesson learnt 

 

John

 

John Weller

01380 723235

07976393631

 

-Original Message-
From: ProfoxTech  On Behalf Of Ted Roche
Sent: 23 June 2018 21:30
To: profoxt...@leafe.com
Subject: Re: VFP in Windows on a Mac

 

On Sat, Jun 23, 2018 at 3:41 PM,  < <mailto:j...@johnweller.co.uk> 
j...@johnweller.co.uk> wrote:

> It can't be any worse than the nightmare I've just had installing the latest 
> update for Windows.

 

When you run Windows on a Mac, you are running Windows on a PC, the generic 
name for "Personal Computers" which is another interesting topic. No 
difference, same annoyances, same mediocre patching, update issues, hardware 
conflicts. Apple is just another hardware vendor like HP or Dell when it comes 
to running Windows.

 

> My wife's laptop had to go to a repair shop to get the BIOS fixed after the 
> update trashed it.  The update trashed my desktop 3 times requiring a clean 
> install and a restore from an image!  The only way I could get it in was with 
> a clean install, install Office and VFP then update - which deleted VFP and 
> Office so they had to be re-installed.  The only benefit is that now my PC 
> boots very quickly.  I use an iPhone and iPad so thought I'll give a Mac a 
> try as all my friends that have one says that it just works. ??  Got to be 
> worth a try.

 

The security issues raised by the recent slew of CPU exploits have sent 
everyone into a tizzy. Patches to prevent the exploits have likely caused more 
damage than good.

 

It's possible the company formerly known as Apple Computer has their act 
together, and their BIOS update might be more reliable.

 

--

Ted Roche

Ted Roche & Associates, LLC

 <http://www.tedroche.com> http://www.tedroche.com

 



--- 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/000601d40b39$a0f79ad0$e2e6d070$@johnweller.co.uk
** 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 in Windows on a Mac

2018-06-23 Thread john
It can't be any worse than the nightmare I've just had installing the latest 
update for Windows.  My wife's laptop had to go to a repair shop to get the 
BIOS fixed after the update trashed it.  The update trashed my desktop 3 times 
requiring a clean install and a restore from an image!  The only way I could 
get it in was with a clean install, install Office and VFP then update - which 
deleted VFP and Office so they had to be re-installed.  The only benefit is 
that now my PC boots very quickly.  I use an iPhone and iPad so thought I'll 
give a Mac a try as all my friends that have one says that it just works.   
Got to be worth a try.

 

John

 

John Weller

01380 723235

07976393631

 

The Mac ecosystem isn't some sunlit upland TBH

 

--



--- 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/01d40b2a$2bf22b10$83d68130$@johnweller.co.uk
** 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 in Windows on a Mac

2018-06-22 Thread john
Thanks Richard - I have a copy of XP which I am tempted to install, no update 
hassle there 

 

John

 

John Weller

01380 723235

07976393631

 

-Original Message-
From: ProfoxTech  On Behalf Of Richard Kaye
Sent: 22 June 2018 22:11
To: profoxt...@leafe.com
Subject: RE: VFP in Windows on a Mac

 

You can use the Mac RDP client if you have a Terminal Server/RDS server handy. 
Otherwise, Parallels will do the trick but you will need a Windows 
license/installation media to create a Windows VM that will run just fine.

 

--

 

rk

 

-Original Message-

From: ProfoxTech < <mailto:profoxtech-boun...@leafe.com> 
profoxtech-boun...@leafe.com> On Behalf Of  <mailto:j...@johnweller.co.uk> 
j...@johnweller.co.uk

Sent: Friday, June 22, 2018 5:02 PM

To:  <mailto:profoxt...@leafe.com> profoxt...@leafe.com

Subject: VFP in Windows on a Mac

 

I have had a nightmare installing the latest  Win 10 update.  The only thing 
stopping me from throwing the PC out of the window and going out and buying a 
Mac was the fact that I have a number of apps still in use written in VFP which 
I need to maintain.  I was told recently that I could run Windows on a Mac - 
has anyone any experience of running VFP under Windows on a Mac?

 

 

John

 

 

John Weller

 

01380 723235

 

07976393631

 

 

 

 

--- 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/01d40a6e$0c6dcdb0$25496910$@johnweller.co.uk
** 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.

VFP in Windows on a Mac

2018-06-22 Thread john
I have had a nightmare installing the latest  Win 10 update.  The only thing
stopping me from throwing the PC out of the window and going out and buying
a Mac was the fact that I have a number of apps still in use written in VFP
which I need to maintain.  I was told recently that I could run Windows on a
Mac - has anyone any experience of running VFP under Windows on a Mac?

 

John

 

John Weller

01380 723235

07976393631

 



--- 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/01d40a6c$49585b20$dc091160$@johnweller.co.uk
** 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   >