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

    XML file to VFP table

    How to convert XML file into VFP table/database? Please help. I am using VFP 6.00 Thanks Tim
  17. timmappa

    Advantage of VFP

    Hi, My company in selection process of which tool to use as database programming, either Visual FoxPro or Access. I am representing VFP and I need to show/demonstrate VFP much much powerful and faster than Access. I have already collected some details. If you know any thing about Access can’t...
  18. timmappa

    How to open Microsoft Word or Excel document from VFP6.0?

    Hi Griff, You are correct. I have asked this question before in “Microsoft: VFP -General Coding Issues Forum”, but I didn’t get answer. Dave Murphy, CEO asked me to shift this question to “Microsoft: VFP - Automation, Mail & 3rd Party Svcs forum”. Thanks for very useful information. Tim
  19. timmappa

    How to open Microsoft Word or Excel document from VFP6.0?

    Please help, How to open Microsoft Word or Excel document from VFP6.0? I need to put this in coding. Is their any function or command? Open the Word application and existing word document?
  20. timmappa

    How to reduce the processing time?

    Please help I have a file with more then 1.5 million transaction (T). This need to be compare with another master (M) file and if I find a match replace the transaction (T) file field with something. ID number (numeric) is matching field in both the files. I used VFP6.0 Seek command to find the...

Part and Inventory Search

Back
Top