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 gkittelson 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: foxsu
  • Order by date
  1. foxsu

    Cannot locate the microsoft Visual Foxpro Support LIbrary

    Hi all. Can you help me in this issue. I have Visual foxpro 5.0 have developed an applications,compiled and created an EXE file and works fine. However when I move the "exe"(just the exe) file to another machine,sent me the next message "Cannot locate the microsoft Visual Foxpro...
  2. foxsu

    What is work area?

    Hi everyone. What is exactly Work area in this example " Sele 34 append blank " I´m using Visual foxpro 5.0 and how is related to tag and alias? Thanks
  3. foxsu

    Corrupted index , MS sql , Foxpro or Access?

    For mr Seadriver. NO , just the reports have wrong data.
  4. foxsu

    Corrupted index , MS sql , Foxpro or Access?

    Mr Bpeisch I´m using CDX indexes. Regards
  5. foxsu

    why databases get corrupted , Ms SQL, Oracle the solution

    Hi all Wil Oracle or MS Sql are the solution to protect against corrupted databases ,tables,indexes,forms? Thanks
  6. foxsu

    Corrupted index , MS sql , Foxpro or Access?

    Hi all. I have some questions I have an application running in a server Foxpro 5.0 Nothing special no client server development, all data,tables,forms,prg´s are all in server, I created an executable program and I ran it from there. Every month I input data on tables by using forms and code...
  7. foxsu

    What does this command do?

    HI. I have some lines in a Foxpro 5.0 Form **************** SELECT cars.brand, owners.name, country.name,; FROM Cars,owners,country; WHERE Cars.model = owners.like; AND ALLTRIM(Cars.color)= SUBSTR(owners.earn,1,LEN(ALLTRIM(Cars.tire))); ORDER BY Cars,brans, owners.name; INTO CURSOR test...

Part and Inventory Search

Back
Top