| Thread | Last Post | Replies |
|
| Use date filters and parameters in views | 30 Aug 2004 14:42 GMT | 2 |
i am a Foxpro 6.0 beginner and I am trying to use a database view. I am trying to create a filter using a date field and am having enormous problems. I am trying to select records equal to a date in a view parameter
|
| dBase 5.7 tables in dbc | 29 Aug 2004 17:04 GMT | 10 |
I can create a BDE alias for Foxpro tables without conversion but I am having trouble using dBase 5 tables in a Foxpro dbc. Is this possible? I am starting to convert a large dBase 5.7 app to Foxpro 9 but can only do it gradually as my Foxpro expertise increases. I need to use ...
|
| Grid1 | 27 Aug 2004 08:49 GMT | 1 |
Friends, I am using many grids in different forms. These grids columns contain different objects like check box, combo and command button. Most of the screen are working fine. But in some forms display girds as if the column
|
| Cursor problem involving a tree view | 25 Aug 2004 18:35 GMT | 1 |
Here is my problem involving VFP 8.0. When i have a table open with a specific row selected and a project folder open and try to select a different project folder the cursor in the table automatically resets to the top of the table. So what I need to know is if there is a way to ...
|
| FoxPro Database Connection | 25 Aug 2004 18:13 GMT | 2 |
I am attempting to connect to data we have in a FoxPro database using ODBC and ASP. The web hosting machine is Windows 2000 Server running IIS5. .NET framework has been added. Microsoft Visual FoxPro Driver:
|
| VFP OLEDB(8.0.0.3117) + SP with parameters + ADODB | 23 Aug 2004 07:50 GMT | 1 |
Where is my error/problem? (in VFP 8.0 + SP1VFP8) wwwwwwwwwwwwwwwwwwwwwww It is the simple VFP-stored procedure: *////////////////
|
| VFP Memos and OleDB | 21 Aug 2004 23:46 GMT | 5 |
I have a VFP 6 database that I am accessing from ASP.Net using the latest VFP (version 8) OleDB driver and I am having some serious problems updating Memo fields. I am using a parameterized query to perform the update, but if the argument contains more than 512 characters, the ...
|
| SQL Server datetimes & FoxPro dates | 19 Aug 2004 23:56 GMT | 3 |
I have a SQL Server table that contains social events that start at a certain datetime. Is there a clean way to make a view containing the events that begin on a given day? In FoxPro, I can just use WHERE TTOD(startdt) = ?whichDate
|
| Application closes my temporary table Automatically. | 19 Aug 2004 13:43 GMT | 6 |
I have an application I am building in VFP8. The problem I am having is that I use two tables. One is just for information, the other is to put the information into. The first table is created with a SQL - VIEW command. The second is created
|
| CLASS - Sharing | 19 Aug 2004 10:31 GMT | 1 |
Friends, I had some problem with splitting exe and that is solved. Thanks for all those responded. Current setup is like this
|
| open network dbc with password | 16 Aug 2004 16:47 GMT | 1 |
I would like my foxpro application to connect to a dbc on server that requires a password. I don't want to mapp a drive but would like to use a url or some thing to log on to the server that requires a password. ex. OPEN DATABASE \\server1\c$\data\books.dbc with password.
|
| multiuser dbc extremely slow when accessed from different machines | 13 Aug 2004 16:51 GMT | 3 |
In a testproject I have created a simple form with a procedure doing a lock->replace>unlock operation on 10000 records. The database is a .DBC with one table (.DBF). The .DBC is opened SHARED and the tables are not used exclusive.
|
| Upsizing a VFP 8.0 database | 13 Aug 2004 07:35 GMT | 7 |
I get an error after I upsized an VFP database, then try to append from a VFP table to the SQL Server. Its an SQL error which states as follows... Connectivity error: conversion of char data type to datetime data type
|
| Visual FoxPro vs MS-SQL | 12 Aug 2004 20:51 GMT | 3 |
I have a question concerning Visual FoxPro vs Ms-SQL We are planning to change a Visual FoxPro database to MS-SQL and I would like to know, what are the advantages and the disadvantages of converting a database and its tables from Visual FoxPro 8 to MS-SQL ?
|
| db IV to vfp, MEMO fields & COM Server | 09 Aug 2004 22:18 GMT | 3 |
I have not programmed in foxpro in 8 years so this might be a dumb question. I have a dbase 4 fdbf with a dbt Memo file when i run the getxml function code in the vfp ide, the "convert memos"dialog box pops up to ask if i want to remove dbase
|