Expand my Community achievements bar.

meem23
meem23
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,  I'm designing a form in Adobe LiveCycle Designer ES4.  I have a static table that has two columns.  There is a row with merged cells.  I have two check boxes wrapped into a subform.  One caption is wider than the left column, so when I try to add the subform with the check boxes into the merged...

    Type

    Questions

    Views

    474

    Likes

    0

    Replies

    2
  • Hi experts!I have a dynamic form created in Adobe LiveCycle Designer ES4 and I have a few stumbling blocks.Here is a screen shot of the stripped down version of what I’m trying to create:Problem #1:Subform called amt has a drop-down with A and B options and a field called monthlyNetDue to enter a do...

    Type

    Questions

    Views

    629

    Likes

    0

    Replies

    2
  • Hi Experts,I’m creating a table and would like to use XML data that is used in a different form to populate fields. This is an example of what the table would look like.  The highlighted data is what would be populated from the XML data.  The table is static and not dynamic. This is an example of wh...

    Type

    Questions

    Views

    847

    Likes

    0

    Replies

    2
  • Hi,  I have text fields that are populated from XML data.  The data can be text or numeric, so I have a script in the initialized event to display a pattern if the data is a number:this.format.picture.value = "num{zz9.9999%}";Some of the numbers do not round correctly and this is causing manual edit...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    5
  • Hi,  I have 3 textfields that will tab to the next field when full//will tab to TextField13 once field is at its limitxfa.host.setFocus(TextField13); The problem is when text is at the end of the field and the word is too long, the word will get cut off.  Is there a way to prevent this from happenin...

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    3
  • I have form created in Adobe LiveCycle Designer and has imported xml from an Access table.  The xml populates 4 fields and the form repeats for every data item. There are 780 output forms. One of the fields is called “owner”.  Out of the 780 forms there are 58 unique owners.  Is there a way to separ...

    Type

    Questions

    Views

    8.4K

    Likes

    0

    Replies

    9
  • Hello,  I'm wondering if there is a way to find out who was the last person to modify a form.  I see the modify date and create date in the XML Source, but nothing regarding a user ID of any type.  This info can be found in a Word document or Excel spreadsheet under the Properties.

    Type

    Questions

    Views

    2.6K

    Like

    1

    Replies

    2
  • I have a script object that populates fields.  There are two arrays, one for dates and one for values.Snippet of script object://Array of closing dates.var closingDate = new Array("","1/3/2011","1/4/2011","1/5/2011",etc……"12/31/2016"); //Array of closing values.var closingValue = new Array(null,"127...

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    4
  • I have a radio button with Yes/No options.  If the user selects 'Yes', a group of questions and a button are made visible.  If the user wants to add an additional group of questions they are to click on the button that was just made visible.  The additional group of questions are in a subform that w...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    2
  • I would like a field to display the result of a calculation, a space and then the word “Days”. I’m using the following calculation in TextField3: form1.#subform[0].TextField3::calculate - (FormCalc, client) If (TextField1 > 0) thenTextField2/TextField1endif example: TextField2 = 10, TextField1 = 2,...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    1