2
votes
2answers
21 views
Create Visual Fox Pro DBF with activex
Hi,
any one knows if there is a activex dll that can create VFP DBF files?
I mean im writing app with 1C:Enterprise 8.2 language, and i need to export some datas into VFP DBF. And …
0
votes
3answers
41 views
Bringing active program to the front - with a twist
I have a program written in foxpro (~shudder~) that I've inherited.
The issue is, it has some COM controls in it. When you start 2 copies, the second copy will throw errors. So …
0
votes
1answer
24 views
Visual FoxPro Report Problems - Summary Band
I have a a picture file that needs to go in the Summary Band of a report. However, depending on how much data is on a page, the picture will sometimes span two pages. Is there any …
1
vote
2answers
117 views
Import MS Visual Foxpro .dbf tables into MS Access 2007
Does anyone know how to import .dbf file into MS ACcess 2007?
1
vote
2answers
55 views
How do I create a new VFP (OLEDB) table from an existing one using .NET?
We have an application that creates a number of Visual Foxpro (DBF) tables. Each of those tables have a different schema, but they all contain a known date field.
I've been asked …
0
votes
3answers
177 views
VFP to .Net Compiler
Has anyone had experience of or got any knowledge about the VFP to .Net Compiler?
I'm working for a company with an extensive range of VFP9 applications and they are looking for a …
0
votes
7answers
296 views
Foxpro App and removable drives problem
I have a foxpro app, that contains hard coded path for icons and bitmaps. That's how foxpro does it and there is no way around it. And this works fine, except that when a removable …
2
votes
3answers
626 views
What problems do you encounter with VFP apps in a 64 bit environment?
I know that there are issues with the VFP OLEDB provider on 64 bit machines. ... but what issues do you encounter while actually running a VFP application - on a 64 bit machine? Ha …
0
votes
6answers
78 views
Tuning FoxPro data
We tune a SQL server database by index defragmentation, or re-indexing, or dropping and rebuilding an index. Are there any such data tuning techniques for Foxpro ?
Thanks,
Chak.
1
vote
3answers
85 views
Does Re-Fox (FoxPro decompiler) produce useable code?
I was planning on trying out Re-Fox: http://www.refox.net/
They have a demo version - however when testing it it said the recompiler is unsupported in trial mode (which seems stra …
0
votes
2answers
42 views
How to avoid my VisualFoxPro’ EXE File tobe disassembled
Hi, i have try refox and see how eazy my EXE to be disassembled. the refox offer a feature which they guarantee that no one can disassembled. but , is there any other alternative ? …
0
votes
3answers
44 views
FoxPro: How to read data from an exclusive locked DBF table file?
Hello,
I'm looking for a solution to access a DBF file and read the data, which is exclusive locked. The problem is, that I can't shutdown the master service and copy the databas …
2
votes
7answers
328 views
What is the best way today to maintain clipper 5.3 code?
Are there any successor products on DOS, Windows or Linux?
1
vote
3answers
149 views
How to determine if exclusive open will succeed in foxpro?
If I attempt to gain an exclusive table open in FoxPro, it generates a dialog box if access is denied. Since I'm targeting an non-interactive application, is there a way to detec …
2
votes
3answers
297 views
Visual FoxPro Compact Index File Format
I am trying to understand the file format of a Visual FoxPro compact index (*.IDX). I am currently referring to Microsoft's documentation for guidance.
The index is a B-tree of 51 …
