Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested FoxPro Solutions: 151 - 175 of 959
 
I use VF 7.0 I Write a DLL by delphi to return a String . In Visual FoxPro : DECLARE STRING  GetIDHardDisk IN duoc.dll but i get error when run ? GetIDHardDisk() IF i return ...
I running a select query on foxpro table and put the result in a cursor. later i am adding a new column into this cursor. but this code does not give me any error and also does not add t...
We purchased a program that was created in visual foxpro (don't know what version).  This program runs fine on certain machines, but on one of them we are getting the following error: error...
Dear Friends I need help to translate the VB code into VFP code My problem is how to add value to Exports properties in the code bellow!
Hello gurus, I have an application under foxpro 2.5 dos. in any browse window...whenever the user presses the right arrow key to nagivate backwards most of the times the application hangs a...
I've tried  to import an execel file from FoxPro and the data fields are empty. I've saved initialy in Excel the sheet as DBF file, but in FoxPro the data type columns from excel became chara...
Iam retrieving data from the Foxpro dbf through vb programming by creating a dsn to the dbf. The Foxpro database is nearly 2 GB of size. so it takes nearly 1 1/2 hours to retrieve the data ba...
Hi, I have the data file in both Excel and txt format. I need to convert it into FoxPro dbf format. In Exel XP (on Win2K), there are three options for dbf format: db II, db III and db IV. ...
I want to make a program(in delphi) that reads from a .DBC I know all the files, field-types so my program is specific for this database. I couldn't find anywere on the web a good referecence ...
I need to import into Access (2003 0r 2007) foxpro 3 file types .dbf  .fpt  .cdx   I would also need to list tables. So I could read them them .  I have a VFPodbc.dll  dirver I probab...
When I try to open a VFP table I get a message telling me that the the dbf has become corrupted. The table will need to be repaired before using again. How do I repair the table - any help wil...
I have a customer with a multi-user application that is reporing an intermittant error 108. I have an error trapping system which logs all errors and the specific line of code, and this alw...
Hi, We have a  Foxpro 2.6 DOS inventory application running on Windows XP Home shared by two users on a workgroup setup.  The two users always encountered  "Insufficient memory" message  when ...
I am new Foxpro User. I would like to know how to use VFP8 as an front-end or Client and MySQL or PostgreSQL as an back end. I do not know how to config or set both VFP and MySQL or PostgreSQL...
I need to generate .CDX index for the existing .DBF (FoxPro free DBF table) from a C++ application using VFPOLEDB provider. Hi experts, We are on the path to replace usage of ADO+VFPODB...
Hi, I have a directory with data, wich I assume is an old FoxPro data folder. I have no .DBF of CDF files, only .idx, .fpt, .cdx and .dat files These files don't show up in the ODBC admi...
Hello Experts. Is there a ODBC driver for FoxPro 2.x. with memo? In other words, for database tables which have 0xF5 at the beginning of their file and may have memo. By ODBC I mean the d...
Hi, I've got a small VFP interface used to run/export Crystal reports to a PDF format, and I need a function to open a PDF (or any file) and then upload it to SQL within Visual Foxpro. I'm ...
Hi I am trying to send a message through Outlook 2007 using VFP9 SP2. I am also using Windows Vista. The code is below and sends the email no problem. However, there is a problem with th...
I am using a procedure with an SQL statement to populate a grid.  The SQL statement looks to various Combo Boxes to establish what info should be on the grid.  The table(s) that I am retrievin...
I am developing on software at foxpro2.6dos . I want list my records with some query. I have use browse command. My question is 1. the cursor not go browsing wind with out useing nowait...
I am getting the ole error code 0x80020006 (unknown name) when I try to set the controlsource on an oleboundcontrol in vfp-9. I have tried setting the controlsource as the first line in the...
At my company we run a particular VFP app on 3 different regional servers, and off and on, this error #111 - "Cannot Update Cursor" -  occurs on 1 of those particular servers. It has been happ...
I need to do an SQL:SELECT extraction of data from a table based on three variables, disburt, client_id and level_no.  A record may have disburst, client_id and level_no values in several time...
I have a Grid displaying desired data.  When a record is clicked, the row shows as selected.  When a button is clicked, some code is executed and the data the grid is referenced on may now be ...