| Thread | Last Post | Replies |
|
| table conversion | 30 Sep 2004 14:56 GMT | 1 |
Is there any way to convert free standing tables from Visual FoxPro Version 7 format back to DOS 2.x format? Thanks Roger
|
| Problems saving effects entire app | 28 Sep 2004 11:27 GMT | 6 |
I have an application that was created with FoxPro for windows 3.1, then was converted to FP Visual 6.0, then 7.0. Ever since the initial conversion to visual, saving data had been a problem, especially within scans. In order to save properly, I had to resort to a do-while
|
| Urgent: Codepage settings on a remaote view | 27 Sep 2004 12:43 GMT | 1 |
I hope there is somebody who's able to help me with my problem. This is the situation. I have a table (dbf) with data that has to be imported into the database on Sybase Ase 12.5.1. The database and server is configured to handle the old
|
| Allowing a user to save a project to a new directory | 23 Sep 2004 14:59 GMT | 1 |
Another question from a newbie. I want to allow the user of my program to save their jobs to a directory and know that I can use GETDIR(). However, this feature does not allow them to create a new directory folder of their choosing. Does anyone know how this may be ...
|
| Linking to excel spreadsheet over the Internet | 21 Sep 2004 21:49 GMT | 2 |
My problem is this, I need to find a way to link to a excel spreadsheet on a customers website so that whenever my program opens it automatically alerts me whether or not a change has occurred and if so allows me to download the new spreadsheet right into my database. I've read alot ...
|
| Problem scanning image | 14 Sep 2004 14:25 GMT | 1 |
When I use Kodak Imaging Controls to activate the scanner and save the image as TRY.BMP then use VFP Image Control to display the picture, I get this error "Picture too big, corrupted, or in wronmg format.". I can as the scanned image as TIF, but how to view TIF in my VFP form?
|
| How to view TIF files? | 14 Sep 2004 14:23 GMT | 2 |
How to view TIF files using VFP 5.0?
|
| URGENT: FoxPro COM Object | 13 Sep 2004 00:31 GMT | 4 |
Please Please Please. I am in time crunch and need to have fast access to a FoxPro database (*.dbc file). Thru VB, I tried using both OLE-DB and ODBC drivers for fox pro to insert/update data in that database. However, there are certain code in the foxpro triggers and field
|
| Stored procedure to set defaults | 10 Sep 2004 23:19 GMT | 4 |
I have this stored procedure that sets defaults to blank strings for all the columns in a table. I have some date columns in this table also, how would I identify that the column is data or integer or double or char.. PROCEDURE DefaultsALL
|
| Handling more than 2 GB in a table. | 09 Sep 2004 12:47 GMT | 1 |
I want to download a table from the SQL Server to VFP 8 using SQLEXEC(). when I download some tabels I'm getting the error "File C:\Document and setting\Admin~1\Locals~1\temp\f0W4002v.tmp is too large. "
|
| Tableupdate() problem | 07 Sep 2004 07:37 GMT | 5 |
When I issue =TABLEUPDATE(0,.T.,"tablename") my changes are not commited. I have Optimistic Buffering at form level against a remote view. What things do I have to check ? When I call =TABLEUPDATE(1,.T.,"amortizate") it's working.
|