Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Time Tested FoxPro Solutions: 126 - 150 of 967
 
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...
I have a MacIntosh FoxPro 2.5 database that I designed and have been using at my company. Would like to upgrade to Visual FoxPro 3.0 for MacIntosh but can't find it for sale anywhere. Also Mic...
Dear all How to export the VFP report to PDF version without a PDF writer? or i want to write VFP programming to export VFP report to PDF Thank you newbaby
Greetings.  How can I send an e-mail with an attachment via code?  I have a SQL statement [QPR] that prints a report and outputs an ascii rtf version of that report to the C:\ drive.  I need c...
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 ...
built app to catalog my books works great when I open the app it displays the Menu Form and then opens the foxpro command window on top of it.I have to xout the command window What can  I p...
I remember finding a list of, I think it was twenty, questions that were designed to gauge a person's knowledge of foxpro. The only thing is I can't remember where. Can anybody help? Alternat...
I am running cane garden bay software on my computer. i am able to use all functions of foxpro, but when it comes to backing up data, i get the invalid seek offset error. i called the tech for...
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...
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/...
Hi, I'm using in asp code:                Dim osoap                Set osoap = Server.CreateObject("MSSOAP.SoapClient30")                osoap.ClientProperty("ServerHTTPRequest") = True                osoap.mssoapinit("http://localhost:...
I have a FoxPro application written and used only in-house.  It is not digitally signed.  When we upgrade to IE 7, we start getting a warning about this application that it is from "Unknown Pu...
Hello, I am building a VFP 9.0 Report that I want to run on Windows XP and to Print on a Dot Matrix Printer using custom sized label stock. The report is a simple 4 line report that is d...
On a Server 2000 box running SQL 2000 server and a FoxPro app we started to get this error message today when trying to launch the FoxPro app.  "The Dynamic Link Library MSVCR71.dll could not ...
Is it possible to embed a Flash Player in a vfp 8.0 form.  I have some .SWF files that I'd like to put on a CD and play through VFP.  Is it possible to embed a Flash player in VFP 8.0?
I know nothing about foxpro. I am a system engineer and we are installing an app writtin in foxpro 6 that will be used in a Terminal Server environment. I understand that the CONFIG.FPW file h...
Dear Experts, I was searching on Internet on Encrypt DBF files and I found the following article: http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B115476 My question: ...
Hi expert,  I have a form with several command buttons.  I intend to set up a function key (eg F10 , F9, F12 etc )  to activate the command instead of cliking the button. I am not sure whether...
Hello I have managed to access the information in foxpro 6 tables from Delphi using odbc. Ive created a Datamodule and inserted a Database object connected to the user dsn which I had previou...
Is there any way to programatically auto expand a combo box in Visual Foxpro? In another words, show the list portion of the combo box when certain even occurs like the combo control gets foc...
Hello, This might be a very basic question but foxpro is a bit alien to me at the moment. It breaks down like this. 1. VFP database located on one networked PC. 2. Other clients can connect...
Error Message: Table "WIPTran" has become corrupted. The table will need to be repaired before using again. (Error 2091) Help Information: Either the table record count does not match the...
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...
I use VF 7.0 I Write a DLL by delphi to return a String . In Visual FoxPro : DECLARE STRING  GetIDHardDisk IN duoc.dll but i get error when run ? GetIDHardDisk() IF i return ...
How can I, after I run my select do the excel auotmation to amke a graph. To copy the graph and paste it into an Email. my current code below