In the following sample, please change the number and press TAB. The new number doesn't properly align to right.
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
LOCAL cCli := 23
DEFINE DIALOG oDlg
@ 1, 1 GET cCli SIZE 100, 13 RIGHT
@ 3, 1 BUTTON "Chiudi";
ACTION oDlg:End()
ACTIVATE DIALOG oDlg
RETURN NILEMG