E
e.schutten
Guest
When I run the code below in a Progress 10.2B08 GUI client, I will see iNumber and rRecid with value 123. But when I add an extra '>' to both formats, I will see iNumber with value 123, but rRecid is shown blank. In character I see both values, even when I add extra '>' to the format. DEFINE VARIABLE iNumber AS INTEGER NO-UNDO INIT '123'. DEFINE VARIABLE rRecid AS RECID NO-UNDO INIT '123'. DISPLAY iNumber FORMAT '>>>>>>>>>>>9' rRecid FORMAT '>>>>>>>>>>>9' .
Continue reading...
Continue reading...