| Thread | Last Post | Replies |
|
| repair corrupt free standing table | 27 Jun 2008 13:51 GMT | 10 |
can anyone recommend a good third party utility to repair a corrupted table? we used to use one in foxpro DOS called filefix but it doesn't work against Visual FoxPro tables. Thanks,
|
| Empty Table | 26 Jun 2008 14:31 GMT | 2 |
Is there any property to check a table is empty
|
| Table field | 18 Jun 2008 00:50 GMT | 3 |
I have a table named "Documents". This table has a field named "Address". If I need a record of address I can command "Documents.Address" then it displays current record pointer Address data. But if I want to get data by using a variable then how to do.
|
| Arrays | 17 Jun 2008 11:06 GMT | 2 |
We can declare an array by using DIMENSION. DIMENSION Array1[5] But the problem is if I want to enter a 6th element to the array it gives an error, because the array length is 5.
|
| Locate | 10 Jun 2008 00:39 GMT | 2 |
In filtered tables we can use LOCATE FOR, for hidden records(after filtering some records getting disappeared)then it update the FOUND=.F. but the record is there in the table. If we make a relationship within two tables in the child table also there
|