Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top FoxPro Solutions: 1 - 25 of 119
 
I have a tabel which contains one memo field of up to about 400 characters so cannot simply copy contents to a character field.  How do I get the table to an excel file (including the memo fie...
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 have been working over the last several days on two separate projects. Both involve alllowing a long string of text to be entered into a textarea (one via a WYSIG editor that helps the user ...
Greetings; We have written code to generate Dynamic forms at runtime in VFP. How can we save the dynamically generated VFP form at runtime? This is to improve the performance of the applicat...
I'm filling a combo box with names and PKs via SQL SELECT.  When the user selects a specific name, the Add button becomes active so the user can add a record for that user. All of the other fi...
I need to be able to remove carrage returns from a memo field.  I have over 600,000 records so the manual method is not an option.  When I copy the contents of a memo field to a character fiel...
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...
I'm creating a query that should pull information for only next week.  I'd like to create a date range of next Monday through Friday, without using week(date()) or year(date()).  I need to gen...
Hi, I am trying to develop a small module for a eating house.  It involves having a screen displaying all table status such as available, occupied etc on 3 to 4 PCs.  I intend to create severa...
I have a command button which takes information from two combo boxes and inserts the data into a 2 column listbox: LOCAL cMasterField as Character, cRefrenceField as Character With Thisfor...
Thanks to all your help I am now at this point, I want to be able to have my rows change a color when the insert blank happens in a row. What would be the logic in that
How do I get data from a browser page of XML into a table?  I opened the page with an instance of the Internet Explorer object.  This is code I inherited so I don;t know much about it - yet . ...
When I add enough items to a listbox so that the scroll bar is activated I would like the listbox to automatically scroll down so the last item added can be seen. I took a look at the solution...
We have a foxpro database hosted on a windows server on the network and want to be able to access the database via ODBC or some method from another Linux box.  The Linux box is running Matlab ...
Dear Experts, I want to design a form that user can go to a web page and save it automatically using a special name. My form will only have two text box and one button. One text box let use...
Currently the code emulates that of wwpdf created by Rick Strahl.  The problem we're having is that the program works like it is supposed to when using VFP 5 printing to Adobe 5.  But we need ...
I have created an out of process (exe) COM server and registered it (test.exe /regserver) on a remote computer. I am now trying to talk to that server from my development machine. I have found...
I have a table with one record per person.  I have another table with multiple records per person.  I need to index the second table so the multiple records stay in the right order (most recen...
I have some old DBF (Foxpro) files that I need to convert to Access. Does anyone know of any freebie conversion utilities or a way to convert these?
I have a foxpro table with the following fields (pri,age,famname,filedate,dept) and the table has 700 records.  I want to do the following each time the famname changes in the table I want to ...
I am using a SQL UPDATE command to populate some fields in my table. Is it possible to use the Microsoft Progress Bar OLE Control to track the progress?
Fox2.6 We are transferring a fox system into sql database and having some issues. Nearly 200 dbf files reside in the folder d:\pbapps\storesof We need some utiltiy line which could do...
Hi there If got an odd problem,... I'm doing an Export from a FoxPro Cursor VFP8.0 to XLS. First the Export does a COPY TO .... XL5 with about 30'000 reocords which works fine, then I op...
Need to creat Record Style no spaces or Formatted Text space delimitted file for export has specific number of characters in each field and starting position of next field has to be exact.   W...
I believe VFP 9 limits the length of expressions in field properties on the .frx (Report Designer) screen to 255 characters or less. Mine is a little longer than that. I need to know how to sh...