this is a behavior, which came with version 265 of eXPress.
The solution from Roger was to set this to the beginning of your prog:
Code: Select all
DC_XbpGetSetInputFocusBlock( {|x,y,o|nil, ;
IIF(!Empty(o:get:buffer),o:get:pos := o:savePos,nil), ;
o:DateFlag := .T., ;
o:Home(), ;
DC_HiliteGets(o,1,o:getList:getOptions[nGETOPT_HILITECOLOR]), ;
DC_ColorGets(o,1,o:getList:getOptions[aGETOPT_COLORGETS]), ;
nil} )