Hi Expert
I use the follwoing command in the Load event of the form
if !used("members")
use mainserver+':\fms-shop\data\members' in 51
ENDIF
and then where ever I need to work on table ...
I am in need of a help, how can i establish a client server architecture with FOX Pro application, we have a Fox Pro application, i want to install it in the server and the other users who are...
so when one of my called PRG runs into an error or something other and I want to return to the main prg what is the best way to handle that?
do prg2.prg
...
..can't continue....
return?
We have just migrated many folders from a Windows 2000 box to a Windows 2003 box. We have installed FoxPro 9.0 on the new Win2003 box and rebuilt all of the applications (.dll) and components...
This is the oddest thing. In my order entry program I have a form for editing an order. From that form you can add items to a previously created order. The form seems to work. When you exit th...
I have 19 product codes to get the 12 month $ on. Column for easch month is how it is in the database
right now I am doing a sqlexec() for each one.. yes 19 sqlexec() then a select after ea...
in the AS400 table the field is cs$01 (customer sales dollars january)
when I use my vfp select it doesn't like the $ so I put the underscore (cs_01)
but that will pull the other field f...
Hi Guy's
This is probably an easy question! But here goes.
I want to run a LostFocus event to populate the fields on a form with data held in two different tables for a value already en...
We have a FoxPro based application were users were working with two different copies of what was originally the same database - for over a year.
Ideally, I would like to merge and update th...
Hi Guys
My company provides a MS Visual FoxPro, LAN based, database application to it's customers. We have a particular customer who experiencing extreme stability issues when using our pr...
In a foxpro application how to upload a flat file data or .dbf file in the application side, is there a way to import, i am new to this area would appreciate your help.
When setting up forms for a new program I inadvertantly used a class from another one of my programs. Now, the libraries currently are exactly the same, so there is no use issue, but in the f...
I have created a combo box on a form and loaded it via the code listed below. My question is this. How to I modify this Combo box so that there is an option in it for the user to enter any te...
Working on an idea for a medical practice. Where patients check in at a front desk. The person working the desk has to go to a website put in their Social/Id/birthdate and see if they qualify ...
I am quite unfamiliar with FoxPro and I am just looking to create a simple nightly cold backup. I can do this with SQL Server and Oracle but shutting down the database, then copying the datafi...
I have a form with the name of "userlist" (which always converts to uppercase and I don't understand why). The form has a menu.mpr file and a custom class. From the menu a call is made to the ...
I have saved my DE's as classes and tied them to my forms but the DE class is different because I do not have the same interaction with tables as I did before. So how can I create temporary re...
Hi Experts,
I tested running VFP 9 program in vista. It shows damaged borders in my formsets.
How can I prevent this?
Thanks.