RE: inputbox() Bug

2017-06-20 Thread Gene Wirchenko
At 06:24 2017-06-20, "Tracy Pearson" wrote: Gene Wirchenko wrote on 2017-06-19: > Hello: >I have found a bug. Whether it is in VFP 9 SP 2 or in the VFP > 9 documentation (Microsoft Visual FoxPro 9 SP2 Help file, VFPX > Edition v1.07) is a toss-up. >Supposedly, the fourth and

RE: HotTracking Button in a PageFrame

2017-06-20 Thread Tracy Pearson
Ted Roche wrote on 2017-06-20: > On Tue, Jun 20, 2017 at 12:13 PM, Tracy Pearson wrote: > > Has anyone noted this behavior? > > Yes, iirc from decades ago. You're running code in a Button.Click() > event, and the button has default behaviors of repainting as a > DownPicture and executing

Re: HotTracking Button in a PageFrame

2017-06-20 Thread Fred Taylor
I definitely saw the ghosting with VFP controls, but just the ListBox and EditBox IIRC. Don't have access to that code now, so I can't check. Glad you found a fix. Fred On Tue, Jun 20, 2017 at 11:51 AM, Tracy Pearson wrote: > Fred Taylor wrote on 2017-06-20: > > I remember something about gh

RE: HotTracking Button in a PageFrame

2017-06-20 Thread Tracy Pearson
Fred Taylor wrote on 2017-06-20: > I remember something about ghosted images on a pageframe. I think what you > need to do is in the init of the pageframe, is to make each page active > from last-to-first before setting whatever the correct active page should > be. You can use LockScreen pro

Re: HotTracking Button in a PageFrame

2017-06-20 Thread Ted Roche
On Tue, Jun 20, 2017 at 12:13 PM, Tracy Pearson wrote: > > Has anyone noted this behavior? Yes, iirc from decades ago. You're running code in a Button.Click() event, and the button has default behaviors of repainting as a DownPicture and executing the code, and then repainting the UpPicture, so i

Re: HotTracking Button in a PageFrame

2017-06-20 Thread Fred Taylor
I remember something about ghosted images on a pageframe. I think what you need to do is in the init of the pageframe, is to make each page active from last-to-first before setting whatever the correct active page should be. You can use LockScreen property so you don't "see" the pages flashing by

Southwest Fox 2017: The FoxShow Interview

2017-06-20 Thread Rick Schummer
Listen to Andrew MacNeill's FoxShow podcast (http://traffic.libsyn.com/akselsoft/FoxShow82.mp3...) featuring Rick, Doug, and Tamar talking about Southwest Fox 2017. Registration for Southwest Fox 2017 has been open for a few weeks and there's less than two weeks until the Super-Saver Registratio

RE: Modify Project from Config.FPW

2017-06-20 Thread Paul H. Tarver
Tracy, I think there are a lot of little creature comforts that I can see setting if I can get this process to work correctly. And because I'm automating the creation of those startup files, it is going to save me a lot of time on the multiple projects I go through on an annual basis. However, at

RE: Modify Project from Config.FPW

2017-06-20 Thread Paul H. Tarver
Gianni, Yes, I've seen that file before, I just threw that tidbit in the mix in case it helped us figure this problem out. Thanks! Paul H. Tarver Tarver Program Consultants, Inc. Email: p...@tpcqpc.com -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Beha

RE: Modify Project from Config.FPW

2017-06-20 Thread Tracy Pearson
Paul, I use a PRG. I am not seeing the behavior you are talking about. In my PRG, I do reset the location and widths of the windows I have open. Properties, Document View and DataSession are docked together. Then the Command Window is docked under them. These are all docked to the right side of t

HotTracking Button in a PageFrame

2017-06-20 Thread Tracy Pearson
Hello, I have a button on a page in a pageframe. The button is in a CommandGroup. The button has an image and text on it. When this button is clicked, it changes the ActivePage of the pageframe. When nothing is visible in the location on the new page, the text and image remain. When the mouse is

Re: frx to html conversion

2017-06-20 Thread Fernando D. Bozzo
@Mike: The FOXOBJECT only applies wheh iterating over an object matrix, like objects or controls or any object collection, not for iterating properties or character arrays In any case I did learn that it's always better to iterate using for i = 1 to x syntax, because normally you need to know the

Re: Modify Project from Config.FPW

2017-06-20 Thread Gianni Turri
Hi Paul, the file _command.prg will contains the commands history and VFP places it in the same folder as foxuser.dbf / fpt. Don't delete it and retry! Gianni On Tue, 20 Jun 2017 10:20:29 -0500, "Paul H. Tarver" wrote: I tried the .prg route before, but I re-did it based on your recommendati

RE: Modify Project from Config.FPW

2017-06-20 Thread Paul H. Tarver
I tried the .prg route before, but I re-did it based on your recommendation just in case I did something wrong. Here's what I have set up now: start-vfp9x64.FPW file: * TMPFILES=c:\temp EDITWORK=c:\temp SORTWORK=c:\temp PROGWORK=c:\temp

RE: inputbox() Bug

2017-06-20 Thread Tracy Pearson
Gene Wirchenko wrote on 2017-06-19: > Hello: >I have found a bug. Whether it is in VFP 9 SP 2 or in the VFP > 9 documentation (Microsoft Visual FoxPro 9 SP2 Help file, VFPX > Edition v1.07) is a toss-up. >Supposedly, the fourth and fifth parameters to inputbox() can > be omitt

Re: frx to html conversion

2017-06-20 Thread mbsoftwaresolutions
On 2017-06-19 12:15, Fernando D. Bozzo wrote: Hi Paul: Just in case you didn't already think on possible setting's that can affect the performance heavily, and you keep looking what is different in VFP 9 that can make things so slow, I give you one that could be the responsible: Using for..