| Thread | Last Post | Replies |
|
| How to exclude Step & Next columns in DISPLAY STRUCTURE in VFP 9.0 | 31 Mar 2005 15:09 GMT | 1 |
I have just upgraded to VFP 9.0 But when I print DBF structure using the command : LIST STRUCTURE TO PRINTER it also shows additional columns - Next & Step.
|
| How to create a random number generator | 31 Mar 2005 05:47 GMT | 4 |
Can any one give me any suggestions on how to create a random number generator given a seed, max value and min value. I want the return value to be an integer. Thanks
|
| Indexing on table with buffer mode | 30 Mar 2005 08:29 GMT | 3 |
I'm trying to index a table on a field from within the program on a table that has table buffering. When I do this it gives me an error saying that I can't index on a file that has table buffering. Can somebody give me alternate way of indexing on a table that is in buffer mode?
|
| Code of updatable view | 28 Mar 2005 16:23 GMT | 3 |
If you make a view updatable, where is this code stored and how can you extract it in order to put it into a .PRG tia Marc
|
| How to pass a variable to a trigger by odbc | 28 Mar 2005 15:36 GMT | 1 |
I am not so familiar with VFP. I have an VFP-Database, which use a variable (MyVariable) in a trigger. I want to set a value for this MyVariable in the SQL-Statement (e.g. used from MS-Querry). So i am looking for a sql-expression like:
|
| Is there any issue with autoincremented field? | 24 Mar 2005 05:47 GMT | 5 |
I'm trying to convert a SQL Server table which has uniqueidentifier column into a VFP 9 table. I wonder whether I should use autoincremented field or write a routine to increment the integer. Thansk for any help.
|
| How does a SQL command find a table which is not in the current db | 24 Mar 2005 05:47 GMT | 1 |
It seems to me that if I issue a SQL statement such as select * from tableX and tableX is not in the current dbc, the SQL statement will search for tableX based on the path of the current dbc. So, if the current dbc is located in c:\vfp\test, the SQL statement will search for ...
|
| What information of a dbf is stored in the dbc? | 24 Mar 2005 05:46 GMT | 4 |
I want to know what other information are stored in dbc besides the ones that can be listed by using List Database. 1. Does dbc contain something like record counter or table length for each dbf?
|
| Why does gendbc need to update the dbc? | 22 Mar 2005 04:49 GMT | 2 |
I'm using gendbc to generate the prg for a dbc but it seems that gendbc requires the dbc to be not read-only. I don't understand why gendbc needs to update the dbc since I assume that gendbc is just pulling info from the dbc. What does gendbc update in the dbc?
|
| Create Foxpro table using VC++ ODBC | 21 Mar 2005 12:12 GMT | 2 |
I'm using VC++'s ODBC to connect to Visual Foxpro's database. when i try to create table , the table is created (in file <table_name>.dbf) but when i open the created .dbf file , FoxPro will open the database but i cant see the table being created.
|
| Command to determine if data hasn't been updated to the table | 20 Mar 2005 03:17 GMT | 5 |
I'm trying to find a command in VFP6 to do this but i'm sure if one exists. I hope somebody can help me out. Is there a command that tells me if there's any data in a table buffer that hasn't been written to the table with the TABLEUPDATE() command? I want to
|
| Visual FoxPro olddb driver fails to install | 15 Mar 2005 23:03 GMT | 1 |
We are trying to install the oledb driver to setup odbc on the machines at this site but when we try to select and use the driver it errors saying that we need to get the current version. We do so but it still errors with the same message...?
|
| Using a COM to return data | 15 Mar 2005 12:33 GMT | 7 |
I have a simple COM that works with web pages that checks account information, returns prices for jobs and does other basic stuff. However, I now need the COM to be able to return data to an ASP page for tracking job status etc and I don't have a clue how best to do this. The ...
|
| Why do some date fields have DataType D(8) instead of DataType D? | 09 Mar 2005 23:07 GMT | 2 |
I'm looking at the SQL statement of a remoteview to a SQL Server table through View SQL of the View Designer and the prg generated from gendbc. I notice that some Date fields are showing having DataType D or DataType D(8). What is the difference between DataType D and ...
|
| Tools to compare 2 dbcs | 09 Mar 2005 08:06 GMT | 1 |
I want to know whether there is any freeware to compare 2 foxpro dbcs. Currently, I use gendbc.prg to generate the prg for each dbc and then compare the prgs. Thanks.
|