Expand my Community achievements bar.

Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks radzmar, I will test this out next week. But on first thoughts, it might not work because textfields can litterally be anywhere in the form...I basically don't know what's the height needed for any textfield to reach the next page. But I'll test things out, I might be missing something like k...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    0
  • You can insert a message box in any event to test whenever the events are triggered.This way you'll get about when these events will be triggered.

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    0
  • HighlightsI forgot to mention that if you want to keep it that way every time the form reopens, I suggest you add an if statement when the document loads itself to turn off the highlights (docReady, formReady, initialize, calculate) whichever is the more appropriate.Submit ButtonVerify the order in ...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • HelloW,Dynamic PDF Form created using Adobe LiveCycle Designer ES4.Here's my dilemma...I have numerous subforms; tables; containing text fields and labels, etc... Text fields are expand to fit, multi-line available along with Allow Page Breaks within Content.I know that when a text field's "Allow Pa...

    Type

    Questions

    Views

    3.7K

    Like

    1

    Replies

    2
  • Hi there,this is more simple than you think. Unless you want only a part of the form to be fillable and another part that is not.If your whole form is to be filled or not you can change the highlighted fields with the following statement:Hope this will help you

    Type

    Questions

    Views

    2.4K

    Like

    1

    Replies

    0
  • Hi there,there's some minor details you need to fix in your code, see the following:Bold text is where I amended the codeinstanceManager needs to be accessed to manage instances of the object itself.It also can be accessed by using an underscore before the name of the object in question like the fol...

    Type

    Questions

    Views

    3.4K

    Like

    1

    Replies

    1
  • Hi there,It is hard to give direct pointers without the hierarchy at hand.I can see you are calling the 'parent' of "SuperficieConstruccion" which in theory would be "SubFrmConstruccion"...either way it should be working if the table in question is a children of this 'parent'However this method will...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hi there,when using a button to add a row you are probably using the following method:by using this method, it will return the instance added within the table. So you can hold the new instance in a variable, like the following:with the new variable, you have the right path to be able to set focus on...

    Type

    Questions

    Views

    2.3K

    Likes

    2

    Replies

    1
  • Hi there,you can always use xfa.layout.page(xfa.form.form1.[...]); this will tell you what page the item is...I hope this will help

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hi there,I've previously made a form with multi functions to ease the manipulation of a form. It includes a function to reset a PDF form back to default. This function allows you to provide a list of named items that you wish to not reset if it is necessary. In the process of resetting the form, it ...

    Type

    Questions

    Views

    3.4K

    Likes

    0

    Replies

    0