Questions tagged [foxpro]

FoxPro is a programming language and DBMS originally created by Fox Software, and later sold to Microsoft. It refers specifically to the procedural languages versions, up to 2.6a, released for DOS, and later MS-Windows, Macintosh, and SCO Unix, and not the 3.0 and later releases, called Visual FoxPro, which have object-oriented language features.

FoxPro is a programming language and DBMS released by Fox Software in 1989. It was based on their prior program, FoxBASE, which was a clone of DBase III. Various versions were released for DOS, MS-Windows, Macintosh and SCO Unix. Microsoft purchased Fox Software in 1992, and in 1995 released a new version with object-oriented features, called Visual FoxPro. Many people still refer to the product as "FoxPro."

852 questions
-2
votes
1 answer

Foxpro, convert 8 byte datetime in java Date object

How do I convert a Foxpro 8-byte datetime into a Java Date object? I saw the same question on the site here: How can i interpret "FoxPro" dbf file date time field (eight-byte) in my c++ program? but that answer is in C++, and I don't know how to…
-2
votes
1 answer

Why does this basic select query throw exception in foxpro?

My simplified query is as follows. select CustomerName as custname from customers where custname='Hey' It says Column custname is not found. How can I handle this? In sql it does not throw any exception and accepts custname as a column. (In fact…
serdar
  • 1,564
  • 1
  • 20
  • 30
-3
votes
3 answers

How to connect to Visual FoxPro database using ngrok

We are working on a project where we use ngrok for opening a tunnel to our network to perform operations on the user's machine.As part of this, we have to do open ports of different types of databases. SQL SERVER default port (1433) is opened…
Pancheti
  • 217
  • 1
  • 7
-3
votes
1 answer

SQL Column Not Found

I'm trying to build a SQL query to cross checks a couple of columns. My issue is with the calcontvalue column. The query works fine until I want to include a Where clause containing it AND calcontvalue = job.contvalue. SELECT job.accountno,…
Dean
  • 11
  • 1
  • 1
  • 4
-3
votes
3 answers

Function Get Object in foxpro 2.6

Could someone brief me about full structure format for All function GET object (as example like belows) or any websites could refer on it. @ 3,5 GET vn_tick FUNCTION '*R Screen;Print;Export to PDF' default 1 @ 10,6 GET vn_choice FUNCTION '*TH…
koklimabc
  • 53
  • 2
  • 12
-3
votes
1 answer

Unable to create an .exe from Visual FoxPro

I seem to be unable to create an executable file with Visual FoxPro. I have the following files which I believe can be opened in this discontinued program: X.cdx X.~pv X.DBF X.PSQ X.pv I have been unsuccesfull in creating such a .exe and…
Mark
  • 3
  • 2
-3
votes
1 answer

Select max from another table

I need a bit of help with Databases , at school we have to work on Fox Pro (I know it's old but what can I do) and one of the tasks says the following: "List the longest course from each of the teachers". The tables we have are Courses -> idc…
-3
votes
2 answers

how to convert .DBF file format to .dbf file format?

I want to acccess dBase database. It's not directly have any database name. it's have table name base data file. Normally dBase file format open in msaccess & msexcel. But it have .DBF file extension, so it's not opened in msaccess or msexcel. So i…
user2025117
  • 5
  • 1
  • 1
-3
votes
5 answers

which method is equivalent Rand (int) in Visual Fox Pro to C #

occupy a method made ​​in migrating Visual Fox Pro emigrarlo to C #, the problem I have is how to know if the method in Visual Fox Pro: Rand(intValue) method is equal to dotNet: Random r = new Random (intValue); r.Next return (); assuming that…
ch2o
  • 815
  • 2
  • 12
  • 29
-4
votes
1 answer

Not able to run an aplication on windows server 2008

my problem is that im creating reporting applications in the office, using databases from a ERP, they foxpro(.dbf) databases, so my computer is using windows 7 ultimate with frameworks 4.0, using VS2010 working on Basic, the application itself is…
-4
votes
4 answers

migrate method Rand(int) Visual Fox Pro to C#.net

I'm migrating a Visual Fox Pro code to C #. NET What makes the Visual Fox Pro: generates a string of 5 digits ("48963") based on a text string (captured in a textbox), if you always enter the same text string will get that string always 5 digits (no…
ch2o
  • 815
  • 2
  • 12
  • 29
-5
votes
1 answer

Visual Foxpro 9.0

I have a programming problem in Visual FoxPro, create a form that contains PageFrame with 2 Page. 1. On Page 1, Create a program to display data in the grid and give the sorting facilities, navigation and search. 2. On Page 2, create a program to…
1 2 3
56
57