Hi, I have not worked with Foxpro for a while and I am having problems. I am using Foxpro 6.0 and need a simple soluion.
Open 3 free tables:
janfebtotal.dbf
chkregister.dbf
checkdiff.dbf
...
I'm a new one with DBF files,(FoxPro file extension?).
Every DBF file has a IDX file (index file)?, I don't know the structure of these file, please give some good link to know more about the...
I've checked the EE database on this, none of the solutoins has fixed the problem. I've tried:
1) Using the Setup wizard to build an install set of disks (WEBSETUP)
2) Copying all VFP*.DLL ...
I use FoxPro version 8 and run it on a Windows XP Professional 64 bit operating system.
When I run a certain application requiring it to interact with DOS (pif) I get following message.
"The...
From where can i download foxpro distribution kit for free?
Pl. give me a free download link of Foxpro 2.6
Regards,
Rupali.
1. I would like to know the advantanges and disadvanteges in Visual foxpro compare to other DBMS
I am trying to connect to a Visual FoxPro table on my web page using ASP, but I keep getting the error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC ...
I am attempting to capture images via a Foxpro form and save those images to a Foxpro field. I have a blob field defined in my table. Once I have those images captured I want to be able to d...
I'm trying to update a date field in our foxpro 2.6 table through VFP ODBC version 6 with C# using the following code, but it's not working. It doesn't give any errors, but it just makes the d...
I have an empmst.dbf file which contains data of my employee. this is a foxpro file. i need to export the file to my MS SQL 2005 server...how do i go about?
Hi, new to a large network and one user uses an 8 year old version of ABRA wit FoxPro.
All of a sudden getting a error message. A runtime error has occured. LOGON line 51. API Library is no...
I have some simple batch scripts that I need to call from Visual FoxPro 7. The scripts run on the server when executed by explorer just fine. I have them called from FoxPro with a macro usin...
It seems that VFP (6.0) does not like SUBQUERIES in the FROM clause, Is there any other way to get this sort of behaviour into my queries, or am i missing some subtle syntax quirk.
here is...
I know how to compile a foxpro program to a .exe that runs fine from my computer that I created it on. I cannot however get it to open from any other computer, I get 'Cannot locate the microso...
Everything works just fine, except that changing the DATE() part to an actual date value, or even an integer (using a calculation), does not work. What must I put into a date field for a FoxPr...
Hi experts,
I would like to convert XML into .dbf table (visual foxpro format). Here is XML (quite long) :
<?xml version="1.0" encoding="UTF-8" ?>
- <IPDRDoc xmlns="http://www.ipdr.org/n...
How to change the hard disk volume serial number?
It's a trifle protection implemented by a few applications. Wanna get them running!
I'm having to install VFP and am getting stuck on the Windows Component Update step. I used to know a way to bypass this, can anyone help me remember?
TIA.
Hi
I have an XML file that requires to be imported into a VFP cursor.
I am using xmltocursor('c:\temp\DGMMETER_20_20090709.xml', 'curMeter',512) as the command and an error occurs whic...
How do I export the contents of a memo file into excel. If i copy the contents to another database field i get the contents truncated to 255 (ie field length).
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/index.html?RequestAuthenticationArticle.html
I need a procedure that will successfully accomplish steps 7 and 8 from the page...
Hi,
I am not familiar with SQL and wondered how to store value from a table field to a variable using SQL command. In VFP, i can do this:
select 0
use cust order custno
seek m.cust...
I added a checkbox to a VFP 8 grid in column. It shows on all the rows, clicks and saves the result in my logical field. That works fine. Problem is that I want to use the click method of th...
Hi --
I'm hoping to find a way, using vfp5.0, to open and display a .bmp image in a form; to edit the image (i.e., cut/crop/resize), then save the image to a file for printing on a report. ...