| Thread | Last Post | Replies |
|
| Creating Distributionfile with VFP6 | 27 May 2008 17:11 GMT | 3 |
Before it worked fine: Making a SETUP file with VFP6 - even when it where VFP9 programmes. As I changed to Windows XP (before I used W2K) From the VFP6-SETUP-ASSISTENT I always get the information that the active X components can not be found
|
| MySQL or SQL Server? | 27 May 2008 16:37 GMT | 4 |
Time has come that I have to move my date from native Fox tables to a real database. I would like to hear opinions about the advantages and disadvantages of MS SQLServer over MySQL. Is MySQL really free? Is it worth to save 150 USD per workstation (we have about 100 workstations) ...
|
| Using Native VFP Tables and Network Performance | 27 May 2008 14:18 GMT | 22 |
Hello and thanks in advance for the help. We are using VFP 7.0 SP1 and native VFP tables. All users are running Win XP Pro SP2 and our file server is running Win 2003 Server. We are running a network with about 30 users. Each user has 3 or 4 VFP apps
|
| Compile Foxpro 9 | 27 May 2008 10:05 GMT | 4 |
I've got the project that is project1 and I do want to build the whole project. When I run or build the project1 an error : - memo file \\server1\ pertest\_framewk.vct is missing or invalid. I copied the framewk to the subdirectory that is pertest and I build the
|
| Another company doing less with Foxpro | 25 May 2008 20:58 GMT | 9 |
Just talked to a small software house. More jobs in PHP than Foxpro. At least, they found a replacement. :)
|
| Wierd cursor / index behavior | 23 May 2008 18:14 GMT | 2 |
Has any one seen this? I've created a cursor via select ..... into cursor myCursor nofilter. This is followed by select myCursor
|
| How to convert a TIF file to PDF under VFP? | 23 May 2008 16:51 GMT | 8 |
Is there a OLE automation method or 3rd party software to convert a TIF or JPG file to PDF under VFP9? Thanks Zoom
|
| Possible Corrupt DBF File | 23 May 2008 08:37 GMT | 3 |
I hope someone can help me with this. I have a Fox 2.6 system that seems to work, except when I want to print a specific letter (a one page report). This used to work fine, and now I'm having a problem with it. For some reason, when I print it on most records, it works fine, but ...
|
| Mscomctl2.dtpicker: strange behavior | 22 May 2008 19:57 GMT | 2 |
Hello, All! Perhaps, somebody faced such problem. After it's CloseUp method has worked, dtpicker transfers itself to the left top corner of the form (0; 0).
|
| UNION with ORDER BY via ODBC Driver failing | 22 May 2008 18:33 GMT | 9 |
I might be doing something wrong or I could be crazy... Using the Visual FoxPro 6 ODBC driver order by clauses on Unions are being ignored. To boil it down to the simplest example that fails.
|
| How to identify if the RowHeight of a grid has changed ? | 22 May 2008 11:26 GMT | 2 |
I used the following in a form's Init, to call ChgRowHeight() when the RowHeight of the grid changes. But unfortunately the Binding does not work, also there are no errors. BINDEVENT(THISFORM.Grid1,"RowHeight",THIS,"ChgRowHeight")
|
| "Implementing" interfaces from another application | 22 May 2008 08:23 GMT | 5 |
I want to use VFP 6 to write a DLL that will run inside another application (ESRI's ArcView GIS software). All of the samples that ESRI gives on how to do this are in VB6. Each VB6 program starts with a line such as: IMPLEMENTS IEditTask This line allows access to the interface ...
|
| Open table owninf DataBase | 22 May 2008 06:07 GMT | 3 |
How do I know if a open table is free or contained in a DataBase and how to find out the owning DataBase? Thanks.
|
| Phantom error | 21 May 2008 18:14 GMT | 6 |
vfp 9sp1, (but the dbf in question is also in use by a DOS 2.5 application) What could cause this code: * Clear app logging
|
| calling sql server stored procedure from VFP 8 | 20 May 2008 19:14 GMT | 5 |
I'm currently trying to write a stored procedure to check to see if a record is in a table and if so update the record--if not insert the record. Now it occurs to me even if I write it I'm not sure how to call it from VFP. Must be done in VFP8.
|