I see an older thread with this title - however the links mentioned are no longer active.
I have been using the VFP ODBC drivers and would like to use the OLE stuff - but I don't know where...
Have a working connection from VFP9 to a MySQL db using ODBC with which I can Select and Insert records.
Currently though I have a need to first verify if a particular record exists then, i...
Hello,
I am building a VFP 9.0 Report that I want to run on Windows XP and to Print on a Dot Matrix Printer using custom sized label stock.
The report is a simple 4 line report that is d...
Hi,
I am creating a script that generates queries to instert data into a Visual FoXpro database via PHP. everything has sucsesed till the point of insertion, then i get a QUERY syntax err...
I've checked the EE database on this, none of the solutoins has fixed the problem. I've tried:
1) Using the Setup wizard to build an install set of disks (WEBSETUP)
2) Copying all VFP*.DLL ...
I need help with some suggested syntax that will allow me to loop through all of the controls on a form to send them to a printer.
I think a loop such as the one in the code snippet below m...
I have Lot of DLL that are developped under Visual Foxpro 9.
Theses DLL used in a Web Application developped under ASP.net 2.0
Theses DLL Works perfectly under IIS 6 in 32 Bits
We want to ...
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...
A user recently brought to my attention that the Ctrl-C and Ctrl-V keys are not working on the form he is using. The menu item is available on the Edit menu, and shows the Ctrl-C/Ctrl-V shortc...
I wish to replace any occurences of the string ".MAX" with ".PDF" in a VFP dbf file memo field.
DBF file : Objpro
Field : DessinPDF
Field values format: "P:\DATA\DESKTOP\_STERIS\000\000-013...
I am having an issue when updating a VFP free table with a VFP program. I guess I don't understand how the record locking process works. I have an 'Issues' table that contains issues assigne...
I'm trying to access a *.dbf (foxpro) db from an ASP app, and it works just fine as long as it exists on the same machine as the web files exist (running in IIS 6.0). However, whenever I try t...
WHEN I RUN FOXPRO.EXE (old DOS version) I GET A MESSAGE EXE AND OVL FILE DO NOT MATCH. HOW TO OVERCOME THIS PROPLEM AND RUN THE EXE FILE. I AM USING WINDOWS XP OS.
Dear experts,
I have a FoxPro memo field as shown below. Apparently these are records with the fields employee-id, date, start-time, end-time and employee-name. What is good practice to wor...
GHelp me
I use visual foxpro 9 on windox xp, what can i do if i want to change back color of each tab of page frame. i never see the property about these.
thank you in advance
somchai...
I have a grid in Foxpro that displays in one of the columns the location and name of a file. This information is stored in a table. What I want to do is open the file when I double click on ...
I have been noticing some discrepancies in time in the Visual Foxpro 9.0 software I've been working with, and I finally figured out that it was caused by the SECONDS() function returning incor...
I'm new to a Foxpro shop and was told this problem has been occuring for years - ever since custom tables have been created in the company's Foxpro database. A dbf data/schema is fine one day...
Hi guys
I want to find a record using multiple conditions (criteria) in MS Visual FoxPro 5 program. How do I proceed?
For example, from a table called LOAN I want to find a member whose ...
I have an old Foxpro 2 DOS application that a client of mine has been using for the last 20 years. Their old Win 98 machine finally died and I would like to get them onto a more reliable plat...
I want to have a form with a combo box that is when used links to my location table so I only can select that location when doing a add when creating a new record in my form's main table.
Guys.
Does anyone have a quick way to detect if our program is on terminal server or Citrix? The program needs significant changes in the table setup, so we need to know the program is run...
I've inherited an application written in visual fox pro 9. It's a standard application as far as I can tell, local foxpro data tables etc. Client wants to use SQL server as the data source so ...
I am about to develop an application for an ISO certified company.
Should I be concerned about any specific issue ?
thanks .
Using Visual OLE FoxPro driver 9.1 can I rebuild the index assocated with tables?
I do not have the FoxPro development environment but I do have C#/C++.
I can pack the table using
OleD...