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: machele
  • Order by date
  1. machele

    The Easiest Way to Create ZIP File in VFP...(2 lines only)

    I try to register dll in win98se but it's not working. Why? Thank you
  2. machele

    The Easiest Way to Create ZIP File in VFP...(2 lines only)

    It's posible to see the progress of ziping and unziping? Good work Marius
  3. machele

    programm does not terminate properly

    Put "clear events" where is quit command
  4. machele

    Picture in report

    try to build his path because if you don't have abc.bmp in root directory doesn't work Marius
  5. machele

    How to make a Hello world program, no VPF screen and close it on X

    I agree, Probably i understand something else. I use VB before and i find this solution you write in this forum. Good job Best regards Marius Frunza
  6. machele

    How to make a Hello world program, no VPF screen and close it on X

    Kruno, "no one can recognize that it is VFP application - no fox head". When you run this application two files are created: foxuser.dbf and foxuser.fpt so... Best regards Marius
  7. machele

    500 Tips from Mike

    Mike, Thank you.I think the number tell everything. Good work. Marius
  8. machele

    Error Log

    Hi, I try your code and i simulate one error.But the program return me another error something about "errutil" Marius
  9. machele

    New FAQs

    Thank you Marius
  10. machele

    New FAQs

    Slighthaze, Yes this is the question. Thank you Marius
  11. machele

    New FAQs

    It's working. I have another question for you. It's hard to resume download as "Mass downloader","DAP" or other program for downloading? Thank you Marius
  12. machele

    New FAQs

    The error is: "Internet explorer cannot download file.exe??....." and some strange characters. Thank you Marius
  13. machele

    New FAQs

    Slighthaze, I tried the code on many ftp sites.But the same error. Thank you Marius
  14. machele

    New FAQs

    I think is something wrong on this site. I want to say if in the internet explorer i put at the adress "ftp://username:password@name.domain.ro/aa.exe" it is working. Why Thank you Marius
  15. machele

    New FAQs

    If in the browser i write: ftp://username:password@name.domain.ro/aa.exe it works Thank you Marius
  16. machele

    New FAQs

    I use : Local sURLandFile, nRet sURLandFile="ftp://username:password@name.domain.ro/aa.exe" Declare DoFileDownload IN shdocvw.dll STRING lpszFile nRet=DoFileDownload(STRCONV(sURLandFile,5)) And i received an error: "Internet explorer cannot download file.exe??.....&quot...
  17. machele

    New FAQs

    Hi, Good work I have a question about '6'. If the ftp site ask for username and password how can i do? Thank you Marius
  18. machele

    Saving Data into free tables

    put on the controlsource of textbox m.myfield and when you want to save data sele table1 gather memvar sele table2 gather memvar but you can do that in the hard way with replace. Marius
  19. machele

    copyfile, copydir?

    i put cFile1 = 'c:\Program files\VFP7\marius\*.*' cFile2 = 'C:\Temp' Copy file (cFile1) to (cFile2) and doesn't work. If i substitute "Program files" with another folder "max" it's work
  20. machele

    copyfile, copydir?

    Wgcs, I used "copy file path1 to path2" but when the lenght of path1 is bigger the copy doesn't work.

Part and Inventory Search

Back
Top