Top "Visual-foxpro" questions

Questions tagged with Visual Foxpro should be specifically about the Windows based versions of Foxpro, from 3.0 through the final 9.0 version.

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, …

foxpro visual-foxpro
Access Visual FoxPro database from Java

I've been trying to access a Visual Fox Pro database from Java for a week now. I'm getting desperate because …

java jdbc dbf visual-foxpro
SSIS Package Not Running as 32bit in SQL Server 2012

I have a package that I developed in VS2012 (using the SQL Data Tools component) which collects data from a …

ssis sql-server-2012 oledbconnection visual-foxpro ssis-2012
SQL query to select a column with expression of non-aggregate value and aggregate function

Tables used: 1) v(date d, name c(25), desc c(50), debit n(7), credit n(7)) name in 'v' refers name in vn …

sql foxpro visual-foxpro
how to get the full user name?

I have the following code in VBS that works perfectly. it queries AD to get the user full name : Set …

vbscript username foxpro visual-foxpro
Download file (HTTP) with FoxPro

Today I was asked for help with a FoxPro issue, about how to download a file via HTTP. I found …

foxpro visual-foxpro
Is it possible to disassemble Visual FoxPro 9.0 exe file?

I have a legacy FoxPro exe application. Source codes are not available (it was written in outsourcing and source codes …

visual-foxpro foxpro disassembly
How do I set a source control plug in default for Visual Studio 2008?

We recently installed Team Foundation Server 2008 and we are using it for both Visual Studio 2008 code and Visual FoxPro 9 code …

visual-studio-2008 version-control tfs visual-foxpro foxpro
Substitute for Visual FoxPro

I would like to know if there's a substitute for Visual FoxPro. The last version is 9.0. With the language FoxPro 3.0 …

database visual-foxpro procedural-programming
VB.NET - Visual Foxpro OLE DB Problem with Numeric Decimal Column

In Short: I'm using VB.NET 2008 to connect to a Visual Foxpro 6 Database using the vfpoledb.1 driver. When I attempt …

vb.net oledb foxpro visual-foxpro