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 wOOdy-Soft 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: Santor
  • Content: Threads
  • Order by date
  1. Santor

    Help with writing rows to Excel please

    First, I am a VB/ADO newbie so type S L O W L Y when answering please. I have collected and modified some code that watches folders and when a file arrives in a watched folder it writes the file name and date to a row in an Excel database using Insert into. It works OK until I open the DB and...
  2. Santor

    Looking for 1 prog that will remote admin, file trans & file prnt

    Does anyone know of a program that will do all of the follwing over a VPN... Remote administer File transfer to and from mapped drives Allow printing a file to a printer at another location. If not, is there another way to do all these? John
  3. Santor

    How do I write a VB prog to execute w/o a form

    All the books and tutorials always show you how to write a program starting from a form. I want to write an EXE that runs just by double clicking a desktop shortcut to it, without any forms at all. What must I do to accomplish this? I'm using VB.Net by the way. John
  4. Santor

    How do I confirm a PC Anywhere VB file transfer

    I'm automatically transfering files from a local folder to a similarly named folder on the host. But, since the return value of the FileXferToHost command only indicates if the command executed or not, I can not be sure the file actually transfered. My only idea is to attempt to transfer the...
  5. Santor

    Repost. FSO error 70. Why do I get this? How do I avoid it?

    How do I get around a Run-time error 70 "Permission Denied" when I try to run a fso.copy(filedest) or fso.MoveFile file, destpath command (where fso is equal to a valid file name). Here is the actual code (I'm a newbie so be gentle).. It is not a security issue since drive F: is a...
  6. Santor

    FSO file copy how do i get around run-time error 70

    How do I get around a Run-time error 70 "Permission Denied" when I try to run a fso.copy(filedest) or fso.MoveFile file, destpath command (where fso is equal to a valid file name). Here is the actual code (I'm a newbie so be gentle).. Public LogTemp As Object Public fso As Object...
  7. Santor

    PC Anywhere host drive mapping

    Can anyone tell me if and how this can be done? I'm running an EXE on the remote machine that calls the host and transfers files to a drive that is a mapped drive on the host (another machine on the host's network). This works fine unless the drive is not mapped of course. How can I check to see...
  8. Santor

    PC Anywhere file xfer authentication in VBA

    With the help of many of you we have successfully logged onto a remote PC with PC Anywhere using VBA. However when the VBA program attempts to start a file transfer PC Anywhere asks for authentication. How do I turn off the request for authentication or send this info to PCA? Thanks John

Part and Inventory Search

Back
Top