Re: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Alan Bourke
When your installed base has a good few zeros after it it is a slight consideration. -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Fri, 5 May 2017, at 05:10 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: > On 2017-05-05 04:59, Alan Bourke wrote: > > Maybe take a look at the

Re: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread mbsoftwaresolutions
On 2017-05-05 04:59, Alan Bourke wrote: Maybe take a look at the SHSpecialFolder method in the VFP2C32 .fll library. https://github.com/ChristianEhlscheid/vfp2c32 Although it's another lib to ship etc. What's one more very small sized FLL to include? No big deal at all!?

RE: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Paul Newton
That did it - thanks Gianni (and Alan) -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Gianni Turri Sent: 05 May 2017 10:53 To: profoxt...@leafe.com Subject: Re: GetFile() problem (VFP9, Win 10) You need to unblock it. How to Unblock files

Re: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Alan Bourke
Try the unblocking thing, if that fails I have printed it to PDF so can bung you that. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Gianni Turri
Paul -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: 05 May 2017 09:59 To: profoxt...@leafe.com Subject: Re: GetFile() problem (VFP9, Win 10) Maybe take a look at the SHSpecialFolder method in the VFP2C32 .fll library. https://gith

RE: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Paul Newton
Alan I downloaded it but all the help topics are blank ... Paul -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: 05 May 2017 09:59 To: profoxt...@leafe.com Subject: Re: GetFile() problem (VFP9, Win 10) Maybe take a look

Re: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Alan Bourke
Maybe take a look at the SHSpecialFolder method in the VFP2C32 .fll library. https://github.com/ChristianEhlscheid/vfp2c32 Although it's another lib to ship etc. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to:

RE: GetFile() problem (VFP9, Win 10)

2017-05-05 Thread Paul Newton
: GetFile() problem (VFP9, Win 10) SHGetFolderPath is apparently deprecated and SHGetKnownFolderPath is apparently the new way. -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Thu, 4 May 2017, at 03:23 PM, Paul Newton wrote: > Hi all > > Users are complaining that whe

Re: GetFile() problem (VFP9, Win 10)

2017-05-04 Thread Alan Bourke
SHGetFolderPath is apparently deprecated and SHGetKnownFolderPath is apparently the new way. -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Thu, 4 May 2017, at 03:23 PM, Paul Newton wrote: > Hi all > > Users are complaining that when running the following code more than > once,

RE: GetFile() problem (VFP9, Win 10)

2017-05-04 Thread Tracy Pearson
Paul Newton wrote on 2017-05-04: > Hi all > > Users are complaining that when running the following code more than once, GetFile() displays the contents of the folder the user last browsed to despite the code changing the default directory to the My Documents folder before calling GetFile().

GetFile() problem (VFP9, Win 10)

2017-05-04 Thread Paul Newton
Hi all Users are complaining that when running the following code more than once, GetFile() displays the contents of the folder the user last browsed to despite the code changing the default directory to the My Documents folder before calling GetFile(). I simply do not see how this could