Skip to main content

Hi All

   I have trouble like that :

community.microfocus.com/.../6399.aspx

My program will be deployment in Italy. In Italy "." is used like decimal separation (ex. 1.000.000,00 )

In my program i put "DECIMAL POINT IS COMMA"

I put :

SET ENVIRONMENT "KEYSTROKE" TO "Data=46 44"
SET ENVIRONMENT "KEYSTROKE" TO "Data=44 46"

In this way, in numeric field the "." in numeric pad work, but in alphanumeric field when digit "," (from alphanumeric pad) appear "." and if I digit "." appear ",".

I want that in numeric field the "." in numeric pad work like decimal separator, but in alphanumeric pad the "," work like "," and "." remain "."

thank in advance

Hi All

   I have trouble like that :

community.microfocus.com/.../6399.aspx

My program will be deployment in Italy. In Italy "." is used like decimal separation (ex. 1.000.000,00 )

In my program i put "DECIMAL POINT IS COMMA"

I put :

SET ENVIRONMENT "KEYSTROKE" TO "Data=46 44"
SET ENVIRONMENT "KEYSTROKE" TO "Data=44 46"

In this way, in numeric field the "." in numeric pad work, but in alphanumeric field when digit "," (from alphanumeric pad) appear "." and if I digit "." appear ",".

I want that in numeric field the "." in numeric pad work like decimal separator, but in alphanumeric pad the "," work like "," and "." remain "."

thank in advance

The Italian keyboard still contains a comma ... see attached screen shot


Hi All

   I have trouble like that :

community.microfocus.com/.../6399.aspx

My program will be deployment in Italy. In Italy "." is used like decimal separation (ex. 1.000.000,00 )

In my program i put "DECIMAL POINT IS COMMA"

I put :

SET ENVIRONMENT "KEYSTROKE" TO "Data=46 44"
SET ENVIRONMENT "KEYSTROKE" TO "Data=44 46"

In this way, in numeric field the "." in numeric pad work, but in alphanumeric field when digit "," (from alphanumeric pad) appear "." and if I digit "." appear ",".

I want that in numeric field the "." in numeric pad work like decimal separator, but in alphanumeric pad the "," work like "," and "." remain "."

thank in advance

I think you're working too hard.  People will type what they are used to seeing, all you have to do is parse it correctly.  Ideally, you would accept either format but display in one or the other depending on locale.


Hi All

   I have trouble like that :

community.microfocus.com/.../6399.aspx

My program will be deployment in Italy. In Italy "." is used like decimal separation (ex. 1.000.000,00 )

In my program i put "DECIMAL POINT IS COMMA"

I put :

SET ENVIRONMENT "KEYSTROKE" TO "Data=46 44"
SET ENVIRONMENT "KEYSTROKE" TO "Data=44 46"

In this way, in numeric field the "." in numeric pad work, but in alphanumeric field when digit "," (from alphanumeric pad) appear "." and if I digit "." appear ",".

I want that in numeric field the "." in numeric pad work like decimal separator, but in alphanumeric pad the "," work like "," and "." remain "."

thank in advance

Numeric field works in full. My problem is in alphanumeric field (ex. 01 ENTRY-FIELD....PIC X(120) )

In Numeric field, when I digit "," appear "." and vice versa.

Ex. when I type the string:

My favorite foods are pizza, pasta and ice-cream.

appears:

My favorite foods are pizza. pasta and ice-cream,


Hi All

   I have trouble like that :

community.microfocus.com/.../6399.aspx

My program will be deployment in Italy. In Italy "." is used like decimal separation (ex. 1.000.000,00 )

In my program i put "DECIMAL POINT IS COMMA"

I put :

SET ENVIRONMENT "KEYSTROKE" TO "Data=46 44"
SET ENVIRONMENT "KEYSTROKE" TO "Data=44 46"

In this way, in numeric field the "." in numeric pad work, but in alphanumeric field when digit "," (from alphanumeric pad) appear "." and if I digit "." appear ",".

I want that in numeric field the "." in numeric pad work like decimal separator, but in alphanumeric pad the "," work like "," and "." remain "."

thank in advance

I spoke with Customer Care in Italy, their recommendation is.

remove this:

SET ENVIRONMENT "KEYSTROKE" TO "Data=46 44"

SET ENVIRONMENT "KEYSTROKE" TO "Data=44 46"

And let “DECIMAL POINT IS COMMA” do the job.

Also, our doc page may help:

" ">documentation.microfocus.com/.../BKUSUSCONFS093.html


Hi All

   I have trouble like that :

community.microfocus.com/.../6399.aspx

My program will be deployment in Italy. In Italy "." is used like decimal separation (ex. 1.000.000,00 )

In my program i put "DECIMAL POINT IS COMMA"

I put :

SET ENVIRONMENT "KEYSTROKE" TO "Data=46 44"
SET ENVIRONMENT "KEYSTROKE" TO "Data=44 46"

In this way, in numeric field the "." in numeric pad work, but in alphanumeric field when digit "," (from alphanumeric pad) appear "." and if I digit "." appear ",".

I want that in numeric field the "." in numeric pad work like decimal separator, but in alphanumeric pad the "," work like "," and "." remain "."

thank in advance

When you set the Language, you are able to set other aspects of the Locale ..