コミュニティアチーブメントバーを展開する。

Thom_Parker
Thom_Parker
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  •    Adobe LiveCycle Discussions 2018/01/23
    Why can't you use the "Goto page view"?  This is the preferred method because it will work when JS is not available. Just open the attachment in another Acrobat tab and when you select the "Goto page view" action, click on the embedded file.The JavaScript for this is tricky, but here it is:var oDoc ...

    タイプ

    ディスカッション

    表示

    10.1K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Discussions 2018/01/23
    If this "SubForm" is a completely different file, then the best way to distribute it is to make it an Attachment to the other file and then use the "GoTo Page View" action on a Button to open it.  There's also a JavaScript function for this.You could also put it on a server and have the button open ...

    タイプ

    ディスカッション

    表示

    10.1K

    いいね!

    0

    返信

    3
  •    Adobe LiveCycle Discussions 2018/01/17
    The idea is to create a page that is basically a table of extra fields.  You make this page a template and set it to hidden. Then you "spawn" this template into a new page from a script. Typically this is done from a script on a button labeled something like "Add More Entries". In addition, you coul...

    タイプ

    ディスカッション

    表示

    11.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Discussions 2018/01/16
    I believe your colleague was referring to LiveCycle Forms. A technology still supported by Adobe, but one that most consider dead.It is possible to use Page Templates on regular PDF forms to create new pages. There are other methods, but this is the only reasonable way to dynamically create fields.

    タイプ

    ディスカッション

    表示

    11.7K

    いいね!

    1

    返信

    2
  •    Adobe LiveCycle Questions 2010/10/19
    LiveCycle forms and PDF documents are very different things.  The clock example is a native PDF document.  Importing it into LiveCycle will basically destroy it.  Both use Core JavaScript as the scripting language but each has it's own Document Object Model, or SDK.  And they use completely differen...

    タイプ

    質問

    表示

    14.6K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2010/02/21
    Scripts in a regular PDF are entered using Acrobat Professional,  That's where you'll find the "Advanced/Document Processing" menu which contains several JavaScript tools.   LiveCycle forms have to be edited in LiveCycle Designer.  You can find lots of information on scripting AcroForms (regular PDF...

    タイプ

    質問

    表示

    14.6K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2010/02/20
    The scripts in this file are explained in this Article:http://www.acrobatusers.com/tutorials/working-date-and-time-acrobat-javascript-part-3-3The functions used for handling time are part of the standard Core JavaScript Date Object. So the only difference between what's done on this file and the equ...

    タイプ

    質問

    表示

    14.6K

    いいね!

    2

    返信

    0
  •    Adobe LiveCycle Discussions 2006/03/07
    Jim, These string operations are part of Core JavaScript, not Acrobat. To learn about using string in the JavaScript language you should take a look at a JavaScript Language Reference. The O'Reilly book is the best but there are plenty of online resources as well. >>TextField1.rawValue = str1.substr...

    タイプ

    ディスカッション

    表示

    3.2K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Discussions 2006/03/07
    Rudy, The good news is that you don't need to use the concat function. You can add strings together just like they were numbers. Although if they are numbers, like you seem to have, you need to be a bit careful to make sure they are concatonated strings rather than added numbers. For examplestr1 = "...

    タイプ

    ディスカッション

    表示

    3.2K

    いいね!

    0

    返信

    0
Thom_Parker が獲得した上位のバッジ
プロファイルに表示するバッジをカスタマイズ