Search results

  1. S

    Big tables

    Well I need to store this data so just get rid of it is no option. If some one for an example clams a warranty I need this to ensure that everything’s is in order... My skill of programming during the Years have of course improved but this main table is one of the very first I did...
  2. S

    Big tables

    Hi I have a question regardig big databases. I have worked with mine since 2008 and there is a lots of data stored and that ofcourse takes time to handle. I want to devide this tables in two. One part that just include the last three years and one for the rest. 99% of the time You reach the data...
  3. S

    copy past multiple textfields

    Well its not a Microsoft program... and I'm aware that this is a not a funny problem to solve, but sometimes You just need to think a bit diffrent As long as Access has the focus You can control the happenings... When You click on the other programs textfield and leave Your cargo to Access it...
  4. S

    copy past multiple textfields

    Hi there ! I want to optimize the copy past function between a Access program and a bought program and I need some help The routine today is to copy a text field in Access move to the other program and paste it... This has to be repeated three times for each invoice. My thought is to copy...
  5. S

    Keeping a PDF on topp while working with a form

    Ok but the code I found did not worked for me and I did not understund it so it's har to find out what I have done wrong
  6. S

    Keeping a PDF on topp while working with a form

    Ofcourse but I cant se how this should help...
  7. S

    Keeping a PDF on topp while working with a form

    Unfortunatelly that doesn't work here... My PDF:s are invoices and they arrived from about 200 diffrent places...
  8. S

    Keeping a PDF on topp while working with a form

    Yepp I'have understand that its a API that has the sollution here but the newest example I find was from 2005
  9. S

    Keeping a PDF on topp while working with a form

    Hi ! I'm trying to fill in a form based on what a PDF document is showing. As You all know the PDF document is placed behind the Access as soon as it get activated. You have to work with alt tab and switch between the two program while doing this. Its workable but very anoying. Is there any...
  10. S

    Move a pdf from outlook to a dedicated folder

    Hi again ! I have isolated the code and the thing that don't work is Atmt.FileName gets error 91 For Each Item In SubFolder.Items 'MyFolder '' For Each Atmt In Item.Attachments '' If LCase(Right(Atmt.FileName, Len(ExtString))) = LCase(ExtString) Then MsgBox...
  11. S

    Move a pdf from outlook to a dedicated folder

    Hi again ! Hmmm some code ofen makes it a bit more easier to help ;-) Here it is... Its from Ron and https://www.rondebruin.nl/win/s1/outlook/saveatt.htm. Its in this code it stops se below ' Check each message for attachments and extensions For Each Item In SubFolder.Items For...
  12. S

    Move a pdf from outlook to a dedicated folder

    Yepp I have tried a lot of sollutions but I got an error Method or data member not found (Error 461)
  13. S

    Move a pdf from outlook to a dedicated folder

    Ok thanks I will check that out
  14. S

    Move a pdf from outlook to a dedicated folder

    Hi ! I'm trying to speed up my invoice handeling and the most of it is pretty straight forward. There is one thing though and that must be solved before I start. How do I make a script that move PDF:s from outlook to a dedicated folder and than delete the mail // Shas
  15. S

    Overlay or watermarks PDF

    Hi again ! This seems to be exactly what I'm looking for. I have just started with it, but so far so god... Many thanks ! I will update this thread with my result as soon as possible.
  16. S

    Overlay or watermarks PDF

    Hi again an god morning from Sweden ! "Galaxium" Ok You got an exe file, that would be perfect. When I down loaded the package is just example code, I believe You need some kind of platform to deal with it. I tried with Eclipse but it’s like starting all over again.... "Pat Hartman" You are...
  17. S

    Overlay or watermarks PDF

    Well so far I understand, but I'm totally new on Java and C so there You got my problem... Did a try to run the exampel No luck... I don't whant to start over with a new program
  18. S

    Overlay or watermarks PDF

    Well this is not for Visual Basic... When I googled it, there is a lot of people who asked the same question but ther is no answer...
  19. S

    Overlay or watermarks PDF

    Thanks I will check this out, it seems to be a trial version so lets find out what it can do...
  20. S

    Overlay or watermarks PDF

    Ok! No problems ! Did You mean that I should first import the existing PDF from the invoiceprogram and than modifiy it and generate a new one ?
Back
Top Bottom