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

GregDeb
GregDeb
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by GregDeb
Customize the badges you want to showcase on your profile
Re: Asign Numeric Field Value to Another Numeric Field - Adobe LiveCycle 08-07-2009
Thanks. That got it. I originally had it in the Exit event but I apparently had the syntax wrong then. I then moved it to the Change event. Once I got the syntax correct and then moved it back to the Exit event all is working.Greg

Views

105

Likes

0

Replies

0
Re: Asign Numeric Field Value to Another Numeric Field - Adobe LiveCycle 08-07-2009
That is an interesting solution that I will use for next time - or I may use this idea now.In this case, the survey form is being emailed back and the XML data is already being stored in a database and then reported on. I would need to change all of the queries that produce the reports and change existing data. Not the end of the world.Even if I do go that route, it seems I should still be able to use the change event to populate the other field. What am I doing wrong?Greg

Views

108

Likes

0

Replies

0
Asign Numeric Field Value to Another Numeric Field - Adobe LiveCycle 08-07-2009
I have 3 numeric fields on 3 different pages and I want to populate all 3 with the same value. If the value changes in 1 the other 2 should change. I've tried many variations, but I can't get it to work. Here is what I have right now. This is in the change event of "TopmostSubForm.Page1.SurveyNumber"TopmostSubForm.Page2.SurveyNumber2.rawValue = TopmostSubForm.Page1.SurveyNumber.rawValue;Any help is appriciated.Greg

Views

758

Likes

0

Replies

4