2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Time Tested FoxPro Solutions: 201 - 225 of 957
 
I'm trying to display what is potentially quite a long character string using a label. What I'd like to do is to display the string on (if necessary) several lines. I've tried doing thi...
I have used object to import excel sheets into Foxpro, but they were Excel 2003 files. I have a client that has Excel 2007 and a XLSX file. I would rather learn how to import that data without...
I am not familiar with VFP at all and I need to get a solution in place rather quickly for the backup of it. What files need to be backed up for a Visual Foxpro database? From the research ...
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 ?
What is the best way to append / insert a record to a table with a autoincremented field?  In the documentation from Microsoft append, insert do not increment the autoincremented field and pro...
I have previously connected to a web service successfully using the following method to connect and initialise the web service and then access one of the methods. Where I've specified 'url'...
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...
Are there any date add or date substract functions in Foxpro which can help to calculate date of some months before ? (e.g. time now is 30 Apr 2006, and now would like to calculate date of 2 m...
hi every1.. i want to download vfp7r.dll....but every site demanding money to download that file. is ther anysite where from i can download it without money. waitng..
hi,  I encounter "There is not enough memory to complete this operation" when running an application on a Win Vista PC having 2GB of RAM.    How to overcome this problem.   I am on VFP 8.0 SP2...
How to Open a DBF with CDX index in Visual Basic using either ODBC or ADO
Hi there, I discover these *.bak files together with my *.dbf files. I don't know what's the files for and seems like the files are never updated when the *.dbf files and the connected *.cd...
I have a foxpro 2.6 database, when i try and open the database, i get the "not a table/dbf" error message.  Foxpro 2.6 is running on a xp machine (with the patch applied), with no other errors...
Called from - aprogram line 117 {\\server\path\aprogram.prg} Called from etc VFP6 I get this message in a VFP dialog. The line 117 seems to be  "insert into mytable from MEMVAR" A...
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...
Hi all, I often use updatable view as recordsource for tables. Recordsource of table is set to view (alias) and columncount to -1. It means that when I later on drop 1 field or add 1 fie...
Hello, Please how I use the SQL select from cursor instead a table? thanks krzysztof
I don't know anything about FoxPro, I just want to create .idx file from a .dbf file. When I  execute  these lines : USE "......\customer.dbf " EXCLUSIVE INDEX ON cno TO idxCNO.idx COMPACT ...
Hi: From a form in a VFP-6 application I am calling Word-2000 to print a mail-merge letter using data from the form's table. The following errors are generated: #1426 OLE error 0x800706be ...
Hi Expert I always used sele aTable   do while !eof()     ** insert a record into bTable    skip  enddo it works every time. I try to use Select aTable scan     ** insert a recor...
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...
We are using several Citrix Metaframe 1.0 servers.  We have 3 published Foxpro app that runs from a Windows 2000 file server.  The application appeared to run fine for months.  However, once w...
I use Microsoft's RTF (RichText) control on a FoxPro Form. It displays arabic text correctly which is taken from a Word Document programatically. I wish to generate an HTML document (UTF-8 or ...
Our company currently uses FoxPro to run sql type queries on .DBF files.  However, now that we have moved to Mac OS X Leopard, we are unable to install FoxPro on our machines.  Most of the mac...
I try to access a DBF file form T-Sql using the following command, but I get an "Login failed for user 'SYSTEM'. [OLE/DB provider returned message: Invalid connection string attribute]" Error...