Recent content by Juice

  1. Juice

    Printing html file to a specific printer

    Thanks Jason The wkhtmltopdf was the final solution. Took me a minute to figure it out, had some problems with it. Mostly letter spaceing and size, but the best part is that the converted xml can be put directly where i want it. Thanks again.
  2. Juice

    Printing html file to a specific printer

    Hi everyone! Here are the basics: I have an .html file that i want to print to pdf. Specs: Win 10, 2003 office The code below is what I try to use to print, but it always gives me error 31. From what i understand error 31 means windows dont have a designated app for .html. I checked and it...
  3. Juice

    Almost working Drag & Drop

    MajP you are a genius....i have been rakcing my brain for the past week as to wtf did i did back then... Here is the database property from the original: Tried it in the new one and it works :D
  4. Juice

    Almost working Drag & Drop

    I cant seem to find any modifications thats tied to absolute / relative path. The one differenc i saw was the "Microsoft DAO 3.6 Object Library" which was not in my references in the test.mdb but was in in arnelgp's version of it. When i put the DAO 3.6 Object Library in my test.mdb that...
  5. Juice

    Almost working Drag & Drop

    Thanks i test it tomorrow. I post you some code tomorrow too, but the gist of it is i get the path, copy the file to a network drive then put that network path in a table and for the coworker how handles the bills and stuff. And when she click on the field that has the network link, it opens.
  6. Juice

    Almost working Drag & Drop

    What you see in the test mdb, thats the base of it. I somehow made it work 10+ years ago and i cant seem to figure out how :D
  7. Juice

    Almost working Drag & Drop

    Hi everyone, A have a somewhat working drag and drop solution, just needs some fine tuning. I have a combo box and a table behind it that has a Hyperlink. If its just a combo box, its not working (you need a table with a Hyperlink table field), but since i need other functions, like "Save as"...
Back
Top Bottom