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

SisypheanEffort
SisypheanEffort
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by SisypheanEffort
Customize the badges you want to showcase on your profile
LiveCycle 101? - Adobe LiveCycle 02-08-2012
About 8 months ago or so, my organization installed LiveCycle on my desktop. Quite the learning curve, but I've managed to design and build some really nice forms and am now quite comfortable with it. So I'm looking to move on to more and better. And here's where I need help. Bear with me...I'm in a position where I can pitch using more of the capabilities that my organization currently doesn't have enabled. For example, we don't use Reader Extensions. This would be a huge asset for us, as we ro...

Views

2.1K

Likes

0

Replies

2
Re: How to sign and enable rights - Adobe LiveCycle 05-01-2012
Appreciate the stab at it, but that's the issue I identified above. Going that route, I can't individually restrict the ability for markup. It automatically restricts the ability for adding attachments, a key feature that I want to enable. So for some instances, yes, the approach you identified will work. For others, I'm need of another approach.

Views

384

Likes

0

Replies

0
How to sign and enable rights - Adobe LiveCycle 05-01-2012
I know there have been some discussions about Reader Extensions and the like, so please forgive me. I'm new to all of this and I just don't understand.Is there a very simple, plain English guide on signing and enabling rights? My agency has finally informed me that we don't have Reader Extensions, and likely won't be getting it at any point in the near future. In order to enable user rights for people that only have Reader, is it pointless now for me to design forms in LiveCycle? Filling in form...

Views

2.8K

Likes

0

Replies

2
Re: Dynamic Headers? - Adobe LiveCycle 04-01-2012
For those pages, it's very likely that I could do just that! Even without a table setup, I would think I could use the same pageSpan and floating fields to accomplish the same goal. I had bookmarked a discussion on floating fields for a separate purpose, and didn't even think of applying it to this. Appreciate the help!Quick edit: I added a floating field to a text field that was already being used as a header. I changed the pageSpan(Table1) to pageSpan(NameOfPage) and it is a thing of beauty. Y...

Views

760

Likes

0

Replies

0
Dynamic Headers? - Adobe LiveCycle 03-01-2012
I've got a set of forms that are going into one easy to use PDF. There are a couple of flowable content areas, some of which will probably require extra pages. Each page has its own header, ie, "Staff Positions....Form 1" (where "Staff Positions" is on the left, "Form 1" is on the right, spaced out evenly). Typically, when an additional page has been used, we've adjusted headers to read "Staff Positions (Cont).......Form 1". For the life of me, I can't figure out the best way to add the "(Cont)"...

Views

2.8K

Like

1

Replies

2
Re: Add n Instances of Fragment - Adobe LiveCycle 30-12-2011
Hadn't thought of that, I may have to give that a try as well. I was hoping to get i= instead of i<+1, but with the = it just seems to hang and get caught in an infinite loop. Not sure why, as it works with VBA for Excel

Views

443

Likes

0

Replies

0
Re: Add n Instances of Fragment - Adobe LiveCycle 30-12-2011
In the above, the 'IF' isn't needed, per se. However, the overall goal is to be able to remove instances of the fragment as well, using the standard if...else structure. Of course, I'd have to nest that in an if to determine if they are equal and I neither need more nor less.I do like your last suggestion though! Perfect way to do it.

Views

422

Likes

0

Replies

0
Re: Add n Instances of Fragment - Adobe LiveCycle 30-12-2011
Thanks, Stephen.Wasn't quite it, but your response gave me the desire to look at it all again. Glaring error:for(i=1; i=nInstance; i++)That should be:for(i=1; i

Views

418

Likes

0

Replies

0
Add n Instances of Fragment - Adobe LiveCycle 30-12-2011
Please forgive me, I'm very new to the world of LiveCycle and JavaScript, and flying by the seat of my pants.Pretty basic form requesting information. Starts off with a numeric field where a user enters a value. Then I've got a fragment, which is just a collection of the same fields. What I'd like to do is have n repetitions of that fragment based upon the value of the numeric field. (Which is why I went with a fragment, it's the same stuff over and over. To me, the documentation on LiveCycle sa...

Views

2.0K

Likes

0

Replies

6
Likes from