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

Sp1eckxa
Sp1eckxa
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sp1eckxa
Customize the badges you want to showcase on your profile
Re: Numbers and instances - Adobe LiveCycle 02-09-2010
You need to create multiple instances of the SAME subform in order for the auto-numbering script to work. It looks like you may have buttons that point to different subforms.Check your "click" events on all your buttons and make sure they point to the same repeated subform. Also make sure you check "Repeat Subform for Each Data Item" under the Binding tab of the subform you wish to repeat.

Views

198

Likes

0

Replies

0
Re: Numbers and instances - Adobe LiveCycle 02-09-2010
You can to this by referencing the index of [Asubform], assuming that the textfield is inside [Asubform], like this:Using Formcalc in the "layout:ready" event on a textfield with a caption:$.caption.value.#text = Concat($.parent.index + 1, ". ")Using Formcalc in the "layout:ready" event on a textfield with no caption:$.rawValue = Concat($.parent.index +1, ". ")Using Javascript in the "layout:ready" event on a textfield with a caption:this.caption.value.resolveNode("#text").value = this.parent.in...

Views

196

Like

1

Replies

0
Re: Is lookup dialog possiable with LC? - Adobe LiveCycle 02-09-2010
Niall,Which program(s) do you use to do the screen capture and annotations that you put into your posts? They are really slick!David

Views

223

Likes

0

Replies

0
Pop-up images...possible? - Adobe LiveCycle 16-06-2010
I've been scouring this message board for a while now and still haven't figured out how to create pop-up images. It appears that it may be possible, but I couldn't figure out how.Is it possible to create a button that will pop-up an image when pressed? I know that you can use the messageBox method to create a popup message, but is there any way to creat a popup that only shows a graphic?Any help would be much appreciated.Thanks!

Views

369

Likes

0

Replies

0
Likes given to
Likes from