This is a discussion on unwanted thousands separator within the pgsql Databases forums, part of the PostgreSQL category; --> Hi. I have defined global values MYGLOBALVALUE1 = 1000. These values are shown in a COMBO-BOX using LIST-ITEM-PAIRS = ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi. I have defined global values MYGLOBALVALUE1 = 1000. These values are shown in a COMBO-BOX using LIST-ITEM-PAIRS = "MyGlobVal1, {&MYGLOBALVALUE1}" Now here is my problem: If I call {&MYGLOBALVALUE} it returns 1000 BUT if I call myComboBox:SCREEN-VALUE it returns 1.000 with an unwanted thousands separator. So a comparison like IF myComboBox:SCREEN-VALUE = {&MYGLOBALVALUE1} doesnt work! How can I get rid of the thousands separator in this case without changing some global parameter? thanks, Harry |