| Thread | Last Post | Replies |
|
| NTVDM | 30 May 2008 18:55 GMT | 2 |
one of our customers got this error msgbox ntvdm.exe - System Error NTVDM encountered a hard error anybody know what is going on ?
|
| Interesting Programming Problem | 30 May 2008 18:46 GMT | 18 |
Thanks in advance for the help. This is more of a general programming problem rather than a FoxPro problem but since I work in FoxPro I thought I'd see if any of you had any interesting ideas. Brute force is probably going to be the way to go,
|
| General protection fault foxprow 2.6 | 30 May 2008 14:50 GMT | 2 |
I use FoxPro for Windows 2.6 on a Windows XP machine. I get the error message: Application error: Foxprow caused a general protection fault in module <unknown>
|
| cast() vs round() | 30 May 2008 13:07 GMT | 1 |
It seems to me that in some situations these functions perform can perform identically. For instance, for n = 123.4567, round(n,2) and cast(n as n(8,2)) produce the same value. Any opinions or observations about this?
|
| FoxPro app usage by year | 30 May 2008 10:40 GMT | 1 |
Is anyone aware of any stats about the number of FoxPro apps in production by year, or FoxPro usage in general by year? I'm charting the history of Fox usage, specifically it's usage on a yearly basis. I can make some guesses based on my own experiences, but would welcome any ...
|
| Unique Identification Numbering | 30 May 2008 08:41 GMT | 8 |
Hi to all, Can anyone share your idea's and best practice. Everytime I open my form, for example in a textbox, it will generate a unique numbering, most of all in multiuse environment...
|
| Is this true? Will there be a VFP 10? | 30 May 2008 03:01 GMT | 2 |
I saw this on Wiki... In March 2007, Microsoft announced "that there will be no VFP 10"[2], thus making VFP9 (released to manufacturing on December 17, 2004) the last commercial VFP release from Microsoft. The support of Version 9 is ongoing
|
| Remove duplicate records | 29 May 2008 19:50 GMT | 29 |
I am trying to remove duplicate records based on certain fields criteria: EMAIL_PK , Last, First, Address, DOB, Phone, Email For instant for the Address field I care only for the left 8 characters. From some reasons records with lower case are removed even though they are
|
| MSCAL.OCX v7 overwritten by v11 of control? | 29 May 2008 16:42 GMT | 1 |
We have a program that uses MSCAL.OCX v7, but just recently when it is installed on some Windows platforms the calendar is cosmetically different because the v11 control is somehow being used instead. Is there someway to force our program to use the v7 control even though the v11 ...
|
| How to OLE automate printing a Word document to a specific printer under VFP? | 29 May 2008 16:31 GMT | 1 |
I want to be able to simply open and print a pre-existing Word file to a specified printer on my computer. Is there any way to automate this process under VFP? Thanks
|
| Problems with SQLEXEC | 29 May 2008 15:31 GMT | 16 |
While executing SQLEXEC to pass a SQL statement (ranging from simple to complex) on a previously connected (using SQLCONNECT) valid ODBC connection to a SQL server on a newly installed network, the error handler sometimes (at random) is reporting SQL Server communication failure ...
|
| using sql select command in VFP code | 28 May 2008 19:11 GMT | 2 |
I need a quick and dirty report. I think using the sql query will be faster than multiple counts to a variable. My code below seems to work but displays the query results on the screen and must be cleared each time the query runs. How can I stop that. Also is there any way to ...
|
| Copy a file | 28 May 2008 15:31 GMT | 2 |
Please can someone tell me how to copy a file from one place to another place. -Marc
|
| Preparing VFP programs for SQL Server | 28 May 2008 08:14 GMT | 15 |
I am considering moving my VFP system with underlying native VFP tables to a real database like SQL Server or MySQL. What is the best thing to do in changing code? 1) instead of USE table1 use now USE view1, and maintain otherwise the
|
| FoxPro 2.6 DOS Run Error | 27 May 2008 17:24 GMT | 2 |
I cannot run an external DOS program from inside Foxpro using the !/Run command. I confirmed the comspec variable, I checked it using Foxpro's getenv() function, so that tells me that Foxpro knows it's there. I confirmed there is enough RAM (35k), I added command.com into the c ...
|