RE: VFP 9 SP fix lists

2019-06-11 Thread Tracy Pearson
Here is some code that demonstrates the error I was researching. The link you shared references SP 1. I'm hoping to find a list for SP 2 now. CREATE CURSOR csrTest (pkid i, alpha c(20), timestamp t null) INSERT INTO csrTest VALUES (1, "A", DATETIME()) INSERT INTO csrTest VALUES (2, "B

Re: VFP 9 SP fix lists

2019-06-11 Thread Koen Piller
Hi, What does your errorhandler learn you on this error? Koen Op di 11 jun. 2019 om 18:57 schreef Tracy Pearson : > This is happening on my local Window 10 Pro machine. > I change the runtimes, to see a different behavior. > > -Original Message- > From: ProfoxTech [mailto:profoxtech-boun.

RE: VFP 9 SP fix lists

2019-06-11 Thread Tracy Pearson
This is happening on my local Window 10 Pro machine. I change the runtimes, to see a different behavior. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Tuesday, June 11, 2019 12:54 PM To: profoxt...@leafe.com Subject

Re: VFP 9 SP fix lists

2019-06-11 Thread Koen Piller
Hi, https://support.microsoft.com/hr-ba/help/907737/list-of-bugs-that-are-fixed-in-microsoft-visual-foxpro-9-0-service-pac Op di 11 jun. 2019 om 17:52 schreef Tracy Pearson : > Thank you Ted. Still can't find what I'm looking for. > > Related to why I'm looking for this information is Error 2103

Re: VFP 9 SP fix lists

2019-06-11 Thread MB Software Solutions, LLC
On 6/11/2019 11:52 AM, Tracy Pearson wrote: Thank you Ted. Still can't find what I'm looking for. Related to why I'm looking for this information is Error 2103. It seems this will popup when VFP 9 SP 1 is installed, but not VFP 9 SP 2 Hotfix 3 is installed. Some code, just different runtimes reg

RE: VFP 9 SP fix lists

2019-06-11 Thread Tracy Pearson
Thank you Ted. Still can't find what I'm looking for. Related to why I'm looking for this information is Error 2103. It seems this will popup when VFP 9 SP 1 is installed, but not VFP 9 SP 2 Hotfix 3 is installed. Some code, just different runtimes registered on the PC. -Original Message---

Re: VFP 9 SP fix lists

2019-06-11 Thread Ted Roche
fox.wikis.com has a couple of pages, search for "SP2" or "Service Pack" On Tue, Jun 11, 2019 at 10:49 AM Tracy Pearson wrote: > Hello, > > Does anyone have a link, or the list of what was fixed in the various SP > and > HotFixes for VFP 9. > I'm looking for SP 1, SP 2, and the 2 (3?) HotFixes. >

VFP 9 SP fix lists

2019-06-11 Thread Tracy Pearson
Hello, Does anyone have a link, or the list of what was fixed in the various SP and HotFixes for VFP 9. I'm looking for SP 1, SP 2, and the 2 (3?) HotFixes. Thank you, Tracy ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.

Re: Grid and DynamicForeColor

2019-06-11 Thread MB Software Solutions, LLC
Sorry, I don't have the solution off hand, but I'm thinking it's due to the Highlight properties.   ??? On 6/11/2019 6:55 AM, Paul Newton wrote: Hi all I have a grid on which I have set DynamicForeColor and all works fine EXCEPT that the cell in the grid which has current focus does not respe

Grid and DynamicForeColor

2019-06-11 Thread Paul Newton
Hi all I have a grid on which I have set DynamicForeColor and all works fine EXCEPT that the cell in the grid which has current focus does not respect the DynamicForeColor setting. I have SetAll("SelectOnEntry",.F.) but that makes no difference. Any ideas how to fix this? Many thanks Paul N