Search results

  1. 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.
  2. S

    How To Deny Linking?

    how to deny linking or importing tables from another database???
  3. 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...
  4. 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