Netminder, EE's Site Admin, joined October 29, 1999, and has since become a cornerstone of the EE community. Here's to ten great years!

Congratulate Netminder
 

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

 
Top FoxPro Solutions: 1 - 25 of 186
 
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...
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...
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...
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...
Could someone please refer me a Free FoxPro decompiler. I am in need of decompiling a .Fxp file and cannot spend $400 to buy Refox just to decompile one file. Any help or alternate would be...
Is there a way to get a footer to print only at the bottom of the LAST page of a report? I am printing an invoice that I want to print on 8.5 x 11 two perf paper to have a tear off payment ...
In working with all of you here I have discovered that Fox Pro can acomodate-one way or another-anything that one can think of.  It is time tested and very powerful. Why has it fallen into dis...
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!
Is there a way using REPORT FORM... and selecting Adobe PDF printer driver and not having the SAVE-IN dialog box? Also, can I prevent adobe opening to display the newly created file?
I am trying to subtotal a range on an excel spreadsheet using OLE automation.  I have dimmed the array (column numbers) and set each element value xlsum= -4157 dim ArrayName(32) ArrayName[1...
I know about issuing  "ON SHUTDOWN CLEAR EVENTS" before "READ EVENTS" and I know about reissuing "ON SHUTDOWN" in your exit routine etc etc. And I've got a system which works exactly as I expe...
I have it set up and have been using this for a month now on all sorts of prgs. but all of a sudden my SQLExec(x,x,x) will not have any data (in my cursor) it get a connection > 0 so I kno...
I have read that VFP 9 has a problem with the Set Print command.  I am wondering if anyone has found any other solutions. The problem is, if you have more than one printer, and you want to ...
There is an Application hosted on Windows 2003, and the client computer share a shortcut to the exe file on the server. This application was written years ago in FoxPro and is not maintained a...
I have to duplicate a form that has a column of instructions in it. I would like to have it look like a newspaper column; ie. justified at both ends. Any suggestions ?
I have a VFP-9 application on a network of about 10 users that uses a Word Application object to perform a mail merge, update a mail-merge document, print it and save it to a NEW document. The...
I've got a very old inventory system that I believe is foxpro based.  I need to convert this data into excel so that I can import it into a new system.  I have the .inx files that contain the ...
Looking for some automation tool, open source or vendor, that interacts directly with Visual FoxPro applications.  It should have direct visibility into GUI widgets (i.e. properties, data valu...
I've got a container object on one of my forms that I'd like to be able to drag at run time. But I can't see how you do this. I've read the FoxPro help topics, which aren't very clear on...
Any one know for sure the Max number of fields that a table can contain in Fox 9 SP2  .  I believe it is 255.   Cant find it in the dox anywhere.  Microsoft wants to charge me for tek support ...
I'm trying to store notes to a foxpro memo field through a .net application. I keep getting cut off at 254 characters which seems to be a limitation of the ODBC driver because i have no proble...
Hi Expert I am having problem importing Microsoft Excel 97-2003 worksheet. I am running VFP9 SP2. It stops working when try to import using import wizard. If I open it first and save it as E...
I am looking for a way to copy files/tables in use that are not exclusive to another folder on the same computer.  I have heard about SHFileOperation Win32 API but can't find much helpfull inf...
We just moved from VFP7 to VFP9. The following command will run without problem in VFP7 but will generate an error in VFP9: SELECT *, sum(qty) as qty_sum from tab1 GROUP BY parent the erro...
I have a small office network with an SBS2003 server. A foxpro databse resides on a server share. All of the XP SP3 pc's in the office access and run a Foxpro 2.6 database and this database wo...