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

Gravynoir
Gravynoir
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
21

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Gravynoir
Customize the badges you want to showcase on your profile
Re: Remove element from tab order - Adobe LiveCycle 07-06-2013
I heard about that. I'll have to make do. Thanks for the help!

Views

984

Likes

0

Replies

0
Re: Remove element from tab order - Adobe LiveCycle 06-06-2013
Ah okay. Could I remove a field from the tab order completely?

Views

992

Likes

0

Replies

0
Remove element from tab order - Adobe LiveCycle 05-06-2013
Im just wondering if I can remove an item from the tab order as its putting a tab number on the actual TEXT box which I dont want or need.

Views

3.0K

Likes

0

Replies

8
Re: Check box to hide row in table - Adobe LiveCycle 17-04-2013
I've done this on my form. What I did was make subform and then place all the objects I wanted to be hidden and then made visible inside. I then used this code on the button:if (this.rawValue == "1") { oTargetField = this.resolveNode("subform name here"); oTargetField.presence = "hidden" } if (this.rawValue == "0") { oTargetField = this.resolveNode("Subform name here"); oTargetField.presence = "visible"

Views

328

Likes

0

Replies

0
Re: Copying a Javascript Button from Acrobat to LiveCycle - Adobe LiveCycle 17-04-2013
I'm not great on LC by any means but this looks to me like you could use the HTTP Submit Button and then use that URL that you've listed.

Views

366

Likes

0

Replies

0
Custom wording on password box - Adobe LiveCycle 16-04-2013
Im looking to change the Warning: JavaScript Window section to only have for office use. Is there a way to remove it?

Views

467

Likes

0

Replies

1
Re: Hidden first page in formset reopend after saving information in form - Adobe LiveCycle 12-04-2013
Infact re-reading this post. Its if its saved. I need mine to say hidden after being emailed. But I don't think its possible.

Views

230

Likes

0

Replies

0
Re: Hidden first page in formset reopend after saving information in form - Adobe LiveCycle 12-04-2013
Kyle,You wouldn't know that is would you? I have ALOT of changing to do otherwise.

Views

226

Likes

0

Replies

0
Re: Hidden first page in formset reopend after saving information in form - Adobe LiveCycle 12-04-2013
I've been looking for the same but this option is not worth while on my form as it has a certificate. Is there a way for me?

Views

225

Likes

0

Replies

0
Make a field read-only after selection made - Adobe LiveCycle 10-04-2013
I have the below code:var currency = topmostSubform.IFFPage3.Page.Body.rdoDefaultCurrency.rawValue;topmostSubform.IFFPage6.Page.FirstCustomer.cboBasicGrossEarningsCurrency.rawValue = currency;topmostSubform.IFFPage6.Page.FirstCustomer.cboOvertimeBonusCurrency.rawValue = currency;topmostSubform.IFFPage6.Page.FirstCustomer.cboFeesCurrency.rawValue = currency;topmostSubform.IFFPage6.Page.FirstCustomer.cboEarnedOtherCurrency.rawValue = currency;I need the ones =currency to be read only. Is there a w...

Views

461

Likes

0

Replies

1