Top "Foxpro" questions

FoxPro is a programming language and DBMS originally created by Fox Software, and later sold to Microsoft.

How to convert Visual Foxpro database into SQL Server database

One of my clients has a Foxpro database (.DBF file). I need to convert it into a SQL Server 2008 database. …

sql sql-server sql-server-2008 foxpro visual-foxpro
How can I export data from a foxpro database to excel(.xls)?

I want to enter the data in FoxPro but save the data in .xls format.

database visual-foxpro foxpro
Convert Numeric to Character

I'm not very familiar with FoxPro and I'm running into problems trying to modify a report. I have a numeric …

foxpro visual-foxpro
Where can I download Visual Foxpro? MSDN?

We have a legacy application written in Visual FoxPro I just inherited. We are unable to figure out where to …

msdn visual-foxpro foxpro
How to get the data from fpt and dbf (FoxPro) files?

The files .fpt and .dbf (made in Visual FoxPro 8) have the text (readable for humans) which I need to get …

visual-foxpro foxpro
Get list Of Files in a Directory in Foxpro

How can i get list of files in a directory programatically in foxpro?

file directory foxpro
FoxPro functions which determine if a variable is a character string or a numeric string

I'm looking for a Visual FoxPro function which is similar to the PHP function is_numeric(). I have found this, …

string function foxpro visual-foxpro digits
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
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