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

supmah
supmah
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by supmah
Customize the badges you want to showcase on your profile
breakBefore method not working - Adobe LiveCycle 16-05-2013
I want to insert a page break using scripting but can't get the breakBefore method to work. Not working:root.sub2.breakBefore.targetType = "pageArea"root.sub2.breakBefore.target = "#Page2";I get the error: "subform does not have property 'breakBefore'."The deprecated method break.before is working: root.sub2.break.before = "pageArea";root.sub2.break.before.target = "Page2"However, I don't want to use the deprecated break.before method as it causes compability problems with our print supplier, pr...

Views

796

Likes

0

Replies

1
Show calendar when click in datefield - Adobe LiveCycle 10-12-2012
I have realized that many users don't see/use the small down-arrow that opens the calendar view when in the date/time field. How can I open this view directly when a user clicks in the field using the enter-event?

Views

590

Likes

0

Replies

1