I have established a working connection using the ODBC 3.15 driver between VFP 9 and a MySQL db, both residing on my machine.
Now that I have the connection what I need are a few specific exa...
Anyone know of any good books for learning foxpro 9 for a beginner?
I am using a liveupdate routine to download liveupdates for my FoxPro Desktop application. I connect to the internet using InternetOpen. In case the user has proxy, I am using InternetConnect....
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 ...
Hi all,
I am trying to modify some Report FRX files to change some fonts and easy stuff, but do I have to chage the FRT files as well? I know how to edit the FRX in FoxPro but not the FRT.....
I have my application in foxpro 2.6 for windows. Data to my DBF is in english, I want to translate 2 or 3 fields (i.e. name & address) to hindi to print few reports. I don't know how to do tha...
Hello Guys,
I need VFP9 runtime.
I do not want to copy files around... I need it as an installer...
Thanks.
In working with all of you here I have discovered that Fox Pro can acomodate-one way or another-anything that one can think of. It is time tested and very powerful. Why has it fallen into dis...
I have a couple of questions on how to do counts within a foxpro table.
First I have a field names V_ctrl. I need to count all v_ctrl numbers in the table that occur more than once.
The...
Experts,
The program codes below has an output of graphing data using "msgraph.chart" to VFP report and the default is graph style is bar chart. How can I change it to other style like pie ...
I just started supporting a multi-user DOS Foxpro 2.6 application that is both mission critical and experiencing some problems with frequent ntvdm crashes (details below).
The application (st...
i am ready to distribue my program in .EXE form. I understand that I need the following files:
the EXE
VFP9R.DLL
VFP9RENU.DLL
I have these files installed however I keep getting an error...
Hello,
In VFP 9.0, I'm trying to readline by line a .TXT , only way I have found is with FOPEN().
But FOPEN() doesn't seem to digest well a 212 megs txt file...
What is the biggest fil...
Hi,
So this question isn't *exactly* foxpro related, but Clipper is in the same family of languages. So the current situation is that our client has lost the source code for an ancient Cli...
I know nothing about foxpro database system, is there anyway and how to convert/export foxpro .chc database files to .txt files?
Thanks
Hello,
I am in need of some help quick.... as always in a rush I offer the full 500 points and a perfect letter grade for the quick solution.
Here goes...
I have/ had a working COM+ obj...
Hi Expert
How can Map a drive using this command with username & password.
Run NET Use N: \\SERVER\Folder
Thanks
I am an Access Developer and need to Link to FoxPro Tables in Access. I am tring to fix a Access '97 with the Linked Tables not working. The files that are linked to the Tables are *.dbf. ...
I have a table with data in one column that should be in another column in the same table. What is the process to copy the data in one field for all records in the table and place that data in...
I'm trying to execute this SELECT clause:
SELECT RECNO('table_a') FROM table_a ta, table_b tb WHERE ta.field1=tb.field2
But the result is a LONG list of 1's. If a just use RECNO without a pa...
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!
I would like to create a linked server, that points to a Visual Fox Pro database. The ultimate goal, is that I need to select items from an existing table.
I have downloaded the VFP OLE ...
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 an *existing* Foxpro table and VFP 9.0. How can I automatically get the CREATE TABLE statement used to recreate this table in case I want to create it again on the fly. I think there is...
Could someone please refer me a Free FoxPro decompiler. I am in need of decompiling a .Fxp file and cannot spend $400 to buy Refox just to decompile one file.
Any help or alternate would be...