Expand my Community achievements bar.

tadobeee
tadobeee
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hmmm.  Bit of a mystery.  My form is dynamic.  I am using the exact same syntax as your helpful example.  But my code quits anytime it encounters any reference to an object that is on a master page.  Totally confused...Emily

    Type

    Questions

    Views

    997

    Likes

    0

    Replies

    0
  • Yes, sorry, good question.  I should have made clear that I have already made this form dynamic.  I set all kinds of other properties for other objects that are in my main form (i.e., not in master pages).  It's just this setting to the objects on the master pages that is giving me difficulty.One ot...

    Type

    Questions

    Views

    997

    Likes

    0

    Replies

    0
  • I'm having some trouble setting presence for some text fields in various master pages.  I've searched some other posts on setting presence, but haven't gotten any of the syntax that I've found so far to work.  Below is the command I'm trying to use to set the presence of my text field now.  This com...

    Type

    Questions

    Views

    2.7K

    Likes

    0

    Replies

    6
  • Yep, it's all set to Dynamic (in both places).  I've been testing this separately in Adobe Acrobat, and not in the LiveCycle preview.I see some help articles talking about using delta objects to restore form state using scripts.  I don't see any examples for how this is used though.  Anyone have any...

    Type

    Questions

    Views

    937

    Likes

    0

    Replies

    0
  • Thanks for that help.  I was sure your suggestion would fix it when I saw your response, but it seems to not work.  It does preserve the access settings of objects (open, readOnly, etc.), but it inconsistently preserves properties like font color and border color; some of the grayed out fields remai...

    Type

    Questions

    Views

    923

    Likes

    0

    Replies

    0
  • I have a form we've spent a lot of time developing and that we just noticed a rather important problem with.  Thought someone might have some ideas.The form has a number of programmatic features to ensure the data integrity.  Those features lock and unlocks fields in various circumstances.  To "lock...

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    6
  • Two simple questions about a messagebox.First, is there a way to add line breaks within the text of a messagebox, so that I would have two paragraphs?  I thought I might be able to use /n somehow, but it just shows up in my text, and is not turned into a line break.Second, I want to have some messag...

    Type

    Questions

    Views

    773

    Likes

    0

    Replies

    1
  • Yes!  I have a perfectly working function.  I even simlified it a bit.  For those of you possibly reading this to figure out how to do this, see below:FormScripts.ULineTBoxOn(Docket_Year);where 'Docket_Year' is just the name of a text field.function ULineTBoxOn(MyField){var MyResField = xfa.resolveN...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • I've gotten the following to work, so I know that I can pass a somExpression value to a function:FormScripts.ULineTBoxOnSOM(Docket_Year.somExpression);function ULineTBoxOnSOM(MyFieldRef){     var MyResFieldRef = xfa.resolveNode(MyFieldRef);     MyResFieldRef.access = 'open';}But I can't get that res...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Also, ignore the fact that my function names don't match in the previous post.  They were all the same name (ULineTBoxOnSOM) when I tested them, so that isn't the problem.

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
Sort by
  • Recently earned
  • Unearned first
  • A-Z
  • Z-A
Show more