0
votes
1answer
16 views
How would I include a (VFP) merge module in an ASP.NET Web Deployment Project?
I have an ASP.NET application that is installed using a Web Deployment Project. I'd like to add the Visual FoxPro merge module to the installer. Does anyone have examples of how to do this - or how to …
1
vote
3answers
89 views
Visual FoxPro and VS2008 do not show all DBF records. A separate build does.
Hi,
I am working on a project in Visual Studio 2008 (in vb.net). The app needs to import data from a Visual FoxPro database (dbc file). Do not ask why FoxPro. It needs to be vfp and the database is …
2
votes
1answer
82 views
Floating-point for ARM in Visual C++
I'm using Visual C++ 2005 for building applications for ARM, Qualcomm Snapdragon chip. I know it supports VFPv3. Where can I get SDK or something like to use floating-point arithmetics hardware? Best …
1
vote
2answers
96 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 to create another …
0
votes
3answers
207 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 quick way to get …
1
vote
6answers
233 views
Visual FoxPro - File Access is Denied
Our ERP system is a hybrid. The actual data is SQL, but the tables which contain user information, profiles, rights, security, etc is in Visual FoxPro.
I need to get exclusive access to the VFP …
0
votes
0answers
131 views
Word Mail merge crashing with many records
I have a VFP form where the user can print the invoices for a batch of client. Each invoice can be preceded by a cover letter written in Word by the user. The printout is done on a multiple bins …
0
votes
2answers
68 views
SVN and Visual Foxpro Databases
Has anyone tried including Visual Foxpro Databases (ver 7) in SVN? What were the advantages/disadvantages of including it in? What is the best approach to handle VFP Db in SCM when there are rows …
2
votes
1answer
86 views
Calling a FoxPro Report from .Net
Has anyone out there got experience of calling a Visual FoxPro report from a .net application? They want to both see the report and print it.
I have to migrate a FoxPro application to .Net and the …
3
votes
1answer
325 views
float to integer conversion using iPhones SIMD float unit
I am currently trying to optimize some DSP related code with Shark and found that I am wasting a lot of time in a float to integer conversion:
SInt16 nextInt = nextFloat * 32768.0f + 0.5f;
As the …
0
votes
2answers
202 views
VFP insert, index updating
So the main program is in C#. Inserting new records into a VFP database table. It was taking too long to generate the next ID for the record via
select max(id)+1 from table
, so I put that code …
0
votes
3answers
194 views
Visual Foxpro modify general field
Firstly, I am not a VFP programmer, so what I'm doing wrong is probably something simple.
I'm trying to extract some documents out of general fields in a VFP 9 database. I have a way of doing this by …
4
votes
1answer
100 views
ARM processors implementing ARMv5TE and VFPv1?
Do there exist any ARM processors that implement the architecture version ARMv5TE (or ARMv5TEJ) yet also implement VFPv1 (as opposed to VFPv2)?
I am writing some assembly code for ARMv5TE and I would …
0
votes
2answers
421 views
Synchronisation between SQL Server 2008 Express and VFP tables
I'm looking for advices and suggestions on how to synchronise data between two databases.
The first database is a SQL Server 2008 Express that run on disconnected laptops (no network or internet …
0
votes
2answers
210 views
Force messagebox to foreground
I've got a VBScript that calls a Visual FoxPro Instance and runs a VFP program. Part of this program produces a messagebox. However, if my script is run from the Windows GUI (rather than a Command …
