D
Dominique
Guest
I have following piece of code in my Progress application:
This shows the following (mind the thousand separator):

Does anybody know how I can avoid showing the thousand separator?
Thanks in advance
Continue reading...
Code:
DEFINE VARIABLE IntField AS INTEGER INITIAL 1000000 VIEW-AS FILL-IN.
This shows the following (mind the thousand separator):

Does anybody know how I can avoid showing the thousand separator?
Thanks in advance
Continue reading...