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 strongm 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. arteep

    OLE Automation of outlook

    Hello again. I am trying to do a very simple ole automation of outlook. I am trying to create new folders in outlook from Paradox and delete some old folders. I have no Idea where to start. Does anybody have some sample code to do this or know what books articles I should read/get? Thanks
  2. arteep

    Deletedir does not work with *.* file search

    You have to purchase it with WP11. Then install only paradox 11. art
  3. arteep

    Deletedir does not work with *.* file search

    Hello All. I bought Paradox 11 from corel (it is just packaged with WP11). THe deldir works perfect. This was a bug in the paradox 9 program which they fixed in paradox 10, 11
  4. arteep

    Deletedir does not work with *.* file search

    Thanks Everyone. I gave up trying and just ordered V10. I hope this fixes the problem. Ar
  5. arteep

    Deletedir does not work with *.* file search

    Sleep didn't work. I know this problem can be fixed. But how? Anymore suggestions.
  6. arteep

    Deletedir does not work with *.* file search

    Hi. Thanks again for your help. THe solution did not work. I went to another group and found hundreds of references to this problem. if you go to comp.databases.paradox group. (i got there by Google groups, search on "corel paradox" then click on comp.databases.paradox. then search on...
  7. arteep

    Deletedir does not work with *.* file search

    Here is the code. By the way I lied when I checked off programmer as you can see below. The heart of this thing is in the WHILE loop about 1/2 way down. Here I look for files then copy them all over to ARCPROGRAM FILES. THen at the very end I try and delete the dir with fs.deletedir(newdir)...
  8. arteep

    Deletedir does not work with *.* file search

    Hello. I am a new programer to paradox. I have tried to move windows files around using filesystem commands. I use a *.* to find all the files in a directory. I copy the files to another directory. Then I try to delete the orginal (now empty directory)using the command "deletedir". I get an...

Part and Inventory Search

Back
Top