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 Chriss Miller 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 budz

  1. budz

    excel automation

    Hi guys, I have a problem in accessing my xls file with macro using vfp and im using the ff code: oExcel = CreateObject('Excel.Application') oWb = oExcel.Workbooks.open('c:\temp.xls') oExcel.Application.visible = .t. oExcel.DisplayAlerts = .t. The problem is the xls file is always open read...
  2. budz

    Sending Email

    Hi hello, Is it possible to use VFP6 in sending email with attachment using lotus notes mail?
  3. budz

    Overwrite a file

    thanks scott it works
  4. budz

    Overwrite a file

    hi everybody, I have a form with data environment. Why the message "database already exist, overwrite it" always popup everytime i made a copy. I put set echo off, set talk off and set safety off on the form but still the message is there. thanks for the help
  5. budz

    grid problem

    thanks Rick, but where should I put this code
  6. budz

    grid problem

    hi everybody, I have a form with a grid with recordsource dbf and a add command bottom and a save to diskette command bottom. At add command bottom, I have do form add (for data entry). At save to diskette command bottom, When I save all the data in a disk, i must zap the dbf. Then refresh...
  7. budz

    grid problem

    Hi everybody, I have a form with a grid and a add command button. 1. At load event of the form, I have Set multilock on use table1 =cursorsetprop("buffering",5,"table1") 2. At add command button I have append blank do form form2 The form2 is for data...
  8. budz

    Email message with attachment

    Is there a way that I can save the attachment of email message using vfp? Thanks 8-)
  9. budz

    Email with file attachment

    Hi everyday and have a nice day. Im emailing a report in text format using vfp6 and it works fine. Now, my problem is how could I attach 2 or more files in one message. Example in one message I would like to attach all files that start with letter A. Thanks for the help.
  10. budz

    making email using vfp

    Yap, I used the code, I put it in a prg file
  11. budz

    making email using vfp

    Hi everybody, when i try to use the code in making an email with attachment from outlook 97 using vfp that was posted in one of the forum, i got an error message "OLE IDispatch exception code 4096 from Outlib.dll", what do you mean by this? Thanks for the help....
  12. budz

    error in exe

    Hi everybody, I used setup wizard to distribute my exe & dbf files. A power interuption occur in one of the pc I install while the program was running. When I run again the program an error occur. So I install again the program but still the error occur. I try to install to other pc to find out...
  13. budz

    collating sequence error

    Hi everybody, I have an exe file. When I run, there is an error "collating sequence not found", What does it mean? Is the file corrupted or incomplete? pls help.
  14. budz

    Main menu

    Hi everybody, I used the menu builder to create my main menu, Now, I would like to change the title, how can I do this? ;-)
  15. budz

    DES Algorithm

    Thanks for the help...s-)

Part and Inventory Search

Back
Top