Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top FoxPro Solutions: 1 - 25 of 129
 
hi, i have a cash drawer connect to a Epson TM U220 printer using RJ-11. The printer is connected to the PC using parallel port.  I want to have control over when the drawer can be opened.  I ...
A user recently brought to my attention that the Ctrl-C and Ctrl-V keys are not working on the form he is using. The menu item is available on the Edit menu, and shows the Ctrl-C/Ctrl-V shortc...
when I try to use this code in a app that I am trying to distribute oWS = CREATEOBJECT ("MSWinsock.Winsock") m.from_ip= oWS.LocalIP RELEASE oWS I get a error Class is Not Licensed for use ...
Hello.  My organisation runs numerous legacy Foxpro 2.6a applications.  Recently we upgraded to Windows XP from Windows NT (skipping Windows 2000) on our clients and Windows 2003 for our serve...
I try to send a keystroke to a VFP application. This should be intercepted by the menu. Example from a C#application : WMdll.SetForegroundWindow(vfpappl._screen); System.Threading.Threa...
Hello Experts: I support (with very limited VFP experience) a VFP application that writes log information to VFP tables (records things such as login id, last login date/time, changed records...
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 ...
Hi, I've got a foxpro table that I access trough ODBC. In a foxpro table, you can mark records for deletion. You can recall them until you don't "pack" a table. After a pack, records are g...
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 trying to replace fields in a foxpro table with a program.  I am new to foxpro and am having trouble.   I have a set list of criteria that I want to update the table, the noun has to be ...
Using Windows XP Pro, Server 2003 and a Domain. I have made a share to store my data and have created a special user that is the only one who has access to the share.  I have put the attached...
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 am looking for a collection of sample FoxPro database files. I need to check how a non-native software tool processes them. Do you know where I could find such a collection? I am interested ...
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 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'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 am creating a form that during the init event checks for parameter and based on that information is to continue of simply close. The code works - however the form will NOT close without int...
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 data from two tables. Table A is from our system that contains names and addresses. Table B contains names and address from our client without a unique id to link the two tables. I need...
I have been able to move a file from a local directory to a FTP site using the FtpPutFile().  However,  when I try to retrieve a file from a FTP site using FtpGetFile(), I get an error:  Too m...
I have a old form that I recently added a dropdown combo box to.  Everything seems to work fine with the pre-added values list but when you try to enter a value in that not list it dissappears...
A maintenance program periodically deletes (sub) directories that were used for word documents. The problem is that after we have issued commands to delete the contents of the directory, the R...
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...
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...
Using Visual OLE FoxPro driver 9.1 can I rebuild the index assocated with tables?   I do not have the FoxPro development environment but I do have C#/C++.   I can pack the table using OleD...