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

SI_MSD7
SI_MSD7
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  •    Adobe LiveCycle Questions 2017/04/09
    Here's an alternative solution for future site viewers:var oLink = TextField1.rawValue;//Change to name of field containing linkif(oLink != "" & oLink != null){   app.launchURL(oLink, true); //This will launch your default web browser and will attempt to open link in window}else if (oLink == "" | oL...

    タイプ

    質問

    表示

    7.6K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2016/07/26
    The solution I provided above works. I've used it several times.

    タイプ

    質問

    表示

    8.0K

    いいね!

    1

    返信

    0
  •    Adobe LiveCycle Questions 2016/07/18
    Use a multi-line text field (allowing Multiple lines) and set the field value to "0". You wont be able to control the starting font size, but the text will shrink when it reaches the end of the field (similar to AcroForms when the font size is set to Auto).Note: I believe this requires saving as a D...

    タイプ

    質問

    表示

    8.0K

    いいね!

    2

    返信

    0
  •    Adobe LiveCycle Questions 2014/01/13
    Well in that case the Initialize event might work. Also try layout:ready event.Just note, by placing those fields on the Master page you run the risk of overlapping content (depending on the layout of your body pages).But yes, hopefully you can see that you can control the presence of objects on the...

    タイプ

    質問

    表示

    4.3K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2014/01/13
    If oyu were to place it on the initalize event and open the form for the "first time", chances are Field2 will always be blank, thus it will automatically be hidden - not giving you an opportunity to enter data if needed. You need somehting to "trigger" Field 2 to become hidden (hence the reason I u...

    タイプ

    質問

    表示

    4.4K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2014/01/10
    Not sure if this is what you are loking to achive but this is what i did:1. Created a subForm on the Master Page and named it "sub" (see in code below). I placed 3 text fields with the "sub" subform (Field1, Field2, and Field3) and gave it a flow of Western text. I moved and placed the subform at th...

    タイプ

    質問

    表示

    4.3K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2014/01/10
    When you say "flowed" content are you referring to "repeating subforms"? If so, that option doesn't appear to be available for subforms in Masterpages, however, you can create a subform on a Masterpage and have its content flowed Top-bottom or Western as if it was place on a body page.Just curious.....

    タイプ

    質問

    表示

    4.3K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2012/07/23
    Jono,Thanks for info you provided.  Are the generated invoice numbers coming out as 12 digits long on your end?

    タイプ

    質問

    表示

    5.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2012/07/22
    Exactly! now you see what I was after, and my dilemma?I thought about the manual approach, but that involves keeping track of the last number used, and there's potential for errors since the user could mistakenly duplicate an invoice number (if manually inserted), or if they forget to manually incre...

    タイプ

    質問

    表示

    5.7K

    いいね!

    0

    返信

    0
  •    Adobe LiveCycle Questions 2012/07/22
    Hi Naill,Yeah, 4 years is a long time (ha ha), but thanks for replying! Ha haFYI, I was using "01" as an example... however, since the text field (InvCounter) had a format pattern of " text{99}" it produced the "00" format I was looking for. When I added the script: "this.rawValue = counter.value + ...

    タイプ

    質問

    表示

    5.7K

    いいね!

    0

    返信

    0