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

GRMW
GRMW
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by GRMW
Customize the badges you want to showcase on your profile
Re: Text Field Caption Number Increment - Will not load correctly after saving - Adobe LiveCycle 14-10-2009
That works perfectly. Instead of having the instanceManager 'count' how many nodes there are, just ask it to return the instanceIndex of the current node. Thank you Steve.

Views

89

Likes

0

Replies

0
Text Field Caption Number Increment - Will not load correctly after saving - Adobe LiveCycle 13-10-2009
I'm trying to create a dynamic caption field that essential will make the text fields look like a list. At first I searched on how to do this. I eventually found a way to do it, and that is simply to to count how many instances of the text field I have and set the caption value: var curObject = prospectus.page1.step1.ObjectivesSubform.Objectives.instanceManager.count; prospectus.page1.step1.ObjectivesSubform.Objectives[curObject-1].Objective.caption.value.text.value = concat(curObject, ":");And ...

Views

912

Likes

0

Replies

2