.tmp files along with datareport?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kutsaratinidor
    New Member
    • Aug 2007
    • 3

    .tmp files along with datareport?

    hi to all

    im developing a payroll system thru vb6

    it uses ms access as db
    datareport for printing some info

    why is it that .tmp files are being created..i think it happens whenever i am printing the datareport..

    what is causing this and can it be avoided?

    thank you
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Not very sure why so many Temp files are created, u can delete them by :

    FileSystem.Kill ( App.Path & "\*.Tmp")


    Regards
    Veena

    Comment

    Working...