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

Francis_Manly-E
Francis_Manly-E
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
26

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Francis_Manly-E
Customize the badges you want to showcase on your profile
Re: Progress Bar / Loading bar in LiveCycle forms - Adobe LiveCycle 18-02-2015
Hi,Anyone know where I can locate this sample?Thanks.

Views

368

Likes

0

Replies

0
Re: How to format negative currency values (remove () )?. - Adobe LiveCycle 28-02-2014
Placing a capital S before the $ will result in a negative sign appearing before the $ symbol as desired.

Views

444

Like

1

Replies

0
Re: How to format negative currency values (remove () )?. - Adobe LiveCycle 28-02-2014
Try placing S before the $ in the pattern:num{S$z,zzz,zz9.99}Cheers

Views

443

Likes

0

Replies

0
Re: JavaScript Rounding Error - Adobe LiveCycle 08-01-2013
Please the formcalc round function discussed in this thread:http://forums.adobe.com/thread/1130857?tstart=0

Views

116

Likes

0

Replies

0
Re: Replace Background Image in PDF - Adobe LiveCycle 08-01-2013
You could add the group of objects to the object palette. This way you can reuse the objects in your other forms.The following explains how to add/create objects in the object palette:http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000044.html

Views

226

Likes

0

Replies

0
Re: Currency Decimal Places - Adobe LiveCycle 08-01-2013
Hi Gene,You could also use FormCalc's Round function:$.rawValue = Round(NumericField1.rawValue *.555, 2);Additional information on the Round function can be found here:http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=001462.html

Views

567

Likes

0

Replies

0
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 03-01-2013
Looking at the object pallette, it doesn't appear that signature fields have an access property. Try using the presence property. Make it hidden by default then visible when the radio button is selected and vice versa.

Views

147

Likes

0

Replies

0
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 23-12-2012
Try it on the radiobuttlist change event.

Views

149

Likes

0

Replies

0
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 21-12-2012
Trying using rawValue instead of value.

Views

150

Likes

0

Replies

0
Re: Script to set presence of a subform based on a field's value not working - Adobe LiveCycle 20-12-2012
Try commenting out failCheck.boxView() on the scoreVal calculate event andadd it to the DebitVal calculate event.DebitVal::calculate - (JavaScript, client)failCheck.boxView();That should work but will make the type field protected.

Views

466

Likes

0

Replies

0
Likes given to
Likes from