Search results

  1. S

    Printout “C\xxxx\xxxxx.pdf”

    it works :) Thank you very much. you really helped me. I appreciate it. But one more thing, can I change the printer even is is not the default one and can I choose the number of sets (copies), I tried the following, Dim prtDefault As Printer, Prn As Printer, Rpt As String Set...
  2. S

    Printout “C\xxxx\xxxxx.pdf”

    All I need is how to issue a print command for existing files I have scanned documents as pdf , I have the serial number of all documents in a table so I want to issue a command for a print with loop All I need is how to issue a print command for existing files for example I have myphoto.pdf in...
  3. S

    Printout “C\xxxx\xxxxx.pdf”

    Hi, Can you please help? I would like to write a code to issue a print command at certain path for example Printout “C\xxxx\xxxxx.pdf” I tried hard here and every where in the net, can’t find anything?? thanks in advance.
  4. S

    Protecting A Table

    I mean how to deny What I mean is how to deny linking to the tables and changing values?
  5. S

    How To Deny Linking?

    how to deny linking or importing tables from another database???
  6. S

    Protecting A Table

    still there is a problem?? Fine, but how about linking tables from another database???
  7. S

    Monitoring Data Change

    I have designed a table, which have user name, machine name, current date, time and event description The first three doesn’t have a problem as they can be retrieved by Environ(“username”) Environ(“computername”) Date() But my problem is in the last one; Event Description What I want to do is...
  8. S

    File Exist

    What code to write to know if a file exist or not, in another words, search or find file in your local drive at certain folder and return you null or value. please help Thanks in advance,
Back
Top Bottom