| Thread | Last Post | Replies |
|
| VFP 6 & 8 | 31 Jan 2005 13:39 GMT | 5 |
Friends, I was using the following query ini VFP 6: SELECT lev_name, SUM(leave_acc) ; FROM vEmpPayLeaves ;
|
| do setup | 28 Jan 2005 01:55 GMT | 1 |
Dear friends, I have purchased VFP8 and found that "Setup" wizard is missing. I used Install shield express that comes with VFP8 to create setup disks, but that does not automatically install all required support files for me.
|
| FoxPro and DBaseIII | 27 Jan 2005 16:27 GMT | 3 |
i'm at a new job where a ordering program is build in clipper with a database in dbase III. Ofcourse ; ) i want to rebuild this in vfp. I am using VFP 6.0. This is a rather huge application, and i don't want to rebuild it at once. I figured i first build the gui just for lookup
|
| Win2000 & XP | 25 Jan 2005 23:09 GMT | 4 |
Friends, I am using VFP6 and Access using ODBC. I have installed my program using setup (compiled in XP) at customer place in XP (PC) and Win2000 pro (Laptop).. XP is perfectly OK. Win2000 says VFP support files are missing. I
|
| odbc error | 24 Jan 2005 21:49 GMT | 1 |
I have a single table in a large database which I can't access through odbc. The error I get is "Microsoft ODBC ..... not a table". I also cannot access this table using my old VFP 6 -- I must use VFP 8 to open it. I have looked for an updated version of vfpodbc but I can't ...
|
| table buffering ? | 24 Jan 2005 14:43 GMT | 2 |
i'm saving a field into the current record and then doing a sum of that field for any other records so a couple of lines of code like this... select deal
|
| sql locks not released when called from VFP8 | 24 Jan 2005 00:22 GMT | 1 |
I am running into some problems especially on deletes using SPT, VFP8 and SQL 2000. I am seeing in EM where locks on objects from single row deletions, i.e. delete dbo.tablename where id = ?paramID. These locks are causing blocking and I am not sure how to get around it. If
|
| Version Number for a DBC | 22 Jan 2005 15:46 GMT | 6 |
Has anyone got any ideas for creating a version number for a dbc by adding a user field or other method. I want a way that I can keep seperate version number for the dbc similiar to that of the EXE version. We have a commercial application that we provide for a client base ...
|
| max of vfp table | 21 Jan 2005 22:20 GMT | 2 |
Does any one know what is max limit records in a visual foxfro table? TIA, Elton Wang
|
| How to Avoid Missing IDs | 17 Jan 2005 14:17 GMT | 3 |
I am using VFP 6. This is a general question. I have a table ('CodeBank'), in my DBC which stores the name of the tables/views and the last used IDs.
|
| Cannot update the cursor blah, since it is read-only. | 14 Jan 2005 22:20 GMT | 1 |
Using a VB.Net app to connect to a Foxpro database, I get this error when I issue an Update command against a dbf file directly (meaning, "Update tablename, set columnname = value") I have looked at the properties of the dbf file and it is not set as
|
| Connectivity error:[MySQL][ODBC .... | 14 Jan 2005 11:48 GMT | 1 |
I got a strange behavior, I need to connect to a table in MySql through ODBC driver No problem to create the connection, when i try to create a remote view I got an error when I try to add any tables of the db and the error is that
|
| Create a table in runtime | 04 Jan 2005 22:20 GMT | 5 |
I need to create a table in runtime, the definition's table is in a variable. strCadCreate = "create table Txx ( campo1 type, c2 type ) " I need to execute the CREATE TABLE statement strCadCreate
|
| VFPOLEDB 8.0 & 9.0 does not support TRY, CATCH TO etc. | 03 Jan 2005 00:58 GMT | 1 |
I'm trying to insert a record into a foxpro table using the VFPOLEDB driver. The table uses a validation rule that triggers a stored procedure. The stored procedure fails if i include the new error expression syntax
|
| Problem between TRIGGERS and APPEND | 02 Jan 2005 14:22 GMT | 4 |
Hi... Me Again... How could I temporarily interrupt the effect of the Insert, Update and Delete Triggers on a table?
|