Tagged Questions
Visual FoxPro is a database and IDE from Microsoft.
7
votes
3answers
2k views
ARM Cortex-A8: Whats the difference between VFP and NEON
In ARM Cortex-A8 processor, I understand what NEON is, it is an SIMD co-processor.
But is VFP(Vector Floating Point) unit, which is also a co-processor, works as a SIMD processor? If so which one is ...
7
votes
4answers
4k views
What's the easiest way to read a FoxPro DBF file from Python?
I've got a bunch of FoxPro (VFP9) DBF files on my Ubuntu system, is there a library to open these in Python? I only need to read them, and would preferably have access to the memo fields too.
...
5
votes
3answers
1k views
How to automate a build for a Visual FoxPro project?
I'm interested in figuring out how to automate a build from Visual FoxPro similar to how we can build .NET projects from the command line using MSBuild.
It seems that it is possible to pass command ...
5
votes
5answers
3k views
Migrating From Visual FoxPro
I work for a company that had a large number of applications based on Visual FoxPro.
The company is now looking for a migration strategy away from VFP to another language for its desktop ...
5
votes
3answers
3k views
VFP .NET OLEdb provider does not work in Win 64-Bits. Help
I wrote a windows service using VB that read some legacy data from Visual Foxpro Databases to be inserted in SQL 2005. The problem is this use to run fine in Windows server 2003 32-Bits, but the ...
4
votes
1answer
138 views
How to release inprocess COM Server object from Excel VBA
How do you force Excel (2007) VBA to release references to a COM server object?
I have written an inprocess (Single instance DLL) COM Server in Visual Foxpro 9 SP2 which is instantiated from Excel ...
4
votes
2answers
219 views
How do I manually generate text files for entire project to diff in Visual FoxPro (e.g. .sca, .vca, etc.)
The challenge is that I'm checking my FoxPro code into source control (using Mercurial, but that's not the focus of this question) and would like a quick way to get the FoxPro SCCTEXT output alongside ...
4
votes
1answer
78 views
How to approach whitelisting an app/exe
We have an application that auto-installs upgrades of itself on our customers' (Windows OS/PCs) computers. It is lightweight (650K) and does a very specific task for our customers in helping us ...
4
votes
1answer
644 views
iPhone ARMv6 VFP asm latency, throughput and hazards
in this document:
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301g/DDI0301G_arm1176jzfs_r0p7_trm.pdf
on page 21-25 (pdf page 875) the througput and latency timings are given for the assembly ...
4
votes
1answer
1k 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 ...
4
votes
1answer
492 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 ...
3
votes
1answer
137 views
Error returning objects to VBA from Visual Foxpro COM server
I am getting the following message when trying to return a new object to VBA from my Visual Foxpro COM server.
"Run-time error '-2147417851 (80010105)':
Method 'ReturnObject' of object 'Itestclass' ...
3
votes
2answers
152 views
Should I use WCF for a simple textual wire protocol?
I need to write a program that will communicate with other .NET programs ... but also a legacy VFP program over TCP. I need to choose a fairly simple TCP message format that the VFP programmer can ...
3
votes
2answers
234 views
How to cast System.Object[*] to System.Object[]
When I Tried to return a Array in VFP9 languaje COM/DLL to my .net c# project
I received a System.Object[*] array and I can not cast to System.Object[] (Without asterisk).
3
votes
2answers
1k views
Can I extract a file from a foxpro general field?
I'm porting a VFP 9 application to SQL Server. The VFP app has some tables with "general" fields in them. I get a byte array when query the field, and when I save it to disk, I can look inside and see ...
2
votes
2answers
121 views
Help with a really strange COM+ callstack
We have a legacy COM+ dll that is called by an old ASP application. It is periodically crashing, and the call stack is very strange looking
It appears that a call to DllUnregisterServer and to ...
2
votes
1answer
223 views
'Not enough memory for file map' when attempting update to linked server using VFP ODBC driver
I have a linked server in SQL Server 2008 that's using the MDASQL provider to access a Visual Fox Pro ODBC DSN.
I'm receiving the below errors when attempting to perform simple queries:
OLE DB ...
2
votes
1answer
179 views
Add a last-updated timestamp to a FoxPro table
I'm synchronizing data between FoxPro and a remote SQL Server. Everything is working great, but on the FoxPro side, it would be much faster if I could detect records that don't need to be considered ...
2
votes
2answers
108 views
Visual Fox Pro 6.0 Query of Logical DataType not working!
My current system has a query to generate a tax report. The problem is that sometimes orders go into our system that never get submitted but are still counted in the tax report. The flag that sets an ...
2
votes
1answer
1k views
ARM Cortex-A8: How to make use of both NEON and vfpv3
I'm using Cortex-A8 processor and I'm not understanding how to use the -mfpu flag.
On the Cortex-A8 there are both vfpv3 and neon co-processors. Previously I was not knowing how to use neon so I was ...
2
votes
3answers
575 views
Foxpro: Check whether table exists via vfpoledb
I access data in .dbf files via System.Data.OleDb (vfpoledb.dll). How can I find out whether table exists via SQL command? Something similar to the following on SQL server:
IF (EXISTS (SELECT * FROM ...
2
votes
5answers
971 views
How easy is it to convert an application from Visual Foxpro 6 to Visual Foxpro 9?
Are there any problems converting a Visual Foxpro 6 application to Visual Foxpro 9; or is this straight forward?
Any gotchas that I should watch out for during the process?
2
votes
2answers
262 views
“Parameter is incorrect” error when invoking .NET assembly via COM component
I have a .NET assembly that lives in the GAC. It is registered correctly so that it can be invoked by COM components. This .NET assembly contains a method and an overload to the method:
public void ...
2
votes
1answer
279 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 ...
2
votes
1answer
341 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 ...
2
votes
2answers
1k views
Sql Server x64 and x86 Linked Server
I have a Visual FoxPro table that I need to access from Sql Server. In Sql Server x86, I would just create a linked server. Unfortunately, there is no x64 driver for VFP - so Sql Server x64 can't ...
2
votes
2answers
2k views
Open FoxPro Table in VB.net 2005
I need to open foxpro free tables in vb.net using the oledb connection.
But... i only need to get the column names. I don't really need to 'select' anything.
I am trying to dynamically browse through ...
2
votes
3answers
2k 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? Has anyone had any ...
1
vote
1answer
24 views
Save queries in VFP
How to save queries on disk.I use the TO clause(example:SELECT * FROM vendors TO w.qpr).Everything works,but when I run the query with DO i receive the following error:
...
1
vote
2answers
169 views
One-way database sync to MySQL
I have an VFP based application with a directory full of DBFs. I use ODBC in .NET to connect and perform transactions on this database. I want to mirror this data to mySQL running on my webhost.
...
1
vote
2answers
46 views
Trying to get a result based on grouping in SQL
I'm possibily overcomplicating this, but essentially I have a table that contains:
a receipt number
a bill value
an integer that reflects the type of bill (1, 2 or 3).
There's a line for each ...
1
vote
6answers
190 views
Do you know any good books, websites or tutorials for beginners in Visual Foxpro?
Do you know any good books, websites or tutorials for beginners in Visual Foxpro?
I haven't programmed in a while. I'm basically hacking into an old system made for our business and trying to upgrade ...
1
vote
3answers
507 views
visual foxpro grid problem
How can I get the value of a selected item from a grid and put this into a textbox?
Thanks!
1
vote
1answer
380 views
Send rest requests to amazon web services with visual foxpro (posible signature error)
I'm trying to send instructions in order to create a new SimpleDB domain using VFP9.
The .fll library come thanks to sweet potato software, and the hour difference was solved using an additional ...
1
vote
1answer
418 views
ADO OleDB Visual Foxpro
Specific question:
Does VARCHARMAPPING=True work on Ado OleDB connections for Visual FoxPro? and if so how should the connectionstring look like?
We're developing a Delphi application that uses parts ...
1
vote
2answers
166 views
“wait window nowait” in .NET
Is there something similar to "wait window nowait" in Windows Forms (.NET VS2008) ?
This is a commonly used sentence in Visual FoxPro for debugging purposes and "quick and dirty" thermometers.
1
vote
1answer
551 views
VFP Unit Matrix Multiply problem on the iPhone
I'm trying to write a Matrix3x3 multiply using the Vector Floating Point on the iPhone, however i'm encountering some problems. This is my first attempt at writing any ARM assembly, so it could be a ...
1
vote
2answers
114 views
InvalidCastException Object[*] to Object[]
I have a COM object written in Visual Fox Pro 9.0. It has the following procedure:
PROCEDURE GetArray(m.vcArrayName as String) as array
RETURN @&vcArrayName
The COM object is referenced in ...
1
vote
1answer
103 views
Does VBA have an equivalent of “Text To” from Visual FoxPro
Visual FoxPro supports syntax such as the following:
Text To VariableName TEXTMERGE noshow
select * from.....
EndText
This assigns the value of all text between "Text To" and "EndText" to the ...
1
vote
3answers
243 views
VFPODBC very slow
I'm using an MS Access 2003 front end to access the data on a network drive owned by a Visual Foxpro 9 application via odbc, and it seems to be unbelievably slow - there's about 1400 records in one ...
1
vote
1answer
462 views
Sybase Advantage Database server and 64 bit VFP OLE providers
Does anyone know if the sybase ads vfp provider works in 64 bit?
Currently we have to build our .NET applications targeting x86 to be able to use the vfpoledb provider that only runs in 32 bit. Any ...
1
vote
1answer
394 views
Assembly: convert floatingpointvalue to signed byte
I currently try to write a program for the VFP unit of the iPhone using ARM assembly code.
The VFP can do floatingpoint calculations, but AFAIK no integer arithmetic. However, it can convert a float ...
1
vote
3answers
820 views
Visual FoxPro and VS2008 do not show all DBF records. A separate build does
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 ...
1
vote
2answers
2k 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 ...
1
vote
3answers
939 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
8answers
2k 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 ...
1
vote
3answers
341 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 ...
1
vote
5answers
596 views
Custom development with “out of the box” Sharepoint
I'm currently working on moving a legacy Visual FoxPro app to the web. Our plans included purchasing an application framework such as Strataframe or MM .NET, both VFP friendly, and also some ...
1
vote
2answers
207 views
Is a VFP uniqueidentifier the same as a Guid?
I'm converting a foxpro database to SQL Server and some of the keys are VFP-generated unique identifiers - GUIDs I assume. Are these valid uniqueidentifiers?
Can I just use the bytes and convert ...
1
vote
1answer
292 views
Automatically floating all fields in a VFP report?
I want to set all the fields and labels on a VFP7 report to "Float" and "Stretch with overflow". I tried USEing the .frx file and doing the following REPLACE but it didn't work. Is there some other ...