cancel
Showing results for 
Search instead for 
Did you mean: 

Comma values + help

florian_royer
Participant
0 Kudos

Hey guys,

i have two big problems:

1. i want to populate a comma value back to the system through an interactive form.

a. I receive a value in format 2.00 but the form submits 2.0 back, so the xml->get_node interprets it as 0.20 because the data element is decimals 2. if i enter 2.01, it works fine.

-> does anyone know how to solve it?

b. I cant use adobe livecycle help (designer 8.1), because it returns "adress is not available". it is not a problem of my internet connection..

-> can someone please help me out?

Thanks in advance,

Florian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For the comma problem you should try and work with the Locale of the field you're editing. It's under the Object > Field tab, at the bottom.

florian_royer
Participant
0 Kudos

Well - i solved it partly.

I have to use a "pattern" to determine how the submitted data has to look like.

But - if i have one hundred fields, how can i do this dynamically? or do i really have to drag and drop every single field from the data structure into the pdf to get the correct values?

e.g.: The frontend sends the value 800.000- to the pdf -> it returns -80.000