Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kienna

    automatic import/export

    My situation sounds simple enough but I have no idea how to go about it. What I have is one pdf file where information from the user is entered. It's basically one line of info. Next I have another pdf file where I would like to import that one line of info and add it to the file. I have...
  2. kienna

    intranet and PDFs

    using the original code with getURL instead of app.openDoc works. However, now my CS001previewDoc apparently has no properties. I'm sure the disclosed line is in this file though.
  3. kienna

    intranet and PDFs

    I already had that in the document javascript. The funny thing is that if I open it through adobe reader or writer it works just fine. It isn't until I open it through the link on our intranet site that problems occur. Thanks!
  4. kienna

    intranet and PDFs

    ok, I think I get it. However, I'm not quite sure how this is put into my script. This is what I think... but I'm almost positive that it is wrong. var Name = this.getField ("ContractName"); var CS001previewDoc = app.openDoc...
  5. kienna

    intranet and PDFs

    The following is the Javascript for the button. var Name = this.getField ("ContractName"); var CS001previewDoc = app.openDoc ("CS001preview.pdf", this); var Newname = CS001previewDoc.getField ("ContractName"); Newname.value = "Contract For " +...
  6. kienna

    intranet and PDFs

    Hi, I have a menu page that has buttons connecting to other pdfs. Everything works fine on the menu page in both reader and writer. However, when I go to post it on our intranet it does not work. The menu page does open, eventually, but none of the buttons work. In reader it does nothing...
  7. kienna

    automatically inserting text from form to pdf

    I have a form where a user can input information. However, I need to set it up so that the the a button on the form will take that information and insert it too the header of a different PDF. I have no idea what's the best way to go about this. If anyone has any ideas please let me know! Thanks!
  8. kienna

    printing other pdf doc from another

    it works, thank you!
  9. kienna

    printing other pdf doc from another

    or that it has no properties
  10. kienna

    printing other pdf doc from another

    I tried typing that into my javascript. Where you have firstDoc I had wi106 typed in as that was what my file is called. where you had first, I also typed in wi106. However, I get an error telling me that wi106 is not a function. I also do not understand what the this.disclosed = true...
  11. kienna

    printing other pdf doc from another

    Hi, I am trying to get 3 documents to print when I click on one button from a seperate form. I have tried doing this with a button and javascript. However, using this.print does not work as it is only printing the form that I am starting with. If anyone could help me out that would be great...
  12. kienna

    Hi, I'm a new user to Adobe, but I

    Hi, I'm a new user to Adobe, but I really need this done soon. I have one document (we'll call it docA) Now every time someone opens document A I want Document B to insert itself to the end of the document. I can't "insert Pages" because that's just a one time deal. I tried a...
  13. kienna

    Indexing a number of documents in one index

    Thanks for the Reply. The documents are all in word, and majority is already linked with hyperlinks. My problem is I dont' have one master document that the other ones are linked to. None are really reference documents. They're all like little chapters. Some don't reference another document.
  14. kienna

    Indexing a number of documents in one index

    I have a number or documents all in Microsoft word. What I need is to create one index for all these documents. I also don't need the page numbers in the document, just the document number. It is not possible to combine these documents into a master document as they need to be in seperate...
  15. kienna

    Losing Decimal places

    The Data type is fixed with 3 decimal places. I originally had general, but that won't let me chose the decimal places and although the query results had decimal places, the table that the query appened to doesn't. It just has an interger in the table. I tried going straight into the table...
  16. kienna

    Losing Decimal places

    I lose my decimal places every time I use my append Query. I still have all my decimal places when I click on design and datasheet view, but when I go to the table wich the append query makes, the decimal places all turn into 0's. Why is it doing this??

Part and Inventory Search

Back
Top