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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by timmappa

  1. timmappa

    How to copy to text file without double quotes

    Suggestion from Griff is works "COPY TO c:\myfolder\mytextfile.txt DELIMITED WITH "" with CHARACTER tab" Thanks Tim
  2. timmappa

    How to copy to text file without double quotes

    I am using FoxPro 8.00. I am using copy command to copy to tab delimited text file from FoxPro table. I am getting double quotes for each field. Is there any way copy the file without double quotes? Please help
  3. timmappa

    ShellExecute and wait for completion

    Mike’s suggestion is perfect. oWsh = CREATEOBJECT("wscript.shell") oWsh.Run("Notepad", 3, .T.) This works fine. Thanks
  4. timmappa

    ShellExecute and wait for completion

    I need to launch some process (typically - another EXE) from VFP program, and wait until this process completes before moving to another command in VFP program. I am using ShellExecute command for this. It will not wait at the moment. How can I do ShellExecute command wait until called program...
  5. timmappa

    Visual FoxPro 9.0 SP1 "Resource File Version Mismatch" error

    Thanks to every one for very useful information. I have used DougHennig method. This works. Tim
  6. timmappa

    Visual FoxPro 9.0 SP1 "Resource File Version Mismatch" error

    I have installed Visual FoxPro 9.0 SP1. After installing this when I try to run exe file I am getting these 2 errors 1. "Resource File Version Mismatch" 2. "Visual FoxPro cannot start. Could not load resources". I have re-complied the project. Still I am getting the same error. Please help to...
  7. timmappa

    Visual FoxPro 9.0 error - please help

    I have installed Visual FoxPro 9.0 SP1. After installing this when I try to run exe file I am getting these 2 errors 1. "Resource File Version Mismatch" 2. "Visual FoxPro cannot start. Could not load resources". I have re-complied the project. Still I am getting the same error. Please help to...
  8. timmappa

    XML to VFP9.00

    I have received XML file in different format. I have used XMLAdapter to import this file to VFP9.0 table. It is giving error. Please help me to import this XML file to VFP table. Received file sample as follows: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <Envelope...
  9. timmappa

    Import XML data File to VFP Database - please help

    Thanks baltman. It works. Once again thanks for teaching me. It helped lot
  10. timmappa

    Please help - line feed and carriage return to separate column

    Thanks for all your helps - it works
  11. timmappa

    Import XML data File to VFP Database - please help

    I have received XML file. I have used XMLAdapter to import this file to VFP table - (possibly more than one table like customer details in one table & transaction details in another table). My program is not accepting this file & I don't know what is wrong. Received file sample as follows...
  12. timmappa

    Please help - line feed and carriage return to separate column

    Thanks for reply, I hope I have not confused you all explaining this problem properly. I can’t send a file to understand situation better. I will explain again: This is comma (.CSV) separated file. I can use excel to open this file. Imagine data have two columns (column-a & column-b), per...
  13. timmappa

    Please help - line feed and carriage return to separate column

    I have received CSV file with one column & each row have one records with several fields in it. Each row have name, Address & comments and each filed broken into line feed and carriage return ("OD" and "OA"). I am using Visual FoxPro to open this file in Excel and copy each filed into separate...
  14. timmappa

    How to send e-mail with attachment from VFP?

    Hi, How to send e-mail with attachment automatically from VFP. I use Microsoft outlook. Please help. Thanks Tim
  15. timmappa

    XML file to VFP table

    Thanks everyone for answering this. I will try VFP7.0

Part and Inventory Search

Back
Top