What is the best way to append / insert a record to a table with a autoincremented field? In the documentation from Microsoft append, insert do not increment the autoincremented field and pro...
In Foxpro For Windows , Can We Able To Convert .FXP Files Back To .PRG files?
I am using a procedure with an SQL statement to populate a grid. The SQL statement looks to various Combo Boxes to establish what info should be on the grid. The table(s) that I am retrievin...
I need to do an SQL:SELECT extraction of data from a table based on three variables, disburt, client_id and level_no. A record may have disburst, client_id and level_no values in several time...
I need to decompile a single FoxPro 6.0 program.
Refox is just not worth it for a single program.
Anyone have a decompiler that would be willing to decompile it for me?
Or is there a decom...
I have previously connected to a web service successfully using the following method to connect and initialise the web service and then access one of the methods.
Where I've specified 'url'...
I am getting the ole error code 0x80020006 (unknown name) when I try to set the controlsource on an oleboundcontrol in vfp-9.
I have tried setting the controlsource as the first line in the...
have been using foxpro 2.1 & didn't like the font sizes in win 2000 so tried visual foxpro 6. Any time I try to use an existing database each program goes thru all the records & returns to the...
hi, I encounter "There is not enough memory to complete this operation" when running an application on a Win Vista PC having 2GB of RAM. How to overcome this problem. I am on VFP 8.0 SP2...
hello guys,
I am filling a VFP table into an Excel sheet.
I would like to have borders in it.
I am not being able to find the right code for this.
I tried to save the command as macro b...
Table 1: accountno, contact
Tablel 2: accountno, projname
accountno is key field (unique) for both tables
I want to update the projname field in Table 2 with the data in the contact fiel...
I am not familiar with VFP at all and I need to get a solution in place rather quickly for the backup of it.
What files need to be backed up for a Visual Foxpro database? From the research ...
Is there a way in FoxPro that I can read the system idle time. I have a timer on the main form that is set up for 15 second intervals and I'd like it to check how long the computer has been id...
We have created a recursive program which unzips files and creates folders in place of the zip files before processing any files below the hierarchy. The problem we are having is when a folder...
I am trying to upgrade some programs to VFP 9.0 and hit this snag.
This works great in 7.0 but in 9.0 it gives the error in the title.
I am using a view VM_INVOICEDT to get data from a SQL ...
I need a recommendation for something that I can use to print documents to PDF via vfp. I need something that will work in vFP versions 6,8,9.
Thanks in advance.
I use a select statement to access an address field in a DBF. The address field use memo type.
Would like to know how to convert a database memo field in Foxpro SQL statement into string...
I use Microsoft's RTF (RichText) control on a FoxPro Form. It displays arabic text correctly which is taken from a Word Document programatically. I wish to generate an HTML document (UTF-8 or ...
Hello everyone! I'm currently trying to make a DB query on a FoxPro database, and I ran into an issue. Let's begin with the query, which begins like this:
select
k_PERSON.CGESCHLECH, k_PE...
I've got a very old inventory system that I believe is foxpro based. I need to convert this data into excel so that I can import it into a new system. I have the .inx files that contain the ...
I have it set up and have been using this for a month now on all sorts of prgs.
but all of a sudden my SQLExec(x,x,x) will not have any data (in my cursor)
it get a connection > 0 so I kno...
Hello. My organisation runs numerous legacy Foxpro 2.6a applications. Recently we upgraded to Windows XP from Windows NT (skipping Windows 2000) on our clients and Windows 2003 for our serve...
hello
Are there any software can convert foxpro .DBF to access .mdb?
Or is it foxpro built in has this function or Access built in has this function?
thx everyone to reply
In VFP, what's the difference between a query and a view? They seem identical to me.
What I'm actually having trouble with is calling a UDF (User Defined Function) and am wondering which I...
Greetings,
We use FoxPro 2.6 and we were wondering if there was a wildcard or something that we can use to get to oddly named paths. For example, I have a path:
C:\Client Databases\
...