From: Ferran P. F. <fer...@re...> - 2002-10-06 19:33:56
|
> > > > 2. When there is a : DISPLAY MYSCREEN. > > ACCEPT MYSCREEN. and type something in the first field on > > the screen and then I move from one screen field to another , > > and then I goback to previous screen field , it's value (of the > > previous) gets lost and an empty field is presented. > > Ferran, could you comment on this one ? > > 4. READ MY-FILE. MOVE > > FILE-ALPHANUMERIC-FIELD TO SCREEN-ALPHANUMERIC-FIELD. > > DISPLAY MY-SCREEN. ACCEPT MY-SCREEN. The value of the > > FILE-ALPHANUMERIC-FIELD is="1234567 "and the value of > > SCREEN-ALPHANUMERIC-FIELD that is shown on the screen is=" > > 1234567" .In other words, it's right justified,instead of (it's > > original value) left justified. > > Another point for Ferran I'm afraid! I'm really busy right now, but if you send me a program showing this, I'll do what I can. |