Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: toddsevans
  • Content: Threads
  • Order by date
  1. toddsevans

    Does a Form's Data Environment supercede SET DATABASE TO?

    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...
  2. toddsevans

    Creating Forms - Designer vs. Programatically

    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...
  3. toddsevans

    Why is everyone so hot to get "certified?"

    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...
  4. toddsevans

    What Event Opens A Data Environtment?

    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...
  5. toddsevans

    Really Strange FoxPro Behavior

    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...
  6. toddsevans

    Can You Use Variables as Property Names?

    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...
  7. toddsevans

    Need help Browsing remote VPN

    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...

Part and Inventory Search

Back
Top