As subject. I need to assign a color to the line of the group (not to the inside). The following sample doesn't work:
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
@ 1, 1 TO 4, 20;
COLOR CLR_HRED
ACTIVATE DIALOG oDlg;
CENTER
RETURN NILEMG
