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 Mike Lewis 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: *

  1. BobbyT

    Is SQL the right choice?

    I have been maintaining a database consisting of two main tables and several small ones using FoxPro for about 12 years. Now the owner thinks we are becoming antiquated and wants to switch to a "sexy" system. Is SQL the right way to go or would you use something else if you had to...
  2. BobbyT

    Wrong runtime DLL

    I have a old application that was written in VB3. My system crashed when trying to install "WINDOWS ME". I was unable to continue or uninstall. I reinstalled my old WIN98. VB3 wouldn't run until I coppied all the .VBX and .DLL from a backup. Now if I compile this old application...
  3. BobbyT

    Wrong runtime DLL

    I have a old application that was written in VB3. My system crashed when trying to install "WINDOWS ME". I was unable to continue or uninstall. I reinstalled my old WIN98. VB3 wouldn't run until I coppied all the .VBX and .DLL from a backup. Now if I compile this old application...
  4. BobbyT

    Developer License for FoxPro 2.5b

    I have been writing FP code sence 1990 but don't know what you are talking about. Is this a paper document or a piece of software?
  5. BobbyT

    I am having problem building a project.

    I am getting a message "Cannot build without a main program" What am I doing wrong?
  6. BobbyT

    Splitting one field into two via query

    This is a little late but it is a routine I have sued for years. You may have yo mofify it but that shouldn't be much of a problem. I may be a lot more than you need. do blank_um scan if name > space(30) name_work=name do case case upper(name_work)="MR " or upper(name_work)...
  7. BobbyT

    Building a Proj. Help!

    I have been writing Foxpro code for the last 12 years but I haven't had a need to move to VFP although I have purchased each new version. I have now found a reason to make the change, I need to use long file names for a new application. It is just one program and a couple of files but that run...
  8. BobbyT

    Long File/Folder names

    Using VP6 I was able to create a long folder name using indirect reference. But I have not been able to "SET DEFAULT TO" this name. Is this a limitation in VP6 or should I keep trying until I get it right? EXAMPLE: FOLDER="Long Folder Name" MD (FOLDER)

Part and Inventory Search

Back
Top