Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

conyip
conyip
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by conyip
Customize the badges you want to showcase on your profile
master page items disappearing - Adobe LiveCycle 17-03-2013
Hi i have created a basic form, which is part of a demo, on the form there is a button, when the button is clicked it sets some text to amaster page item text field:form1.main.Button1::mouseDown - (JavaScript, client) xfa.resolveNode("form1.#pageSet[*].Page1.myText").rawValue="testing";square.presence="hidden";This works as it is meant to. however if i change the presence of an object on the page, the master page item (myText) also disappears.I have tried adding the object presence change to the...

Views

399

Likes

0

Replies

1
Re: Checking/validating textvalues in a dynamic table - Adobe LiveCycle 10-06-2012
Thanks Niall for pointing me in the right direction, luckily i dont need to use a regex expression as i only need to flag to the user that they have already entered that phrase i.e. apple and apple, i have set the text field where the duplicate value was entered to red to highlight that they have entered a dupplicate value.var targetTableDepth = xfa.resolveNode("tierRow["+tierRow.index+"]");var totalRows = form1.TranScot.Consult.NSI.TierTableElements.t3.TierNum.rawValue;var searchRows = targetTa...

Views

209

Likes

0

Replies

0
Checking/validating textvalues in a dynamic table - Adobe LiveCycle 10-06-2012
I hope some one can help, I have a input numeric field with a submit button that when clicked adds the amount of rows entered to a table and also adds subforms, i.e. if 3 is input into the numeric field the table will have 2 rows added (the table has 1 row + 1 header row by default) and three subforms. The dyamic table is made up of 3 columns (tier name, tier type and a submit button) when the user enters text into row 1 and clicks on submit the subform matching that row is populated ie. if row ...

Views

782

Likes

0

Replies

2
is there a master textfield character limit? - Adobe LiveCycle 28-03-2012
Does anyone know what the maximum amount of characters can be allowed in flowed layout with tables set to allow to break and rows also set allow to break,in a text field.As i have a table that when you enter more than 2000 words the tables flow for about 2 pages then flow off the bottom of the page. or flow into the next row.thanks keith

Views

1.0K

Likes

0

Replies

1
tables not spanning multiple pages - Adobe LiveCycle 09-03-2012
Hi there,I have a table that is nested with in three flowed subforms, when i dynamicly add rows (using a numeric field, a submit button and a for loop in javascript) I can add about 18 rows without issue, howvewr if i try and add 25 rows, the form inserts 5 blank pages and places the table on the last page with 5 rows disappearing off the bottom. the table and rows are set to split with content on both the rows and the table, and all the subforms are set to split with content, but the table refu...

Views

588

Likes

0

Replies

1
Re: controlling nested subforms - Adobe LiveCycle 06-03-2012
sorry i had used hyphens in the subform names i.e. sub-form instead of sub_form, classic school boy error!

Views

182

Like

1

Replies

0
Re: controlling nested subforms - Adobe LiveCycle 06-03-2012
In my original form i used hyphens instead of under scores and this was why the form wasnt working.

Views

182

Likes

0

Replies

0
controlling nested subforms - Adobe LiveCycle 06-03-2012
hi i have a form that has several nested subforms in it (mainForm > subForm1 (mainForm.subForm1) > subForm2 (mainForm.subForm1.subForm2) > subForm3 (mainForm.subForm1.subForm2.subForm3)).In each subform there is a drop down list object than when you select an item it dislays a sub form, the first level works without issue (javascript:change, for the drop down list) i.e.mainForm1.DropList::change - (Javascript, client)var newValueA = this.boundItem(xfa.event.newText);switch (newValueA){case "1";m...

Views

705

Likes

0

Replies

2
Re: hiding/showing table rows - Adobe LiveCycle 15-01-2012
Thanks Bruce for this i wasnt looking at the bigger picture so to speak!!, i created a table and used the check box to hide the sub rows from the main row using a checkbox.thanks again

Views

550

Likes

0

Replies

0
hiding/showing table rows - Adobe LiveCycle 07-01-2012
I have a spreadsheet that in excel the rows can be minimised and maximised with the click of a button, however when i try to re-create this functionality in livecycle form designer ES I can hide rows through a checkbox but then :a) i loose the inputted data and b) cant get the row to reappear as the tick box is now hidden? c) there are 30 rows that need this kind of functionality.is this possible to achive through livecycle form designer?any thoughts or ideas would be helpfulthank you

Views

2.2K

Likes

0

Replies

2
Likes given to
Likes from