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

no2morrow
no2morrow
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by no2morrow
Customize the badges you want to showcase on your profile
Difficulty Binding Children and SubChildren - Adobe LiveCycle 05-10-2011
So I've got a Neighborhood. In this neighborhood I have multiple Houses, each of which has Owners and the owners have Children.I've got the following schema: When I fill out my form, unfortunately I only get the following and I do not know why. 123 Main Blue 16 S St Red

Views

548

Likes

0

Replies

1
Re: Second instance copying a single value from first instance. All following act normal. - Adobe LiveCycle 22-09-2011
Thank you! Two days of frustration solved. That was more annoying that trying to find a missing semicolon!

Views

115

Likes

0

Replies

0
Re: calculation script with multiple conditions - Adobe LiveCycle 22-09-2011
You need more parenthesis. if ((offshore==1) && (bolting==1)){//do stuff}

Views

103

Likes

0

Replies

0
Second instance copying a single value from first instance. All following act normal. - Adobe LiveCycle 22-09-2011
SubFormATableADropDownList1DropDownList2TextNameDateTodayNumericAlphaNumericaBetaButtonDelete./TableAButtonAdd/SubformAEach field (denoted in bold) is mapped to a schema. All non-bold items have bindings of "None" TableA has a default binding of None and is set to repeat for each data item with no min count, no max, and no initial count.When I click my "ButtonAdd' I create a new instance of TableA via "_TableA.addInstance(true);" and I remove the instances via ButtonDelete: "_TableA.removeInstan...

Views

524

Likes

0

Replies

2
Re: Selecting multiple checkboxes...Please Help!!! - Adobe LiveCycle 15-09-2011
I don't have time to check, but you may want to try something like this:If (TextField.rawValue == "") { \\check to see if field is empty TextField.RawValue = "This is a value set using a script."; \\set textfield to scripted string}else { \\if not empty, have the field be the existing data + newline + string wishing to addTextField.rawValue = TextField.rawValue + \n + "This is a value set using a script.";}I forget the exact newline character, but you get the idea.

Views

56

Likes

0

Replies

0
Issues with XML Data, getting columns not rows - Adobe LiveCycle 14-09-2011
I have a form that is formatted very similarly to the example below. When the data from my form is submitted, the second table is given as extra columns instead of as a row.Example:https://acrobat.com/app.html#d=4Nj*BeqL1iG-6tfQBLoIfAUsing that example, let's say I am buying 1 Appple at .59 ech, 2 Oranges at .24 each, and 3 bottles of Saint-Emillion for 7.99 each.Ideally when I submit the data I would have an XML table that is readably by Excel as something like this:ItemQuantityPriceAmountApple...

Views

262

Likes

0

Replies

0