I am working on a function which will allow my users to deploy their data to an alternate directory. The problem I am having is that once I move the data I am unable to get my program to use the deployed data. Everything I have tried makes it look as though I have set the database properly but...
Hi,
I'm just starting to really get my feet wet with VFP7. I have been using the form designer to create forms because it seems much easier.
I notice that in the code examples here people are often using code to create their forms.
Can someone discuss the pros and cons of each approach?
I...
I'm just curious. I am learning VFP because I happened to get a project at work that needs it but I don't see all that much opportunity beyond what I am doing now.
I've been looking at learning the language as something I must do for this job. Don't get me wrong I think n FoxPro is a good tool...
Does any one know which events cause a form's data environment to open/close?
I ran into a problem where the lostfocus event of a txtfield on form1 called a form2 and when form1's activate event fired again the form1 data environment was no longer open.
Here is the code in the lostfocus event...
Something very strange is happening when I use SELECT...
Here is a portion of the code:
*******************************************************
SELECT deduc
SET FILTER TO deduc.loan_no = ALLTRIM(macct1)
GOTO TOP
WAIT ALIAS() WINDOW
DO WHILE !EOF()
WAIT ALIAS()WINDOW...
I'm curious if it is possible to replace a property such as FontBold with a variable. For example:
THISFORM.lblText1.VarName = .T.
in place of:
THISFORM.lblText1.FontBold = .T.
I'm trying to manipulate the appearance of text on a form without having to create a new variable for each font...
Hi,
I am having trouble browsing the shared files on a VPN. I can log into the VPN and see the computers in network neighborhood but when I try to browse the shared files on a computer I am told I don't have permissions and that the network path is not found.
I have setup the VPN server as a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.