| Thread | Last Post | Replies |
|
| Help with UPSIZING wizard | 27 Jul 2005 23:59 GMT | 3 |
I'm trying to upsize a database which is about 11GB in size. I'm about 30% through the process, but I'm run into VFP9 saying that the LOG file is already full. How can I clear the log file? And where is this DBF located? Any pointers?
|
| Working with multiple tables | 27 Jul 2005 09:38 GMT | 3 |
I have a situation where I'm trying to fetch data from multiple tables. I get the records I want from the first, scan through each record, and then fetch the child records from another table based on the values from the first table. This obviously uses a nested statement. ...
|
| security | 25 Jul 2005 17:17 GMT | 4 |
Friends, I am facing security issues with VFP database and free tables. All the tables can be viewed by anyone having access to that folder. what are the security methods available for VFP database and free tables
|
| Help with TABLE in DBC | 25 Jul 2005 07:11 GMT | 8 |
I have a table that used to belong to a database. I have since removed the database, but when I USE the table from another app, it says that it belongs to a DBC. Fox then asks me to choose whether I should delete the link. How can I remove the link to the table when the DBC ...
|
| edit mode and then printing | 24 Jul 2005 20:36 GMT | 1 |
is there a command that edit for some criteria and then access to printer printing out the matter show on the edit mode?? such as, edit for gender = 'M' to printer I am using foxpro 6!
|
| Primary key reindexing problem | 21 Jul 2005 03:42 GMT | 1 |
How to reindex a damaged primary key w/o killing the referential integrity? REINDEX to my knowledge does not fix a damaged index so index usually is better so I use
|
| Accessing VFP 6 Tables from SQL Server 2000 - DTS/Import Wizard | 20 Jul 2005 02:21 GMT | 2 |
I am running SQL server 2K on XPSP2 and VFP 6. I downloaded and installed the vfp odbc driver available from: http://msdn.microsoft.com/vfoxpro/downloads/updates/odbc/default.aspx This page lists the driver under vfp 7. I am using 6.
|
| Performance issue | 19 Jul 2005 15:37 GMT | 3 |
I do like to use SELECT-SQL statements yet I just found out that for doing so I am paying a big price in performance. So what am I doing wrong? Here is an example. Invoice master file has the master record and is openend in the Dataenvironment with alias a_mast. the detail file is ...
|
| vfp9 report writer vs crystal | 14 Jul 2005 15:30 GMT | 2 |
whats new on the report writer of vfp9.0 vs vfp6.0 and is it like crystal reports ? George Malekkos
|
| using ODBC to connect to Novell NDS | 13 Jul 2005 23:18 GMT | 2 |
I'm having trouble running a remote query against a Novell NDS table. I downloaded the ODBC drivers from Novell. The connection string seems to be OK but the SQLEXEC fails and says the variable cur1 is not found. Am I doing something wrong?
|
| how to do report | 13 Jul 2005 15:52 GMT | 1 |
is it possible to create a report with three tables, in which joined together? the tables structure:- a.dbf
|
| Getting object from GENERAL field | 12 Jul 2005 16:53 GMT | 2 |
Does anyone have code that will take the contents of a GENERAL type field and put it onto hard disk? Here is my existing code, which may encounter files types TIF, GIF and PDF that is stored in the field. USE E:\GIMDATA07042005\Database\FILENOTE0008
|
| HELP with fetching file from field | 11 Jul 2005 23:20 GMT | 2 |
I have a field that contains a file which I would like to copy to the local hard drive. Please make adjustments and suggestions to the code below. USE E:\GIMDATA07042005\Database\FILENOTE0008 SCAN
|
| What to use to connect to VFP database | 08 Jul 2005 17:36 GMT | 8 |
I have a program that I developed with MS VC++ 6 and MFC that uses ODBC to store results in database tables. This works fine for the ACCESS and Excel versions of my database. But, VFP no longer allows ODBC access to its database. So, seems like I need to develop a different ...
|
| vfp9.0 has un automatic testing for a new executable ? | 07 Jul 2005 21:37 GMT | 1 |
how do you test a new executable after some bug fixing do you use any specific 3rd party software for that ? does vfp9.0 has its own one? George Malekkos
|