| Thread | Last Post | Replies |
|
| Deleting rows from a self referencing table | 31 Oct 2003 01:52 GMT | 1 |
I have an SQL table that is accessed through a remote view, and need to delete all rows so : delete from AUCAHECC This fails as rows reference each other (The data represents a tree format)
|
| SQL statement in combo box | 30 Oct 2003 16:39 GMT | 2 |
I have a program that has several combo boxes on various forms. The RowSource property has a SQL statement in it. When I display this form it takes about 18 seconds to display and when I take out these SQL statements it takes about 3 seconds to display. Can anyone tell me how to ...
|
| Reporting from a dbc database file using SQL Server or Access | 30 Oct 2003 15:02 GMT | 1 |
Hello, I have to admit that I know very little about Visual Fox Pro. Currently, I'm trying to build some reports and pull data for some other analysis from the fox-pro back-end used by the company's accounting package.
|
| TABLEUPDATE results not seen for a several minutes | 30 Oct 2003 14:57 GMT | 5 |
In this multi-user file sharing application, often when one user updates data, other users don't see the changes. For instance, User #1's app will issue TABLEUPDATE(), which returns .T. and appears to work.
|
| File size | 30 Oct 2003 09:42 GMT | 2 |
somebody knows what is the maximum size in GB can handle, for a table
|
| File Access is Denied (Error 1705) | 29 Oct 2003 15:55 GMT | 6 |
I have a fox pro application running fine for a while and all of sudden, it is saying that "File C:\data\mytable.dbf access denied". Any body come across with this? why it is happening and how can I fix this problem, Thanks
|
| DBISAM???.. how to convert in table??? | 28 Oct 2003 20:13 GMT | 1 |
I need to open tables in DBISAM (delphi)...and convert it into table (foxpro)...how i can do this???...need some exemples....i'm very new in stuff like that... TIA,
|
| RPG database files...HELP!!!!! | 28 Oct 2003 01:29 GMT | 2 |
I have a huge problem...I have some customers with RPG's database files...and I need to import those files...how I can do that????? I'm very apreciate any help... TIA,
|
| DISPLAY structure to file or printer | 28 Oct 2003 00:14 GMT | 7 |
When I display structure to file or to printer, I get huge gaps between columns. How can I fix this?
|
| Constants values in Charts (MS-Graph) | 27 Oct 2003 23:16 GMT | 2 |
Hi, I want to know how can I obtain the constant values in Charts?, to change the default 3D Bar Chart to Bar plain. How can I to know this values?
|
| How to close or release the cursor create by the combox ? | 25 Oct 2003 03:25 GMT | 3 |
I have a form with a combox control, which have a SQL statement in the RowSource SELECT dept_name, dept_id, dept_pkid FROM sym_dept order by dept_name INTO CURSOR deptCombo WHERE .NOT. DELETED()
|
| Cannot Locate Support Library | 24 Oct 2003 23:34 GMT | 1 |
I'm trying to run downloaded FoxPro programs and I get the error, "Cannot locate Microsoft Visual FoxPro Support Library". I can't find anything in File Locations that matches that description. Can someone tell me what's up?
|
| Exporting to Access | 24 Oct 2003 18:59 GMT | 3 |
I'm trying to move data from a table (in a DBC) to an Access MDB in a prg. Thus far without success. In the PRG I have used SQLSTRINGCONNECT to get to the Access MDB file. In the Access file I have a SQL PASS THRU
|
| Are there data volume limitations in distributed VFP8.0-based apps? | 23 Oct 2003 10:26 GMT | 3 |
How much data can a distributed VFP8.0-based application in a n-tier architecture handle with acceptable client performance? The proposed application architecture would see the client
|
| Remote View Question | 23 Oct 2003 06:28 GMT | 1 |
Good Day: Newbie Question: Right now I have character columns in a SQL Server database and when I create a remote view, they show in VFP as Memo fields. Is there a way for them to show as normal character data columns? Thanks,
|