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: intel2000
  • Content: Threads
  • Order by date
  1. intel2000

    running an external program

    How can I run the command: c:/winpoint/import.exe "C:/psfleads.txt" "F:\PNTTEMPL\DATAIMP\masterimport.imp" "F:\PROSPECT" can I just put a ! in front of it? c:/winpoint/import.exe "C:/psfleads.txt" "F:\PNTTEMPL\DATAIMP\masterimport.imp" "F:\PROSPECT" Thanks, Ross
  2. intel2000

    copy to temp.txt delimited with tab (keeping field names)?

    use temp.dbf COPY TO temp.txt DELIMITED WITH tab This works fine and dandy but the program I am using to import the next files need the have the fieldnames in there. Does anyone know a work around? Thanks, Ross
  3. intel2000

    How do I store variables within a procedure?

    Below is my procedure but when I execute: APPEND FROM temp.dbf FOR compid="PSF" AND curdate=wdate It does not know what wdate is!!! Can anyone help? Thanks, Ross ********************************************* Procedure getdate STORE "N" TO correction CLEAR DO WHILE correction="N" STORE "...
  4. intel2000

    How do I split up the FULLNAME field?

    My database contains a fullname, first, middle, and last fields The problem is the records are only populated with a fullname and I need fox to break it up into the first, middle and last fields example: fullname mark a brown johanna s smith the first, middle and last names are seperated by...
  5. intel2000

    getting rid of those darn zero's

    See my FM field below, FM 00065000 00028000 00110000 00116000 00080000 00090000 00042000 00245000 00120000 00130000 00260000 00063000 00430000 00145000 00025000 00114000 00090000 Is there a quick replace command that I can use to pull out all these zero's? Also if there is, is there a command...
  6. intel2000

    running another program in Fox

    Within my program I have a command that executes another program. After this program is executed it askes for a name, i manually enter in the name, a report is generated, and returns back to my original program..... Now this name that its asking for, is already a variable that I have set in...
  7. intel2000

    file does not exist, program halts, kick the cpu, start over....

    As you can see below, i've made a loop that helps check for errors like spelling. Since then I've also learned that humans make errors looking for their own errors. .....So when you enter the wrong name its looking for a file that doesnt exist. I believe that is error #1. Anyways what can I do...
  8. intel2000

    Adding Variables // ltrim??

    STORE " " TO var0 &&sixdigit long number STORE " " TO var1 &&sixdigit long number STORE " " TO var2 &&sixdigit long number STORE " " To var3 &&sixdigit long number @6,1 say "ENTER NUMBER:" get var0 function "!" && I...
  9. intel2000

    Adding a 2nd Processor??

    Hi, I am using Unix SCO version 5 on a Compact Proliant 3000 server. This server currently has a 450MHZ processor and has another slot for another processor. Well, what I would like to do is add another 450 MHZ processor. Now, is this something Unix SCO will just recognize if I plug it in? Do I...

Part and Inventory Search

Back
Top