Re: Finding which code is executing

2016-05-26 Thread Koen Piller
Hi Usaly a code does not create a fxp file, s fxp file is created by either do myprg which will create if not yet exists a myprg.fxp or you can issue compile 'myprg' which will also only create a myprg.fxp in both cases VFP is running the myprg.fxp. To find out, in case you have two files

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

2016-05-26 Thread Philip Borkholder
Here is a product I downloaded and installed on my Windows 7 to remove the Windows 10 upgrade warning and block it completely from installing itself. It's called GWX Control Panel http://ultimateoutsider.com/downloads/ Philip Borkholder On 5/23/2016 2:00 PM, Kurt Wendt wrote: Andy - that IS

VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
Hey folks, Has anyone else experienced this error: "This app can't run on your PC" Our VFP9 App ran fine on Servers 2003, 2008 for Terminal Server with the drive mapped as F:\AppFolder\App.EXE Now when they upgraded to Server 2012, we get this error when running on a mapped drive, but if we

RE: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Tracy Pearson
Philip Borkholder wrote on 2016-05-26: > Hey folks, > Has anyone else experienced this error: > "This app can't run on your PC" > > Our VFP9 App ran fine on Servers 2003, 2008 for Terminal Server with the > drive mapped as F:\AppFolder\App.EXE > > Now when they upgraded to Server 2012,

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

2016-05-26 Thread Mike Copeland
+1 Been using it since last January (I think). Works well, so far! Mike Philip Borkholder wrote: Here is a product I downloaded and installed on my Windows 7 to remove the Windows 10 upgrade warning and block it completely from installing itself. It's called GWX Control Panel

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

2016-05-26 Thread Stephen Russell
As a windows 10 user I am glad I upgraded from 8. This isn't the same Balmer windows anymore. On Thu, May 26, 2016 at 2:11 PM, Philip Borkholder wrote: > Here is a product I downloaded and installed on my Windows 7 to remove the > Windows 10 upgrade warning and block it

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Alan Bourke
Is the non working EXE exactly the same size as the working one? -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Thu, 26 May 2016, at 08:31 PM, Tracy Pearson wrote: > Philip Borkholder wrote on 2016-05-26: > > Hey folks, > > Has anyone else experienced this error: > > "This app

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
It is the exact same one. What does not work is to run it from a mapped, shared folder. It only works running it with the direct local path. In this case, the TS is the same server as the File Server luckily. Philip On 5/26/2016 5:18 PM, Alan Bourke wrote: Is the non working EXE exactly the

RE: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Richard Kaye
It's the equivalent of an SSL certificate for desktop applications. Google code signing certificate to learn more. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: Thursday, May 26, 2016 5:47 PM To:

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
Thanks Richard, I'll google it to see what to do. -Philip On 5/26/2016 5:51 PM, Richard Kaye wrote: It's the equivalent of an SSL certificate for desktop applications. Google code signing certificate to learn more. -- rk -Original Message- From: ProfoxTech

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
Thanks Tracy, -Philip On 5/26/2016 6:30 PM, Tracy Pearson wrote: Philip Borkholder wrote on 2016-05-26: Thanks Richard, I'll google it to see what to do. -Philip On 5/26/2016 5:51 PM, Richard Kaye wrote: It's the equivalent of an SSL certificate for desktop applications. Google

Re: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Philip Borkholder
Hi Tracy, That is something new to me. What is that and how do I do it? :-) Thanks Philip On 5/26/2016 3:31 PM, Tracy Pearson wrote: Philip Borkholder wrote on 2016-05-26: Hey folks, Has anyone else experienced this error: "This app can't run on your PC" Our VFP9 App ran fine on

RE: VFP 9 App on Server 2012 RDS/Terminal Server: This app can't run on your PC

2016-05-26 Thread Tracy Pearson
Philip Borkholder wrote on 2016-05-26: > Thanks Richard, > I'll google it to see what to do. > -Philip > > On 5/26/2016 5:51 PM, Richard Kaye wrote: > It's the equivalent of an SSL certificate for desktop applications. Google code signing certificate to learn more. > > -- > > rk >

Re: SYS(2050)

2016-05-26 Thread Alan Bourke
It doesn't appear because it's undocumented. I would imagine what's on the Wiki is the sum total of knowledge about it. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

SYS(2050)

2016-05-26 Thread Laurie Alvey
On FoxWiki, there is an entry about SYS(2050) which apparently creates some sort of log file. The function does not appear in the VFP Help file - anyone know anything more about it? Laurie --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept)

Re: SYS(2050)

2016-05-26 Thread Wollenhaupt, Christof
> > On FoxWiki, there is an entry about SYS(2050) which apparently creates some > sort of log file. The function does not appear in the VFP Help file - > anyone know anything more about it? It's the VFP event loop log. Basically, it records mouse clicks and key strokes. The first column is the

Re: Finding which code is executing

2016-05-26 Thread Stephen Russell
The debugger is your friend when you are using it and find a value from the command window is still being referenced. Still have not forgotten that time sink. On Thu, May 26, 2016 at 8:47 AM, Ted Roche wrote: > On Thu, May 26, 2016 at 12:27 AM, Joe Yoder

Re: Finding which code is executing

2016-05-26 Thread Ted Roche
On Thu, May 26, 2016 at 12:27 AM, Joe Yoder wrote: > > I'm hearing that executing the code in the debugger may be a useful > exercise. The debugger is a very powerful tool. I recall years ago having to step-by-step through the code when debugging a problem with the framework