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

rxd235
rxd235
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rxd235
Customize the badges you want to showcase on your profile
Re: Working with Drop-Down: Selection will format a numeric field with different currency formats - Adobe LiveCycle 03-12-2009
OK,The solution involves a bit of a workaround. Here is the script in the exit event of the dropdown:switch(this.rawValue){ case "1": form1.locale = "en_GB_EURO"; form1.page1.NumericField1.locale = "en_GB_EURO"; form1.page1.NumericField2.locale = "en_GB_EURO"; break; case "2": form1.locale = "en_GB"; form1.page1.NumericField1.locale = "en_GB"; form1.page1.NumericField2.locale = "en_GB"; break; case "3": form1.locale = "nb_NO"; form1.page1.NumericField1.locale = "nb_NO"; form1.page1.NumericField2...

Views

100

Likes

0

Replies

0
Re: Problem with working with add/remove instance incorporating checkbox - Adobe LiveCycle 05-11-2009
Glad it worked! I wasn't too sure I could get it to work myself, took a few tries getting things in the correct order.There quite a few threads covering that here, I haven't tried playing with it myself.This one has a sample by Paul which has a bunch of different email options:http://forums.adobe.com/message/2109201#2109201And this one looks like it's got a bunch of info:http://forums.adobe.com/message/1356572#1356572

Views

117

Likes

0

Replies

0