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 bkrike 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: timmappa
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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
  10. 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...
  11. 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?
  12. 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