Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Time Tested FoxPro Solutions: 101 - 125 of 959
 
I have a problem with a routine which outputs some data into an Excel workbook. At some point within the routine, it (usually) crashes VFP with the Windows message "Visual FoxPro has stoppe...
The title says all. I'm not able to find any way to do such thing. I've found many examples of how to do it un VB6 and VB.NET but not in Visual FoxPro 8. I'm already working with the AS400 fi...
i need a foxpro decompiler(for .app files) i need a full and free version plz help me out Deadly waiting......
Hello, I have a question about securing executables from decompilation. Refox was able to crack a protected exe by Refox. It was not able to crack the ones by Armadillo. In Armadillo yo...
As most of you have known, Microsoft decided to stop building on Visual FoxPro beyond 9.0. As you can read from the fox users who have signed and still signing the petitions, it's hard to move...
I want to create index for DBF file using ODBC. When I put command  create index myindex on mytable (myfield) I receive message "Operation for this object is not supported" I use Powe...
I have one DBF table names Sales and got one field called Serialno . I need to delete away all the records from the above mentioned table & manged open the table using visual foxpro but do ...
Hi, Is VFP 6 compatible with Vista?  If you have an answer for this, could you please indicate your source? (i.e. ms, personal usage, etc.) Thanks!
Is there an SQL string concatenation operator (or function) in Foxpro? E.g. SELECT x + y FROM mytable; Thank you ...Jelle
I want to connect to mysql server using libmysql.dll(comes with mysql) if some of u knows how to do it, please help!
Hi VFP experts, I received a dll with a conversion function, that I need to call from Visual Foxpro 9.  This dll has been created using .NET I cannot register this dll using regsvr32, an...
Help me!      What can i do if i want to send message from my application that developed by Visual Foxpro 9 into mobile phone SMS Thank you in advance Somchai_Edp
We have a custom develped program that was written in FoxPro 6.  Unfortunately the developer has since quit and took all his stuff with him.  Therefore I do not have FoxPro nor do I have the s...
I am trying to figure out what may cause this error. We are programming with Visual FoxPro 6.0, and have certain processes that give the 'Not Enough Memory for File Map' error. Processes...
I've  created a cursor from a sql select statement.   rc=sqlexec(nHandleTMD, "select * from DEDUP where SESSION_ID = '" + sSession_ID + "' ORDER BY MAILING_DPBC, MAILING_ADDR_LINE1 into sql...
I have a .NET application accessing data from a OLEDB connection to VFP free tables. It seems to be very very slow.  Is there anything I can do to speed it up?
Hello! There is the requirement to interchange data in DBF format containing localized strings (Korean, Chinise...). Are there ways of storing UTF-8 inside DBF? For example, inside Varchar ...
i need to create field name Aged Days Inventory i need to use current date and subtract received date when i do that it give me a funky number example: what i need 1. current date = 05/...
I Have a Table "Customers" with following fields: cusnames C(200), cusaddress C(200),cuspymt Y,cusph C(14) I want to export it to Excel and Format the headers, I mean: cusnames  AS 'Names' ...
I have a working VB .NET example program that uses the Northwind Access Database and copys rows from the 'Order Details' table to be written to a PDA. The connection string for the Access data...
Hello Experts, I need to add records to FoxPro tables from outside of Foxpro itself. I need to be able to take Access/SQL data and append it to FOXPRO tables. The FOXPRO ODBC driver...
Iam new in foxpro and i am using to a cursor to get the record from the table and then usng one grid and few textboxs to displat the records in them. All the them are bound types Iam also...
I have a T-SQL query which I need translated to ANSI SQL/SQL92 compatible format (I will issue the query using an ODBC 2.0 connection to a FoxPro database). The Query is: SELECT * FROM Cus...
Good afternoon, First time posting, so hopefully I did this correctly.... Using Cursor Adapter via ADO to communicate with MS SQL. Everything seems to work well as long as there is low v...
Have a working connection from VFP9 to a MySQL db using ODBC with which I can Select and Insert records. Currently though I have a need to first verify if a particular record exists then, i...