Expand my Community achievements bar.

TudorCT
TudorCT
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yes, according to this Adobe page, form should be saved as dynamic: LiveCycle ES2 * Adobe LiveCycle Designer ES2.But width parameter w is in the same category and it works.Where do I change this setting? There is one such setting for previewing the form (preview as either static or dynamic), which d...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • First of all, I wrote in a hurry, and there is a mistake in my own coding: use "theField.isNull == true" so instead of  "theField.isNull == null".That's because theField.isNull returns either true or false.Then, you can create a global variable to count your empty checkboxes.Use from the menu: Edit ...

    Type

    Questions

    Views

    520

    Likes

    0

    Replies

    0
  • I tried this.rawValue to set a checkbox value and it worked.Regarding this code line: (theField.isNull | theField == "")I can spot a few errors, although I'm not a Javascript expert:1) You probably meant to use the logical or operator, which is ||, not |. You can.literally use the word 'or' also.2) ...

    Type

    Questions

    Views

    520

    Likes

    0

    Replies

    0
  • While scripting the total, you can press Ctrl and click inside the cell, whose repetitions contain the values to be added.This ensures you're using the right path to the cells.You can also preview in LiveCycle, then get back Design View and and check the Log palette for runtime errors, which the syn...

    Type

    Questions

    Views

    723

    Likes

    0

    Replies

    0
  • I have a text field directly on a master page (there is a good reason for this) and I want to change it's X coordinate using Javascript code like this:// directly call the "x" attributethis.x = "200mm"; //  use a method call to change itthis.setAttribute ("200mm", "x");I tried using events like init...

    Type

    Questions

    Views

    3.9K

    Likes

    0

    Replies

    4
Top badges earned by TudorCT
Customize the badges you want to showcase on your profile