[Stackoverflow] [Progress OpenEdge ABL] How to avoid thousand separator in FILL-IN basic component

  • Thread starter Thread starter Dominique
  • Start date Start date
Status
Not open for further replies.
D

Dominique

Guest
I have following piece of code in my Progress application:

Code:
DEFINE VARIABLE IntField  AS INTEGER   INITIAL 1000000 VIEW-AS FILL-IN.

This shows the following (mind the thousand separator):

enter image description here

Does anybody know how I can avoid showing the thousand separator?

Thanks in advance

Continue reading...
 
Status
Not open for further replies.
Back
Top